Adaptive Proximal Gradient Method for Convex Optimization
Yura Malitsky, Konstantin Mishchenko
TL;DR
This work develops fully adaptive first-order methods for convex optimization by exploiting local curvature information without extra computational cost. It introduces Adaptive Gradient Descent (AdGD) and Adaptive Proximal Gradient (AdProxGD), proving convergence under locally Lipschitz gradients and enabling larger steps than traditional fixed-step schemes. The analysis sharpens step-size bounds, proposes an improved adaptive update, and extends to the proximal/composite setting with analogous convergence guarantees. Empirical results on problems such as maximum-likelihood estimation of covariance, low-rank matrix completion, and entropy maximization demonstrate practical speedups over Armijo-type linesearch baselines, validating the approach's efficiency and robustness.
Abstract
In this paper, we explore two fundamental first-order algorithms in convex optimization, namely, gradient descent (GD) and proximal gradient method (ProxGD). Our focus is on making these algorithms entirely adaptive by leveraging local curvature information of smooth functions. We propose adaptive versions of GD and ProxGD that are based on observed gradient differences and, thus, have no added computational costs. Moreover, we prove convergence of our methods assuming only local Lipschitzness of the gradient. In addition, the proposed versions allow for even larger stepsizes than those initially suggested in [MM20].
