A Local Polyak-Lojasiewicz and Descent Lemma of Gradient Descent For Overparametrized Linear Models
Ziqing Xu, Hancheng Min, Salma Tarmoun, Enrique Mallada, Rene Vidal
TL;DR
This work addresses why gradient descent can efficiently train overparameterized two-layer linear networks with general losses. It develops a trajectory-aware optimization geometry by introducing a weight-dependent operator \(\mathcal{T}\) and proving local PL and Descent Lemma bounds that hold along GD iterates, enabling a linear convergence result with an adaptive step size. The key contributions include explicit expressions for the local constants \(\mu_t\) and \(K_t\), a convergence theorem that yields a rate depending on initialization through \(\alpha_1/\alpha_2\) and a width-dependent conditioning of \(\mathcal{T}\), and an adaptive step-size schedule that accelerates convergence. The results show that, with proper initialization and sufficient width, the overparameterized model can approach the convergence speed of the non-overparameterized model, supported by experiments validating the theory and practical step-size gains.
Abstract
Most prior work on the convergence of gradient descent (GD) for overparameterized neural networks relies on strong assumptions on the step size (infinitesimal), the hidden-layer width (infinite), or the initialization (large, spectral, balanced). Recent efforts to relax these assumptions focus on two-layer linear networks trained with the squared loss. In this work, we derive a linear convergence rate for training two-layer linear neural networks with GD for general losses and under relaxed assumptions on the step size, width, and initialization. A key challenge in deriving this result is that classical ingredients for deriving convergence rates for nonconvex problems, such as the Polyak-Łojasiewicz (PL) condition and Descent Lemma, do not hold globally for overparameterized neural networks. Here, we prove that these two conditions hold locally with local constants that depend on the weights. Then, we provide bounds on these local constants, which depend on the initialization of the weights, the current loss, and the global PL and smoothness constants of the non-overparameterized model. Based on these bounds, we derive a linear convergence rate for GD. Our convergence analysis not only improves upon prior results but also suggests a better choice for the step size, as verified through our numerical experiments.
