PulseAugur
EN
LIVE 10:37:53

New analysis quantifies SAM's bias toward flat minima

Researchers have analyzed the implicit bias of Sharpness-Aware Minimization (SAM) in machine learning, focusing on how it promotes flatter minima for better generalization. A new study provides a quantitative analysis, showing that the perturbation radius $\rho$ is crucial and interacts with batch size and learning rate. The findings suggest a trade-off where $\rho$ must be large enough for flatness but small enough for stable training. Experiments on CIFAR-100 with ResNet-18 and VGG-19 validated these predictions, and a new variant, Taylor-Locality Controlled SAM (TLC-SAM), was introduced to further reduce Hessian eigenvalues. AI

IMPACT Provides quantitative insights into optimization techniques, potentially guiding the development of more robust and generalizable models.

RANK_REASON Academic paper detailing theoretical analysis and experimental validation of a machine learning optimization technique. [lever_c_demoted from research: ic=1 ai=1.0]

Read on Hugging Face Daily Papers →

AI-generated summary · Google Gemini · from 2 sources. How we write summaries →

New analysis quantifies SAM's bias toward flat minima

COVERAGE [2]

  1. arXiv cs.LG TIER_1 English(EN) · Jiaxin Deng, Junbiao Pang ·

    On the Implicit Flatness Bias of Sharpness-Aware Minimization: A Linear Stability Analysis with Quantitative Hyperparameter Bounds

    arXiv:2608.03197v1 Announce Type: new Abstract: Sharpness-Aware Minimization (SAM) improves generalization by seeking parameters whose loss is robust to local adversarial perturbations, but the quantitative mechanism underlying its implicit bias toward flat minima remains unclear…

  2. Hugging Face Daily Papers TIER_1 English(EN) ·

    On the Implicit Flatness Bias of Sharpness-Aware Minimization: A Linear Stability Analysis with Quantitative Hyperparameter Bounds

    Sharpness-Aware Minimization (SAM) improves generalization by seeking parameters whose loss is robust to local adversarial perturbations, but the quantitative mechanism underlying its implicit bias toward flat minima remains unclear. In particular, the perturbation radius $ρ$ is …