Improving SAM Requires Rethinking its Optimization Formulation
Wanyun Xie, Fabian Latorre, Kimon Antonakopoulos, Thomas Pethick, Volkan Cevher
TL;DR
BiSAM replaces SAM's inner max over a surrogate loss with a bilevel formulation that directly targets the 0-1 misclassification loss $L^{01}$. The outer objective minimizes a differentiable upper bound (e.g., cross-entropy) while the inner maximization uses a differentiable lower-bound surrogate $Q_{\phi,\mu}$, enabling efficient, scalable optimization with the same computational footprint as SAM. Empirically, BiSAM yields consistent improvements over SAM on CIFAR-10/100 and ImageNet, and extends effectively to NLP and fine-tuning tasks, including integration with ASAM and ESAM variants. This principled reframing offers sharper perturbations and broader applicability, with code available at the cited GitHub repository.
Abstract
This paper rethinks Sharpness-Aware Minimization (SAM), which is originally formulated as a zero-sum game where the weights of a network and a bounded perturbation try to minimize/maximize, respectively, the same differentiable loss. To fundamentally improve this design, we argue that SAM should instead be reformulated using the 0-1 loss. As a continuous relaxation, we follow the simple conventional approach where the minimizing (maximizing) player uses an upper bound (lower bound) surrogate to the 0-1 loss. This leads to a novel formulation of SAM as a bilevel optimization problem, dubbed as BiSAM. BiSAM with newly designed lower-bound surrogate loss indeed constructs stronger perturbation. Through numerical evidence, we show that BiSAM consistently results in improved performance when compared to the original SAM and variants, while enjoying similar computational complexity. Our code is available at https://github.com/LIONS-EPFL/BiSAM.
