AdaGrad stepsizes: Sharp convergence over nonconvex landscapes
Rachel Ward, Xiaoxia Wu, and Leon Bottou

TL;DR
This paper provides the first theoretical convergence guarantees for AdaGrad in nonconvex optimization, demonstrating sharp rates and robustness to hyper-parameter choices, supported by extensive experiments.
Contribution
It establishes convergence rates for AdaGrad-Norm on nonconvex functions, bridging a theoretical gap and showing robustness compared to standard SGD.
Findings
AdaGrad-Norm converges at 0(\,rac{ log(N)}{\, ext{N}}) rate in stochastic settings.
Converges at 0(\, ext{N}) rate in batch (non-stochastic) setting.
Robustness to hyper-parameters extends to deep learning models.
Abstract
Adaptive gradient methods such as AdaGrad and its variants update the stepsize in stochastic gradient descent on the fly according to the gradients received along the way; such methods have gained widespread use in large-scale optimization for their ability to converge robustly, without the need to fine-tune the stepsize schedule. Yet, the theoretical guarantees to date for AdaGrad are for online and convex optimization. We bridge this gap by providing theoretical guarantees for the convergence of AdaGrad for smooth, nonconvex functions. We show that the norm version of AdaGrad (AdaGrad-Norm) converges to a stationary point at the rate in the stochastic setting, and at the optimal rate in the batch (non-stochastic) setting -- in this sense, our convergence guarantees are 'sharp'. In particular, the convergence of AdaGrad-Norm is robust…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Optimization Algorithms Research · Optimization and Variational Analysis · Matrix Theory and Algorithms
MethodsAdaGrad
