LGJun 4

Flatland: The Adventures of Gradient Descent with Large Step Sizes

arXiv:2606.0672223.4
Originality Highly original
AI Analysis

For deep learning practitioners, this work provides theoretical and practical guidance on step size selection in non-smooth optimization, revealing counterintuitive effects of flat minima.

The paper addresses the open question of the largest possible step size for gradient descent in non-L-smooth neural network training, proposing adaptive methods that provably yield large step sizes operating at the edge of stability, and showing that early flat regions can harm convergence and generalization.

The training of neural networks often entails objective functions that are not globally $L$-smooth. For these functions, it is both theoretically and practically difficult to reply to the question: what is the largest possible step size that ensures the convergence of gradient descent (GD)? We address this longstanding open question in deep learning by providing a unifying definition of "large" step sizes that requires only local Lipschitz (or even Hölder) continuity of the gradient. We design first-order adaptive methods that provably yield large step sizes and show that they operate at the edge of stability (EoS) right from the start of the training. In particular, the loss decreases nonmonotonically and the product between the step size and sharpness, i.e., the largest eigenvalue of the Hessian, stays above the EoS threshold of 2 throughout training. Using our method, we are also able to minimize the sharpness all the way down to its global minimum. Contrary to expectation, we find that encountering globally-flat regions too early in the training may both slow down convergence and jeopardize the generalization ability of the network. Exploiting a self-stabilization argument, we allow GD to enter slightly sharper valleys and turn unsuccessful training runs into very successful ones.

Foundations

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

Your Notes