LGMLOct 3, 2020

Sharpness-Aware Minimization for Efficiently Improving Generalization

arXiv:2010.01412v31935 citationsHas Code
Originality Highly original
AI Analysis

This addresses the generalization issue in machine learning for practitioners using overparameterized models, offering a novel optimization approach that is not incremental.

The paper tackles the problem of poor generalization in overparameterized models by introducing Sharpness-Aware Minimization (SAM), a procedure that minimizes both loss value and loss sharpness, leading to improved generalization across multiple benchmark datasets and models, with state-of-the-art performance in some cases and robustness to label noise.

In today's heavily overparameterized models, the value of the training loss provides few guarantees on model generalization ability. Indeed, optimizing only the training loss value, as is commonly done, can easily lead to suboptimal model quality. Motivated by prior work connecting the geometry of the loss landscape and generalization, we introduce a novel, effective procedure for instead simultaneously minimizing loss value and loss sharpness. In particular, our procedure, Sharpness-Aware Minimization (SAM), seeks parameters that lie in neighborhoods having uniformly low loss; this formulation results in a min-max optimization problem on which gradient descent can be performed efficiently. We present empirical results showing that SAM improves model generalization across a variety of benchmark datasets (e.g., CIFAR-10, CIFAR-100, ImageNet, finetuning tasks) and models, yielding novel state-of-the-art performance for several. Additionally, we find that SAM natively provides robustness to label noise on par with that provided by state-of-the-art procedures that specifically target learning with noisy labels. We open source our code at \url{https://github.com/google-research/sam}.

Code Implementations18 repos

Data from Papers with Code (CC-BY-SA-4.0)

Foundations

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

Your Notes