English

Distributed Coordinate Descent Method for Learning with Big Data

Machine Learning 2013-10-09 v1 Distributed, Parallel, and Cluster Computing Machine Learning Optimization and Control

Abstract

In this paper we develop and analyze Hydra: HYbriD cooRdinAte descent method for solving loss minimization problems with big data. We initially partition the coordinates (features) and assign each partition to a different node of a cluster. At every iteration, each node picks a random subset of the coordinates from those it owns, independently from the other computers, and in parallel computes and applies updates to the selected coordinates based on a simple closed-form formula. We give bounds on the number of iterations sufficient to approximately solve the problem with high probability, and show how it depends on the data and on the partitioning. We perform numerical experiments with a LASSO instance described by a 3TB matrix.

Keywords

Cite

@article{arxiv.1310.2059,
  title  = {Distributed Coordinate Descent Method for Learning with Big Data},
  author = {Peter Richtárik and Martin Takáč},
  journal= {arXiv preprint arXiv:1310.2059},
  year   = {2013}
}

Comments

11 two-column pages, 1 algorithm, 4 figures, 4 tables

R2 v1 2026-06-22T01:42:21.359Z