paper-with-me

홈 › Papers

Error Lower Bounds of Constant Step-size Stochastic Gradient Descent

2019-10-18 · Zhiyan Ding, Yiding Chen, Qin Li, Xiaojin Zhu

Stochastic Gradient Descent (SGD) plays a central role in modern machine learning. While there is extensive work on providing error upper bound for SGD, not much is known about SGD error lower bound. In this paper, we study the convergence of constant step-size SGD. We provide error lower bound of SGD for potentially non-convex objective functions with Lipschitz gradients. To our knowledge, this is the first analysis for SGD error lower bound without the strong convexity assumption. We use experiments to illustrate our theoretical results.

📄 PDF Abstract BibTeX arXiv:1910.08212

Code (0)

등록된 구현이 없습니다.

Tasks

BIG-bench Machine Learning

Methods 이 논문이 사용한 방법론

SGD Stochastic Gradient Descent is an iterative optimization technique that uses minibatches of data to form an expectation of the gradient, rather than the full gradient using…

Similar Papers 제목 키워드 기반

Finite-Time Error Bounds For Linear Stochastic Approximation and TD Learning

2019-02-03 · R. Srikant, Lei Ying

We consider the dynamics of a linear stochastic approximation algorithm driven by Markovian noise, and derive finite-time bounds on the moments of the error, i.e., deviation of the output of the algorithm from the equili…

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

Steady-State Behavior of Constant-Stepsize Stochastic Approximation: Gaussian Approximation and Tail Bounds

2026-02-15 · Zedong Wang, Yuyang Wang, Ijay Narang, Felix Wang 외 arxiv

Constant-stepsize stochastic approximation (SA) is widely used in learning for computational efficiency. For a fixed stepsize, the iterates typically admit a stationary distribution that is rarely tractable. Prior work s…

Computational Efficiency

How Good is SGD with Random Shuffling?

2019-07-31 · Itay Safran, Ohad Shamir

We study the performance of stochastic gradient descent (SGD) on smooth and strongly-convex finite-sum optimization problems. In contrast to the majority of existing theoretical works, which assume that individual functi…

Stability and Convergence Trade-off of Iterative Optimization Algorithms

2018-04-04 · Yuansi Chen, Chi Jin, Bin Yu

The overall performance or expected excess risk of an iterative machine learning algorithm can be decomposed into training error and generalization error. While the former is controlled by its convergence analysis, the l…