English

Semi-Stochastic Coordinate Descent

Numerical Analysis 2014-12-22 v1 Optimization and Control

Abstract

We propose a novel stochastic gradient method---semi-stochastic coordinate descent (S2CD)---for the problem of minimizing a strongly convex function represented as the average of a large number of smooth convex functions: f(x)=1nifi(x)f(x)=\tfrac{1}{n}\sum_i f_i(x). Our method first performs a deterministic step (computation of the gradient of ff at the starting point), followed by a large number of stochastic steps. The process is repeated a few times, with the last stochastic iterate becoming the new starting point where the deterministic step is taken. The novelty of our method is in how the stochastic steps are performed. In each such step, we pick a random function fif_i and a random coordinate jj---both using nonuniform distributions---and update a single coordinate of the decision vector only, based on the computation of the jthj^{th} partial derivative of fif_i at two different points. Each random step of the method constitutes an unbiased estimate of the gradient of ff and moreover, the squared norm of the steps goes to zero in expectation, meaning that the stochastic estimate of the gradient progressively improves. The complexity of the method is the sum of two terms: O(nlog(1/ϵ))O(n\log(1/\epsilon)) evaluations of gradients fi\nabla f_i and O(κ^log(1/ϵ))O(\hat{\kappa}\log(1/\epsilon)) evaluations of partial derivatives jfi\nabla_j f_i, where κ^\hat{\kappa} is a novel condition number.

Keywords

Cite

@article{arxiv.1412.6293,
  title  = {Semi-Stochastic Coordinate Descent},
  author = {Jakub Konečný and Zheng Qu and Peter Richtárik},
  journal= {arXiv preprint arXiv:1412.6293},
  year   = {2014}
}

Comments

14 pages. The paper was accepted for presentation at the 2014 NIPS Optimization for Machine Learning workshop in a peer reviewed process

R2 v1 2026-06-22T07:37:50.413Z