Fix the Loss, Not the Radius: Rethinking the Adversarial Perturbation of Sharpness-Aware Minimization
About
Sharpness-Aware Minimization (SAM) improves generalization by minimizing the worst-case loss within a fixed parameter-space radius neighborhood. SAM and its variants mainly rely on a first-order linearized surrogate, while flat minima are inherently a second-order (curvature) notion.We revisit this mismatch and propose Loss-Equated SAM (LE-SAM), which inverts the traditional SAM mechanism that fixed perturbation radius with a fixed loss-space budget,effectively removing gradient-norm-dominated learning signals and shifting optimization toward curvature-dominated terms. Extensive experiments across diverse benchmarks and tasks demonstrate the strong generalization ability of LESAM that consistently outperforms SAM and even its variants, achieving the state-of-the-art performance.
Related benchmarks
| Task | Dataset | Result | Rank | |
|---|---|---|---|---|
| Image Classification | CIFAR-10 | Accuracy97.63 | 875 | |
| Image Classification | CIFAR-100 | Accuracy85.91 | 357 | |
| Image Classification | ImageNet (val) | Top-1 Accuracy79.31 | 163 | |
| Image Classification | CIFAR-10 | -- | 75 | |
| Image Classification | CIFAR-100-LT Imbalance Factor 100 (test) | Top-1 Accuracy58.65 | 56 | |
| Image Classification | CIFAR-LT-100 Imbalance Factor 50 (test) | Top-1 Accuracy63.67 | 54 |