paper-with-me

Papers

Flat Minima and Generalization: Insights from Stochastic Convex Optimization

2025-11-05 · Matan Schliserman, Shira Vansover-Hager, Tomer Koren arxiv

Understanding the generalization behavior of learning algorithms is a central goal of learning theory. A recently emerging explanation is that learning algorithms are successful in practice because they converge to flat minima, which have been consistently associated with improved generalization performance. In this work, we study the link between flat minima and generalization in the canonical setting of stochastic convex optimization with a non-negative, $β$-smooth objective. Our first finding is that, even in this fundamental and well-studied setting, flat empirical minima may incur trivial $Ω(1)$ population risk while sharp minima generalizes optimally. Then, we show that this poor generalization behavior extends to two natural ''sharpness-aware'' algorithms originally proposed by Foret et al. (2021), designed to bias optimization toward flat solutions: Sharpness-Aware Gradient Descent (SA-GD) and Sharpness-Aware Minimization (SAM). For SA-GD, which performs gradient steps on the maximal loss in a predefined neighborhood, we prove that while it successfully converges to a flat minimum at a fast rate, the population risk of the solution can still be as large as $Ω(1)$, indicating that even flat minima found algorithmically using a sharpness-aware gradient method might generalize poorly. For SAM, a computationally efficient approximation of SA-GD based on normalized ascent steps, we show that although it minimizes the empirical loss, it may converge to a sharp minimum and also incur population risk $Ω(1)$. Finally, we establish population risk upper bounds for both SA-GD and SAM using algorithmic stability techniques.

📄 PDF Abstract BibTeX arXiv:2511.03548

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

SWAD: Domain Generalization by Seeking Flat Minima

2021-02-17 · NeurIPS 2021 12 · Junbum Cha, Sanghyuk Chun, Kyungjae Lee, Han-Cheol Cho 외

Domain generalization (DG) methods aim to achieve generalizability to an unseen target domain by using only training data from the source domains. Although a variety of DG methods have been proposed, a recent study shows…

Domain GeneralizationGeneralization BoundsRobust classification

Dynamic of Stochastic Gradient Descent with State-Dependent Noise

2020-06-24 · Qi Meng, Shiqi Gong, Wei Chen, Zhi-Ming Ma 외

Stochastic gradient descent (SGD) and its variants are mainstream methods to train deep neural networks. Since neural networks are non-convex, more and more works study the dynamic behavior of SGD and the impact to its g…

Asymmetric Valleys: Beyond Sharp and Flat Local Minima

2019-02-02 · NeurIPS 2019 12 · Haowei He, Gao Huang, Yang Yuan

Despite the non-convex nature of their loss functions, deep neural networks are known to generalize well when optimized with stochastic gradient descent (SGD). Recent work conjectures that SGD with proper configuration i…

Stability and Generalization of Stochastic Gradient Methods for Minimax Problems

2021-05-08 · Yunwen Lei, Zhenhuan Yang, Tianbao Yang, Yiming Ying

Many machine learning problems can be formulated as minimax problems such as Generative Adversarial Networks (GANs), AUC maximization and robust estimation, to mention but a few. A substantial amount of studies are devot…

Generalization Bounds

Strong convexity-guided hyper-parameter optimization for flatter losses

2024-02-07 · Rahul Yedida, Snehanshu Saha

We propose a novel white-box approach to hyper-parameter optimization. Motivated by recent work establishing a relationship between flat minima and generalization, we first establish a relationship between the strong con…