GCSAM: Gradient Centralized Sharpness Aware Minimization
Mohamed Hassan, Aleksandar Vakanski, Boyu Zhang, Min Xian

TL;DR
GCSAM enhances sharpness-aware minimization by incorporating gradient centralization, leading to better generalization, increased stability, and reduced computational costs in training deep neural networks.
Contribution
This paper introduces GCSAM, a novel optimization method that combines gradient centralization with SAM to improve efficiency and stability in deep learning training.
Findings
GCSAM outperforms SAM and Adam in generalization performance.
GCSAM reduces training noise and accelerates convergence.
GCSAM demonstrates effectiveness across diverse imaging tasks.
Abstract
The generalization performance of deep neural networks (DNNs) is a critical factor in achieving robust model behavior on unseen data. Recent studies have highlighted the importance of sharpness-based measures in promoting generalization by encouraging convergence to flatter minima. Among these approaches, Sharpness-Aware Minimization (SAM) has emerged as an effective optimization technique for reducing the sharpness of the loss landscape, thereby improving generalization. However, SAM's computational overhead and sensitivity to noisy gradients limit its scalability and efficiency. To address these challenges, we propose Gradient-Centralized Sharpness-Aware Minimization (GCSAM), which incorporates Gradient Centralization (GC) to stabilize gradients and accelerate convergence. GCSAM normalizes gradients before the ascent step, reducing noise and variance, and improving stability during…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsRetinal Imaging and Analysis · Brain Tumor Detection and Classification · Medical Image Segmentation Techniques
MethodsAdam · Sharpness-Aware Minimization · Segment Anything Model
