SSRGD: Simple Stochastic Recursive Gradient Descent for Escaping Saddle Points

April 19, 2019 ยท Declared Dead ยท ๐Ÿ› Neural Information Processing Systems

๐Ÿ‘ป CAUSE OF DEATH: Ghosted
No code link whatsoever

"No code URL or promise found in abstract"

Evidence collected by the PWNC Scanner

Authors Zhize Li arXiv ID 1904.09265 Category cs.LG: Machine Learning Cross-listed cs.DS, math.OC, stat.ML Citations 42 Venue Neural Information Processing Systems Last Checked 3 months ago
Abstract
We analyze stochastic gradient algorithms for optimizing nonconvex problems. In particular, our goal is to find local minima (second-order stationary points) instead of just finding first-order stationary points which may be some bad unstable saddle points. We show that a simple perturbed version of stochastic recursive gradient descent algorithm (called SSRGD) can find an $(ฮต,ฮด)$-second-order stationary point with $\widetilde{O}(\sqrt{n}/ฮต^2 + \sqrt{n}/ฮด^4 + n/ฮด^3)$ stochastic gradient complexity for nonconvex finite-sum problems. As a by-product, SSRGD finds an $ฮต$-first-order stationary point with $O(n+\sqrt{n}/ฮต^2)$ stochastic gradients. These results are almost optimal since Fang et al. [2018] provided a lower bound $ฮฉ(\sqrt{n}/ฮต^2)$ for finding even just an $ฮต$-first-order stationary point. We emphasize that SSRGD algorithm for finding second-order stationary points is as simple as for finding first-order stationary points just by adding a uniform perturbation sometimes, while all other algorithms for finding second-order stationary points with similar gradient complexity need to combine with a negative-curvature search subroutine (e.g., Neon2 [Allen-Zhu and Li, 2018]). Moreover, the simple SSRGD algorithm gets a simpler analysis. Besides, we also extend our results from nonconvex finite-sum problems to nonconvex online (expectation) problems, and prove the corresponding convergence results.
Community shame:
Not yet rated
Community Contributions

Found the code? Know the venue? Think something is wrong? Let us know!

๐Ÿ“œ Similar Papers

In the same crypt โ€” Machine Learning

Died the same way โ€” ๐Ÿ‘ป Ghosted