English

Parallel training of linear models without compromising convergence

Machine Learning 2018-12-20 v2 Machine Learning

Abstract

In this paper we analyze, evaluate, and improve the performance of training generalized linear models on modern CPUs. We start with a state-of-the-art asynchronous parallel training algorithm, identify system-level performance bottlenecks, and apply optimizations that improve data parallelism, cache line locality, and cache line prefetching of the algorithm. These modifications reduce the per-epoch run-time significantly, but take a toll on algorithm convergence in terms of the required number of epochs. To alleviate these shortcomings of our systems-optimized version, we propose a novel, dynamic data partitioning scheme across threads which allows us to approach the convergence of the sequential version. The combined set of optimizations result in a consistent bottom line speedup in convergence of up to 12x compared to the initial asynchronous parallel training algorithm and up to 42x, compared to state of the art implementations (scikit-learn and h2o) on a range of multi-core CPU architectures.

Keywords

Cite

@article{arxiv.1811.01564,
  title  = {Parallel training of linear models without compromising convergence},
  author = {Nikolas Ioannou and Celestine Dünner and Kornilios Kourtis and Thomas Parnell},
  journal= {arXiv preprint arXiv:1811.01564},
  year   = {2018}
}

Comments

Presented at the Workshop on Systems for ML and Open Source Software at NeurIPS 2018

R2 v1 2026-06-23T05:04:00.111Z