English

Fast Asynchronous Parallel Stochastic Gradient Decent

Machine Learning 2015-08-25 v1 Machine Learning

Abstract

Stochastic gradient descent~(SGD) and its variants have become more and more popular in machine learning due to their efficiency and effectiveness. To handle large-scale problems, researchers have recently proposed several parallel SGD methods for multicore systems. However, existing parallel SGD methods cannot achieve satisfactory performance in real applications. In this paper, we propose a fast asynchronous parallel SGD method, called AsySVRG, by designing an asynchronous strategy to parallelize the recently proposed SGD variant called stochastic variance reduced gradient~(SVRG). Both theoretical and empirical results show that AsySVRG can outperform existing state-of-the-art parallel SGD methods like Hogwild! in terms of convergence rate and computation cost.

Keywords

Cite

@article{arxiv.1508.05711,
  title  = {Fast Asynchronous Parallel Stochastic Gradient Decent},
  author = {Shen-Yi Zhao and Wu-Jun Li},
  journal= {arXiv preprint arXiv:1508.05711},
  year   = {2015}
}
R2 v1 2026-06-22T10:39:55.832Z