English

Gradient Norm Aware Minimization Seeks First-Order Flatness and Improves Generalization

Machine Learning 2023-07-07 v3 Computer Vision and Pattern Recognition

Abstract

Recently, flat minima are proven to be effective for improving generalization and sharpness-aware minimization (SAM) achieves state-of-the-art performance. Yet the current definition of flatness discussed in SAM and its follow-ups are limited to the zeroth-order flatness (i.e., the worst-case loss within a perturbation radius). We show that the zeroth-order flatness can be insufficient to discriminate minima with low generalization error from those with high generalization error both when there is a single minimum or multiple minima within the given perturbation radius. Thus we present first-order flatness, a stronger measure of flatness focusing on the maximal gradient norm within a perturbation radius which bounds both the maximal eigenvalue of Hessian at local minima and the regularization function of SAM. We also present a novel training procedure named Gradient norm Aware Minimization (GAM) to seek minima with uniformly small curvature across all directions. Experimental results show that GAM improves the generalization of models trained with current optimizers such as SGD and AdamW on various datasets and networks. Furthermore, we show that GAM can help SAM find flatter minima and achieve better generalization.

Keywords

Cite

@article{arxiv.2303.03108,
  title  = {Gradient Norm Aware Minimization Seeks First-Order Flatness and Improves Generalization},
  author = {Xingxuan Zhang and Renzhe Xu and Han Yu and Hao Zou and Peng Cui},
  journal= {arXiv preprint arXiv:2303.03108},
  year   = {2023}
}

Comments

CVPR2023 highlight paper

R2 v1 2026-06-28T09:03:20.321Z