paper-with-me

Papers

Stochastic algorithms with geometric step decay converge linearly on sharp functions

2019-07-22 · Damek Davis, Dmitriy Drusvyatskiy, Vasileios Charisopoulos

Stochastic (sub)gradient methods require step size schedule tuning to perform well in practice. Classical tuning strategies decay the step size polynomially and lead to optimal sublinear rates on (strongly) convex problems. An alternative schedule, popular in nonconvex optimization, is called \emph{geometric step decay} and proceeds by halving the step size after every few epochs. In recent work, geometric step decay was shown to improve exponentially upon classical sublinear rates for the class of \emph{sharp} convex functions. In this work, we ask whether geometric step decay similarly improves stochastic algorithms for the class of sharp nonconvex problems. Such losses feature in modern statistical recovery problems and lead to a new challenge not present in the convex setting: the region of convergence is local, so one must bound the probability of escape. Our main result shows that for a large class of stochastic, sharp, nonsmooth, and nonconvex problems a geometric step decay schedule endows well-known algorithms with a local linear rate of convergence to global minimizers. This guarantee applies to the stochastic projected subgradient, proximal point, and prox-linear algorithms. As an application of our main result, we analyze two statistical recovery tasks---phase retrieval and blind deconvolution---and match the best known guarantees under Gaussian measurement models and establish new guarantees under heavy-tailed distributions.

📄 PDF Abstract BibTeX arXiv:1907.09547

Code (1)

COR-OPT/GeomStepDecay 공식 구현

Tasks

Retrieval

Methods 이 논문이 사용한 방법론

Step Decay 설명 없음

Similar Papers 제목 키워드 기반

The Step Decay Schedule: A Near Optimal, Geometrically Decaying Learning Rate Procedure For Least Squares

2019-04-29 · NeurIPS 2019 12 · Rong Ge, Sham M. Kakade, Rahul Kidambi, Praneeth Netrapalli

Minimax optimal convergence rates for classes of stochastic convex optimization problems are well characterized, where the majority of results utilize iterate averaged stochastic gradient descent (SGD) with polynomially …

Stochastic Optimization

Stochastic optimization under time drift: iterate averaging, step-decay schedules, and high probability guarantees

2021-05-21 · NeurIPS 2021 12 · Joshua Cutler, Dmitriy Drusvyatskiy, Zaid Harchaoui

We consider the problem of minimizing a convex function that is evolving in time according to unknown and possibly stochastic dynamics. Such problems abound in the machine learning and signal processing literature, under…

Stochastic Optimizationvalid

On the Convergence of Step Decay Step-Size for Stochastic Optimization

2021-02-18 · NeurIPS 2021 12 · Xiaoyu Wang, Sindri Magnússon, Mikael Johansson

The convergence of stochastic gradient descent is highly dependent on the step-size, especially on non-convex problems such as neural network training. Step decay step-size schedules (constant and then cut) are widely us…

Stochastic Optimization

Last Iterate Risk Bounds of SGD with Decaying Stepsize for Overparameterized Linear Regression

2021-10-12 · Jingfeng Wu, Difan Zou, Vladimir Braverman, Quanquan Gu 외

Stochastic gradient descent (SGD) has been shown to generalize well in many deep learning applications. In practice, one often runs SGD with a geometrically decaying stepsize, i.e., a constant initial stepsize followed b…

regression

Controlling the Flow: Stability and Convergence for Stochastic Gradient Descent with Decaying Regularization

2025-05-16 · Sebastian Kassing, Simon Weissmann, Leif Döring

The present article studies the minimization of convex, L-smooth functions defined on a separable real Hilbert space. We analyze regularized stochastic gradient descent (reg-SGD), a variant of stochastic gradient descent…

Image Reconstruction