# Hybrid Stochastic Gradient Descent Algorithms for Stochastic Nonconvex   Optimization

**Authors:** Quoc Tran-Dinh, Nhan H. Pham, Dzung T. Phan, and Lam M. Nguyen

arXiv: 1905.05920 · 2019-05-16

## TL;DR

This paper introduces a hybrid stochastic gradient estimator for nonconvex optimization, achieving improved complexity bounds over traditional methods and extending to various algorithmic variants.

## Contribution

It proposes a novel hybrid SARAH-SGD algorithm with better complexity bounds for nonconvex problems and extends the approach to multiple variants.

## Key findings

- Achieves $O(	ext{max}\{rac{\sigma^3}{\varepsilon}, rac{\sigma}{\varepsilon^3}ight)$-complexity bound.
- Outperforms state-of-the-art SGD in certain variance regimes.
- Demonstrates effectiveness on multiple datasets with nonconvex models.

## Abstract

We introduce a hybrid stochastic estimator to design stochastic gradient algorithms for solving stochastic optimization problems. Such a hybrid estimator is a convex combination of two existing biased and unbiased estimators and leads to some useful property on its variance. We limit our consideration to a hybrid SARAH-SGD for nonconvex expectation problems. However, our idea can be extended to handle a broader class of estimators in both convex and nonconvex settings. We propose a new single-loop stochastic gradient descent algorithm that can achieve $O(\max\{\sigma^3\varepsilon^{-1},\sigma\varepsilon^{-3}\})$-complexity bound to obtain an $\varepsilon$-stationary point under smoothness and $\sigma^2$-bounded variance assumptions. This complexity is better than $O(\sigma^2\varepsilon^{-4})$ often obtained in state-of-the-art SGDs when $\sigma < O(\varepsilon^{-3})$. We also consider different extensions of our method, including constant and adaptive step-size with single-loop, double-loop, and mini-batch variants. We compare our algorithms with existing methods on several datasets using two nonconvex models.

## Full text

_Full body text omitted from this summary view._ Fetch the complete paper as Markdown: https://tomesphere.com/paper/1905.05920/full.md

## Figures

80 figures with captions in the complete paper: https://tomesphere.com/paper/1905.05920/full.md

## References

31 references — full list in the complete paper: https://tomesphere.com/paper/1905.05920/full.md

---
Source: https://tomesphere.com/paper/1905.05920