SpiderBoost and Momentum: Faster Stochastic Variance Reduction Algorithms

Zhe Wang,Kaiyi Ji,Yi Zhou,Yingbin Liang,Vahid Tarokh
DOI: https://doi.org/10.48550/arXiv.1810.10690
2020-05-16
Abstract:SARAH and SPIDER are two recently developed stochastic variance-reduced algorithms, and SPIDER has been shown to achieve a near-optimal first-order oracle complexity in smooth nonconvex optimization. However, SPIDER uses an accuracy-dependent stepsize that slows down the convergence in practice, and cannot handle objective functions that involve nonsmooth regularizers. In this paper, we propose SpiderBoost as an improved scheme, which allows to use a much larger constant-level stepsize while maintaining the same near-optimal oracle complexity, and can be extended with proximal mapping to handle composite optimization (which is nonsmooth and nonconvex) with provable convergence guarantee. In particular, we show that proximal SpiderBoost achieves an oracle complexity of $\mathcal{O}(\min\{n^{1/2}\epsilon^{-2},\epsilon^{-3}\})$ in composite nonconvex optimization, improving the state-of-the-art result by a factor of $\mathcal{O}(\min\{n^{1/6},\epsilon^{-1/3}\})$. We further develop a novel momentum scheme to accelerate SpiderBoost for composite optimization, which achieves the near-optimal oracle complexity in theory and substantial improvement in experiments.
Optimization and Control,Machine Learning
What problem does this paper attempt to address?
This paper aims to solve the following problems: 1. **Limitations of the SPIDER algorithm in practical applications**: - **Over - conservative step - size selection**: The SPIDER algorithm uses a precision - dependent step - size \(\eta = O(\epsilon / L)\), which can significantly slow down the convergence rate in practice. - **Inability to handle non - smooth regularization terms**: The SPIDER algorithm cannot be directly applied to objective functions containing non - smooth regularization terms, and such problems are very common in practice. 2. **Improving the SPIDER algorithm to enhance practical performance**: - **Proposing the SpiderBoost algorithm**: By allowing the use of a larger constant - level step - size \(\eta = O(1 / L)\), while maintaining the same approximately optimal stochastic first - order oracle complexity as SPIDER, it accelerates convergence in practical applications. - **Extension to composite optimization problems**: The Prox - SpiderBoost algorithm is proposed, which can handle composite optimization problems containing non - smooth regularization terms and has provable convergence guarantees. 3. **Further accelerating the algorithm**: - **Introducing the momentum mechanism**: The Prox - SpiderBoost - M algorithm is proposed, which further accelerates the solution process of composite optimization problems through the momentum mechanism. This algorithm theoretically achieves the optimal oracle complexity and shows a significant acceleration effect in experiments. Specifically, the main contributions of the paper include: - **SpiderBoost algorithm**: Through a new convergence analysis method, it allows the use of a larger step - size, thereby significantly accelerating convergence in practical applications. - **Prox - SpiderBoost algorithm**: It extends the SpiderBoost algorithm, enabling it to handle composite optimization problems containing non - smooth regularization terms, and performs well both theoretically and experimentally. - **Prox - SpiderBoost - M algorithm**: By introducing the momentum mechanism, it further accelerates the solution process of composite optimization problems and achieves the optimal oracle complexity. These improvements are not only of great significance in theory but also show significant advantages in practical applications.