LGAIJul 17

Gradient-Energy Guided Block-Wise Perturbations for Sharpness-Aware Minimization

arXiv:2607.183068.9h-index: 2
Predicted impact top 31% in LG · last 90 daysOriginality Incremental advance
AI Analysis

For practitioners using sharpness-aware minimization, GEAR-SAM offers a simple, lightweight method to improve generalization without extra computational cost.

GEAR-SAM improves generalization by adaptively allocating the SAM perturbation budget across parameter blocks using an EMA of squared block gradients, achieving better accuracy and robustness on image classification, transfer learning, and noisy-label tasks.

Sharpness-Aware Minimization (SAM) improves generalization by minimizing the worst-case loss in a local parameter neighborhood. Standard SAM implicitly allocates its global perturbation budget across parameter blocks according to instantaneous minibatch gradient norms. Such an allocation can be noisy and may not reflect the sensitivity that blocks accumulate throughout training. We propose Gradient-Energy Adaptive Radius SAM (GEAR-SAM), which maintains an exponential moving average (EMA) of squared block gradients as a lightweight, curvature-related sensitivity signal and allocates the fixed SAM budget through a closed-form constrained optimization. GEAR-SAM preserves the global SAM radius, requires no Hessian-vector products or explicit Fisher estimation, and adds only scalar state beyond SAM. Experiments on image classification, transfer learning, noisy-label learning, and partition studies demonstrate improved generalization and robustness across architectures and tasks. More broadly, GEAR-SAM provides a dynamic view of sharpness-aware optimization: a fixed perturbation budget should be redistributed as the sensitivity of functional network blocks evolves during training.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes