Gradient Descent for Convex and Smooth Noisy Optimization
Feifei Hu, Mathieu Gerber

TL;DR
This paper investigates gradient descent with backtracking line search for convex, smooth, and noisy optimization problems, proposing a multi-stage approach that improves estimation accuracy under limited computational resources.
Contribution
It introduces a novel iterative strategy that refines the estimator of the minimizer by reallocating computational budget, achieving faster convergence rates without tuning to specific functions.
Findings
Achieves an estimation error of order B^{-0.25} with standard GD-BLS.
Improves error rate to B^{-rac{1}{2}(1- ext{delta}^J)} through iterative refinement.
Demonstrates robustness of the method even when stochastic gradient convergence is not guaranteed.
Abstract
We study the use of gradient descent with backtracking line search (GD-BLS) to solve the noisy optimization problem , imposing that the function is strictly convex but not necessarily -smooth. Assuming that , we first prove that sample average approximation based on GD-BLS allows to estimate with an error of size , where is the available computational budget. We then show that we can improve upon this rate by stopping the optimization process earlier when the gradient of the objective function is sufficiently close to zero, and use the residual computational budget to optimize, again with GD-BLS, a finer approximation of . By iteratively applying this…
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.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsNeural Networks and Applications
