OCLGMLApr 23, 2024

Second-order Information Promotes Mini-Batch Robustness in Variance-Reduced Gradients

arXiv:2404.14758v12 citationsh-index: 18
Originality Incremental advance
AI Analysis

This addresses scalability issues in optimization for large-scale machine learning, offering a method that retains benefits over Newton-type approaches while being more robust to mini-batch variations, though it is incremental as it builds on existing variance-reduced and second-order techniques.

The paper tackles the problem of improving mini-batch robustness in variance-reduced stochastic gradient methods for finite-sum minimization by incorporating partial second-order information, showing that the proposed Mb-SVRN algorithm achieves a fast linear convergence rate independent of mini-batch size up to a critical point, with empirical validation on benchmark tasks.

We show that, for finite-sum minimization problems, incorporating partial second-order information of the objective function can dramatically improve the robustness to mini-batch size of variance-reduced stochastic gradient methods, making them more scalable while retaining their benefits over traditional Newton-type approaches. We demonstrate this phenomenon on a prototypical stochastic second-order algorithm, called Mini-Batch Stochastic Variance-Reduced Newton ($\texttt{Mb-SVRN}$), which combines variance-reduced gradient estimates with access to an approximate Hessian oracle. In particular, we show that when the data size $n$ is sufficiently large, i.e., $n\gg α^2κ$, where $κ$ is the condition number and $α$ is the Hessian approximation factor, then $\texttt{Mb-SVRN}$ achieves a fast linear convergence rate that is independent of the gradient mini-batch size $b$, as long $b$ is in the range between $1$ and $b_{\max}=O(n/(α\log n))$. Only after increasing the mini-batch size past this critical point $b_{\max}$, the method begins to transition into a standard Newton-type algorithm which is much more sensitive to the Hessian approximation quality. We demonstrate this phenomenon empirically on benchmark optimization tasks showing that, after tuning the step size, the convergence rate of $\texttt{Mb-SVRN}$ remains fast for a wide range of mini-batch sizes, and the dependence of the phase transition point $b_{\max}$ on the Hessian approximation factor $α$ aligns with our theoretical predictions.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes