A Unified Stability Analysis of SAM vs SGD: Role of Data Coherence and Emergence of Simplicity Bias
Wei-Kai Chang, Rajiv Khanna
TL;DR
This work develops a unified linear stability framework that connects data geometry, via a data-dependent coherence matrix, to the optimization dynamics of SGD, random perturbations, and Sharpness-Aware Minimization (SAM). By analyzing two-layer ReLU networks under exact interpolation, it shows that highly coherent feature directions across training examples yield greater stability and underpin a Simplicity Bias, where simpler, shared-feature solutions are favored. SAM is shown to tighten stability further by modifying the effective Hessian to $H_{\text{SAM}} = H\left(I + \frac{\rho}{\alpha}H\right)$, which not only flattens minima but also biases toward highly coherent, low-complexity solutions. The theory is complemented by empirical validation on a two-layer ReLU model and CIFAR-scale experiments, illustrating how coherence tracks across training and how SAM reduces coherence and feature rank. Overall, the paper offers a coherence-driven lens for understanding generalization and suggests new optimizer designs that leverage data geometry to induce desirable representations.
Abstract
Understanding the dynamics of optimization in deep learning is increasingly important as models scale. While stochastic gradient descent (SGD) and its variants reliably find solutions that generalize well, the mechanisms driving this generalization remain unclear. Notably, these algorithms often prefer flatter or simpler minima, particularly in overparameterized settings. Prior work has linked flatness to generalization, and methods like Sharpness-Aware Minimization (SAM) explicitly encourage flatness, but a unified theory connecting data structure, optimization dynamics, and the nature of learned solutions is still lacking. In this work, we develop a linear stability framework that analyzes the behavior of SGD, random perturbations, and SAM, particularly in two layer ReLU networks. Central to our analysis is a coherence measure that quantifies how gradient curvature aligns across data points, revealing why certain minima are stable and favored during training.
