Gradient descent with adaptive stepsize converges (nearly) linearly under fourth-order growth
Damek Davis, Dmitriy Drusvyatskiy, Liwei Jiang
TL;DR
This work shows that gradient descent with an adaptive, epoch-based stepsize can achieve a local (nearly) linear convergence rate for smooth functions with quartic growth away from the minimizer, challenging the conventional quadratic-growth requirement. Central to the approach is the ravine decomposition, which identifies a smooth manifold around the optimum along which the function has constant-order growth, and a short-then-long-step scheme that interleaves rapid progress toward the ravine with a powerful Polyak step. The authors prove a main convergence theorem under a precise Assumption A about the ravine and its tangent behavior, and validate the theory with three overparameterized problems: matrix sensing, matrix factorization, and learning a two-neuron network. The results provide a principled way to accelerate first-order methods in settings with degenerate local geometry and have practical implications for efficient optimization in overparameterized models. Overall, the paper contributes a rigorous framework for adaptive stepsizes via ravines that yields provable near-linear convergence in challenging nonconvex landscapes. Mathematical notation is integral to the statements, with key notions expressed through $f$, $f^*$, ${ m dist}(ullet,ullet)$, and manifold projections $P_{ m M}$.
Abstract
A prevalent belief among optimization specialists is that linear convergence of gradient descent is contingent on the function growing quadratically away from its minimizers. In this work, we argue that this belief is inaccurate. We show that gradient descent with an adaptive stepsize converges at a local (nearly) linear rate on any smooth function that merely exhibits fourth-order growth away from its minimizer. The adaptive stepsize we propose arises from an intriguing decomposition theorem: any such function admits a smooth manifold around the optimal solution -- which we call the ravine -- so that the function grows at least quadratically away from the ravine and has constant order growth along it. The ravine allows one to interlace many short gradient steps with a single long Polyak gradient step, which together ensure rapid convergence to the minimizer. We illustrate the theory and algorithm on the problems of matrix sensing and factorization and learning a single neuron in the overparameterized regime.
