English

High Probability Convergence of Stochastic Gradient Methods

Optimization and Control 2023-03-01 v1 Data Structures and Algorithms Machine Learning

Abstract

In this work, we describe a generic approach to show convergence with high probability for both stochastic convex and non-convex optimization with sub-Gaussian noise. In previous works for convex optimization, either the convergence is only in expectation or the bound depends on the diameter of the domain. Instead, we show high probability convergence with bounds depending on the initial distance to the optimal solution. The algorithms use step sizes analogous to the standard settings and are universal to Lipschitz functions, smooth functions, and their linear combinations. This method can be applied to the non-convex case. We demonstrate an O((1+σ2log(1/δ))/T+σ/T)O((1+\sigma^{2}\log(1/\delta))/T+\sigma/\sqrt{T}) convergence rate when the number of iterations TT is known and an O((1+σ2log(T/δ))/T)O((1+\sigma^{2}\log(T/\delta))/\sqrt{T}) convergence rate when TT is unknown for SGD, where 1δ1-\delta is the desired success probability. These bounds improve over existing bounds in the literature. Additionally, we demonstrate that our techniques can be used to obtain high probability bound for AdaGrad-Norm (Ward et al., 2019) that removes the bounded gradients assumption from previous works. Furthermore, our technique for AdaGrad-Norm extends to the standard per-coordinate AdaGrad algorithm (Duchi et al., 2011), providing the first noise-adapted high probability convergence for AdaGrad.

Keywords

Cite

@article{arxiv.2302.14843,
  title  = {High Probability Convergence of Stochastic Gradient Methods},
  author = {Zijian Liu and Ta Duy Nguyen and Thien Hang Nguyen and Alina Ene and Huy Lê Nguyen},
  journal= {arXiv preprint arXiv:2302.14843},
  year   = {2023}
}

Comments

This paper subsumes arXiv paper arxiv:2210.00679

R2 v1 2026-06-28T08:52:16.224Z