paper-with-me

홈 › Papers

Tight Analyses for Non-Smooth Stochastic Gradient Descent

2018-12-13 · Nicholas J. A. Harvey, Christopher Liaw, Yaniv Plan, Sikander Randhawa

Consider the problem of minimizing functions that are Lipschitz and strongly convex, but not necessarily differentiable. We prove that after $T$ steps of stochastic gradient descent, the error of the final iterate is $O(\log(T)/T)$ with high probability. We also construct a function from this class for which the error of the final iterate of deterministic gradient descent is $\Omega(\log(T)/T)$. This shows that the upper bound is tight and that, in this setting, the last iterate of stochastic gradient descent has the same general error rate (with high probability) as deterministic gradient descent. This resolves both open questions posed by Shamir (2012). An intermediate step of our analysis proves that the suffix averaging method achieves error $O(1/T)$ with high probability, which is optimal (for any first-order optimization method). This improves results of Rakhlin (2012) and Hazan and Kale (2014), both of which achieved error $O(1/T)$, but only in expectation, and achieved a high probability error bound of $O(\log \log(T)/T)$, which is suboptimal. We prove analogous results for functions that are Lipschitz and convex, but not necessarily strongly convex or differentiable. After $T$ steps of stochastic gradient descent, the error of the final iterate is $O(\log(T)/\sqrt{T})$ with high probability, and there exists a function for which the error of the final iterate of deterministic gradient descent is $\Omega(\log(T)/\sqrt{T})$.

📄 PDF Abstract BibTeX arXiv:1812.05217

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Lower Generalization Bounds for GD and SGD in Smooth Stochastic Convex Optimization

2023-03-19 · Peiyuan Zhang, Jiaye Teng, Jingzhao Zhang

This work studies the generalization error of gradient methods. More specifically, we focus on how training steps $T$ and step-size $\eta$ might affect generalization in smooth stochastic convex optimization (SCO) proble…

Generalization BoundsLearning Theory

Tighter Analysis of Alternating Stochastic Gradient Method for Stochastic Nested Problems

2021-06-25 · Tianyi Chen, Yuejiao Sun, Wotao Yin

Stochastic nested optimization, including stochastic compositional, min-max and bilevel optimization, is gaining popularity in many machine learning applications. While the three problems share the nested structure, exis…

Bilevel Optimization

Closing the Gap: Tighter Analysis of Alternating Stochastic Gradient Methods for Bilevel Problems

2021-12-01 · NeurIPS 2021 12 · Tianyi Chen, Yuejiao Sun, Wotao Yin

Stochastic nested optimization, including stochastic compositional, min-max, and bilevel optimization, is gaining popularity in many machine learning applications. While the three problems share a nested structure, exist…

Bilevel Optimization

Understanding the unstable convergence of gradient descent

2022-04-03 · Kwangjun Ahn, Jingzhao Zhang, Suvrit Sra

Most existing analyses of (stochastic) gradient descent rely on the condition that for $L$-smooth costs, the step size is less than $2/L$. However, many works have observed that in machine learning applications step size…

Lower Bounds for Non-Convex Stochastic Optimization

2019-12-05 · Yossi Arjevani, Yair Carmon, John C. Duchi, Dylan J. Foster 외

We lower bound the complexity of finding $\epsilon$-stationary points (with gradient norm at most $\epsilon$) using stochastic first-order methods. In a well-studied model where algorithms access smooth, potentially non-…

Stochastic Optimization