Large Stepsizes Accelerate Gradient Descent for Regularized Logistic Regression
Jingfeng Wu, Pierre Marion, Peter Bartlett
TL;DR
This paper demonstrates that gradient descent with a large, constant stepsize can accelerate optimization for $\ell_2$-regularized logistic regression in the edge-of-stability regime, achieving $\tilde{O}(\sqrt{\kappa})$-like performance in the small-\lambda regime and $\tilde{O}(\lambda^{-2/3})$ in general, all while the objective may oscillate nonmonotonically. The results extend to population risk under separable distributions, yielding near-statistical-bottleneck performance in $\tilde{O}(n^{2/3})$ steps, and establish a critical stepsize threshold $\eta_{\mathrm{crit}} = 1/(\lambda \ln(1/\lambda))$ that separates convergence from divergence in general settings. A 1D global-convergence result and a lower-bound for stable convergence complement the theory, highlighting that acceleration relies on entering the EoS phase. Overall, the work shows that aggressive, fixed stepsizes can substantially reduce computation under regularization and statistical uncertainty, motivating further exploration of large-step GD across broader losses and models.
Abstract
We study gradient descent (GD) with a constant stepsize for $\ell_2$-regularized logistic regression with linearly separable data. Classical theory suggests small stepsizes to ensure monotonic reduction of the optimization objective, achieving exponential convergence in $\widetilde{\mathcal{O}}(κ)$ steps with $κ$ being the condition number. Surprisingly, we show that this can be accelerated to $\widetilde{\mathcal{O}}(\sqrtκ)$ by simply using a large stepsize -- for which the objective evolves nonmonotonically. The acceleration brought by large stepsizes extends to minimizing the population risk for separable distributions, improving on the best-known upper bounds on the number of steps to reach a near-optimum. Finally, we characterize the largest stepsize for the local convergence of GD, which also determines the global convergence in special scenarios. Our results extend the analysis of Wu et al. (2024) from convex settings with minimizers at infinity to strongly convex cases with finite minimizers.
