A Coefficient Makes SVRG Effective
Yida Yin, Zhiqiu Xu, Zhiyuan Li, Trevor Darrell, Zhuang Liu
TL;DR
This work investigates whether Stochastic Variance Reduced Gradient (SVRG) can be effective for training deep neural networks. It introduces α-SVRG, which multiplies the SVRG variance-reduction term by a linearly decaying coefficient $\alpha$, grounded in a theoretical derivation that the optimal per-component coefficient $\alpha^{*}$ decreases with model depth and over training. Empirically, α-SVRG consistently reduces training loss and accelerates convergence across a wide range of architectures and datasets, outperforming both the baseline optimizer and vanilla SVRG. The results highlight the practical value of variance-reduction tuning in deep learning and invite further exploration of coefficient-based approaches to SVRG and related variance-reduction methods in neural network optimization.
Abstract
Stochastic Variance Reduced Gradient (SVRG), introduced by Johnson & Zhang (2013), is a theoretically compelling optimization method. However, as Defazio & Bottou (2019) highlight, its effectiveness in deep learning is yet to be proven. In this work, we demonstrate the potential of SVRG in optimizing real-world neural networks. Our empirical analysis finds that, for deeper neural networks, the strength of the variance reduction term in SVRG should be smaller and decrease as training progresses. Inspired by this, we introduce a multiplicative coefficient $α$ to control the strength and adjust it through a linear decay schedule. We name our method $α$-SVRG. Our results show $α$-SVRG better optimizes models, consistently reducing training loss compared to the baseline and standard SVRG across various model architectures and multiple image classification datasets. We hope our findings encourage further exploration into variance reduction techniques in deep learning. Code is available at github.com/davidyyd/alpha-SVRG.
