English

High-Dimensional Distributed Sparse Classification with Scalable Communication-Efficient Global Updates

Machine Learning 2024-07-10 v1 Distributed, Parallel, and Cluster Computing Machine Learning

Abstract

As the size of datasets used in statistical learning continues to grow, distributed training of models has attracted increasing attention. These methods partition the data and exploit parallelism to reduce memory and runtime, but suffer increasingly from communication costs as the data size or the number of iterations grows. Recent work on linear models has shown that a surrogate likelihood can be optimized locally to iteratively improve on an initial solution in a communication-efficient manner. However, existing versions of these methods experience multiple shortcomings as the data size becomes massive, including diverging updates and efficiently handling sparsity. In this work we develop solutions to these problems which enable us to learn a communication-efficient distributed logistic regression model even beyond millions of features. In our experiments we demonstrate a large improvement in accuracy over distributed algorithms with only a few distributed update steps needed, and similar or faster runtimes. Our code is available at \url{https://github.com/FutureComputing4AI/ProxCSL}.

Keywords

Cite

@article{arxiv.2407.06346,
  title  = {High-Dimensional Distributed Sparse Classification with Scalable Communication-Efficient Global Updates},
  author = {Fred Lu and Ryan R. Curtin and Edward Raff and Francis Ferraro and James Holt},
  journal= {arXiv preprint arXiv:2407.06346},
  year   = {2024}
}

Comments

KDD 2024, Research Track