Accelerated Mini-Batch Stochastic Dual Coordinate Ascent
2013-05-12NeurIPS 2013Unverified0· sign in to hype
Shai Shalev-Shwartz, Tong Zhang
Unverified — Be the first to reproduce this paper.
ReproduceAbstract
Stochastic dual coordinate ascent (SDCA) is an effective technique for solving regularized loss minimization problems in machine learning. This paper considers an extension of SDCA under the mini-batch setting that is often used in practice. Our main contribution is to introduce an accelerated mini-batch version of SDCA and prove a fast convergence rate for this method. We discuss an implementation of our method over a parallel computing system, and compare the results to both the vanilla stochastic dual coordinate ascent and to the accelerated deterministic gradient descent method of nesterov2007gradient.