paper-with-me

Papers

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

2024-07-08 · Fred Lu, Ryan R. Curtin, Edward Raff, Francis Ferraro, James Holt

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}.

📄 PDF Abstract BibTeX arXiv:2407.06346

Code (1)

futurecomputing4ai/proxcsl 공식 구현

Methods 이 논문이 사용한 방법론

Logistic Regression Logistic Regression, despite its name, is a linear model for classification rather than regression. Logistic regression is also known in the literature as logit regression,…

Similar Papers 제목 키워드 기반

Byzantine-Robust Distributed Sparse Learning Revisited

2026-05-13 · Yuxuan Wang, Lixin Zhang, Kangqiang Li arxiv

We revisit Byzantine robust distributed estimation for high-dimensional sparse linear models. By combining local $\ell_1$-regularized robust estimation with robust aggregation at the server, the framework applies to pseu…

Sparse Learning

Theory of Dual-sparse Regularized Randomized Reduction

2015-04-15 · Tianbao Yang, Lijun Zhang, Rong Jin, Shenghuo Zhu

In this paper, we study randomized reduction methods, which reduce high-dimensional features into low-dimensional space by randomized methods (e.g., random projection, random hashing), for large-scale high-dimensional cl…

General Classification

Block-distributed Gradient Boosted Trees

2019-04-23 · Theodore Vasiloudis, Hyunsu Cho, Henrik Boström

The Gradient Boosted Tree (GBT) algorithm is one of the most popular machine learning algorithms used in production, for tasks that include Click-Through Rate (CTR) prediction and learning-to-rank. To deal with the massi…

Click-Through Rate PredictionLearning-To-Rank

Non-stationary Gaussian process discriminant analysis with variable selection for high-dimensional functional data

2021-09-29 · W Yu, S Wade, H D Bondell, L Azizi

High-dimensional classification and feature selection tasks are ubiquitous with the recent advancement in data acquisition technology. In several application areas such as biology, genomics and proteomics, the data are o…

feature selectionUncertainty QuantificationVariable Selection

Feature-Distributed SVRG for High-Dimensional Linear Classification

2018-02-10 · Gong-Duo Zhang, Shen-Yi Zhao, Hao Gao, Wu-Jun Li

Linear classification has been widely used in many high-dimensional applications like text classification. To perform linear classification for large-scale tasks, we often need to design distributed learning methods on a…

ClassificationGeneral Classificationtext-classificationText Classification+1