Random Reshuffling with Variance Reduction: New Analysis and Better Rates

Published in 39th Conference on Uncertainty in Artificial Intelligence (UAI 2023), 2023

PDF, Cite, arXiv, OPT2021: 13th Annual Workshop on Optimization for Machine Learning, 39th Conference on Uncertainty in Artificial Intelligence (UAI 2023), spotlight

Abstract:

Virtually all state-of-the-art methods for training supervised machine learning models are variants of SGD enhanced with a number of additional tricks, such as minibatching, momentum, and adaptive stepsizes. One of the tricks that works so well in practice that it is used as default in virtually all widely used machine learning software is random reshuffling (RR). However, the practical benefits of RR have until very recently been eluding attempts at being satisfactorily explained using theory. Motivated by recent development due to Mishchenko, Khaled and Richtárik (2020), in this work we provide the first analysis of SVRG under Random Reshuffling (RR-SVRG) for general finite-sum problems. First, we show that RR-SVRG converges linearly with the rate $\tilde{\mathcal{O}}\left(\kappa^{3/2}\right) \text{ in the strongly-convex case}$, and can be improved further to $\tilde{\mathcal{O}}\left(\kappa\right)$ in the big data regime when $n > \tilde{\mathcal{O}}(\kappa),$ where $\kappa$ is the condition number. This improves upon the previous best rate $\tilde{\mathcal{O}}(\kappa^2)$ known for a variance reduced RR method in the strongly-convex case due to Ying, Yuan and Sayed (2020). Second, we obtain the first sublinear rate for general convex problems. Third, we establish similar fast rates for Cyclic-SVRG and Shuffle-Once-SVRG. Finally, we develop and analyze a more general variance reduction scheme for RR, which allows for less frequent updates of the control variate. We corroborate our theoretical results with suitably chosen experiments on synthetic and real datasets.