English

Variance Reduced Stochastic Gradient Descent with Neighbors

Machine Learning 2016-02-29 v4 Optimization and Control Machine Learning

Abstract

Stochastic Gradient Descent (SGD) is a workhorse in machine learning, yet its slow convergence can be a computational bottleneck. Variance reduction techniques such as SAG, SVRG and SAGA have been proposed to overcome this weakness, achieving linear convergence. However, these methods are either based on computations of full gradients at pivot points, or on keeping per data point corrections in memory. Therefore speed-ups relative to SGD may need a minimal number of epochs in order to materialize. This paper investigates algorithms that can exploit neighborhood structure in the training data to share and re-use information about past stochastic gradients across data points, which offers advantages in the transient optimization phase. As a side-product we provide a unified convergence analysis for a family of variance reduction algorithms, which we call memorization algorithms. We provide experimental results supporting our theory.

Keywords

Cite

@article{arxiv.1506.03662,
  title  = {Variance Reduced Stochastic Gradient Descent with Neighbors},
  author = {Thomas Hofmann and Aurelien Lucchi and Simon Lacoste-Julien and Brian McWilliams},
  journal= {arXiv preprint arXiv:1506.03662},
  year   = {2016}
}

Comments

Appears in: Advances in Neural Information Processing Systems 28 (NIPS 2015). 13 pages

R2 v1 2026-06-22T09:51:48.652Z