English

CYCLADES: Conflict-free Asynchronous Machine Learning

Machine Learning 2016-06-01 v1 Distributed, Parallel, and Cluster Computing Data Structures and Algorithms Machine Learning Optimization and Control

Abstract

We present CYCLADES, a general framework for parallelizing stochastic optimization algorithms in a shared memory setting. CYCLADES is asynchronous during shared model updates, and requires no memory locking mechanisms, similar to HOGWILD!-type algorithms. Unlike HOGWILD!, CYCLADES introduces no conflicts during the parallel execution, and offers a black-box analysis for provable speedups across a large family of algorithms. Due to its inherent conflict-free nature and cache locality, our multi-core implementation of CYCLADES consistently outperforms HOGWILD!-type algorithms on sufficiently sparse datasets, leading to up to 40% speedup gains compared to the HOGWILD! implementation of SGD, and up to 5x gains over asynchronous implementations of variance reduction algorithms.

Keywords

Cite

@article{arxiv.1605.09721,
  title  = {CYCLADES: Conflict-free Asynchronous Machine Learning},
  author = {Xinghao Pan and Maximilian Lam and Stephen Tu and Dimitris Papailiopoulos and Ce Zhang and Michael I. Jordan and Kannan Ramchandran and Chris Re and Benjamin Recht},
  journal= {arXiv preprint arXiv:1605.09721},
  year   = {2016}
}
R2 v1 2026-06-22T14:14:02.554Z