Stochastic Variance-Reduced Newton: Accelerating Finite-Sum Minimization with Large Batches
Michał Dereziński
TL;DR
This work addresses accelerating finite-sum convex minimization by integrating variance reduction with stochastic Newton updates. The authors prove that Stochastic Variance-Reduced Newton (SVRN) achieves a faster sequential convergence rate, reducing data passes to $O\left(\frac{\log(1/\varepsilon)}{\log(n)}\right)$ while maintaining a low parallel cost through Hessian-based updates, with the improvement scaling favorably as the dataset size $n$ grows. They also introduce SVRN-HA, a globally convergent variant that combines Hessian averaging and a line-search phase with a subsequent SVRN phase, guaranteeing practical convergence from arbitrary initial points. Empirical results on logistic regression and least-squares problems demonstrate substantial speedups in data passes and competitive wall-clock performance, highlighting SVRN's practicality for large-scale second-order variance-reduced optimization.
Abstract
Stochastic variance reduction has proven effective at accelerating first-order algorithms for solving convex finite-sum optimization tasks such as empirical risk minimization. Incorporating second-order information has proven helpful in further improving the performance of these first-order methods. Yet, comparatively little is known about the benefits of using variance reduction to accelerate popular stochastic second-order methods such as Subsampled Newton. To address this, we propose Stochastic Variance-Reduced Newton (SVRN), a finite-sum minimization algorithm that provably accelerates existing stochastic Newton methods from $O(α\log(1/ε))$ to $O\big(\frac{\log(1/ε)}{\log(n)}\big)$ passes over the data, i.e., by a factor of $O(α\log(n))$, where $n$ is the number of sum components and $α$ is the approximation factor in the Hessian estimate. Surprisingly, this acceleration gets more significant the larger the data size $n$, which is a unique property of SVRN. Our algorithm retains the key advantages of Newton-type methods, such as easily parallelizable large-batch operations and a simple unit step size. We use SVRN to accelerate Subsampled Newton and Iterative Hessian Sketch algorithms, and show that it compares favorably to popular first-order methods with variance~reduction.
