paper-with-me

홈 › Papers

DECOrrelated feature space partitioning for distributed sparse regression

2016-02-08 · NeurIPS 2016 12 · Xiangyu Wang, David Dunson, Chenlei Leng

Fitting statistical models is computationally challenging when the sample size or the dimension of the dataset is huge. An attractive approach for down-scaling the problem size is to first partition the dataset into subsets and then fit using distributed algorithms. The dataset can be partitioned either horizontally (in the sample space) or vertically (in the feature space). While the majority of the literature focuses on sample space partitioning, feature space partitioning is more effective when $p\gg n$. Existing methods for partitioning features, however, are either vulnerable to high correlations or inefficient in reducing the model dimension. In this paper, we solve these problems through a new embarrassingly parallel framework named DECO for distributed variable selection and parameter estimation. In DECO, variables are first partitioned and allocated to $m$ distributed workers. The decorrelated subset data within each worker are then fitted via any algorithm designed for high-dimensional problems. We show that by incorporating the decorrelation step, DECO can achieve consistent variable selection and parameter estimation on each subset with (almost) no assumptions. In addition, the convergence rate is nearly minimax optimal for both sparse and weakly sparse models and does NOT depend on the partition number $m$. Extensive numerical experiments are provided to illustrate the performance of the new framework.

📄 PDF Abstract BibTeX arXiv:1602.02575

Code (0)

등록된 구현이 없습니다.

Tasks

parameter estimationregressionVariable Selection

Similar Papers 제목 키워드 기반

RCD-SGD: Resource-Constrained Distributed SGD in Heterogeneous Environment via Submodular Partitioning

2022-11-02 · Haoze He, Parijat Dube

The convergence of SGD based distributed training algorithms is tied to the data distribution across workers. Standard partitioning techniques try to achieve equal-sized partitions with per-class population distribution …

CATGNN: Cost-Efficient and Scalable Distributed Training for Graph Neural Networks

2024-04-02 · Xin Huang, Weipeng Zhuo, Minh Phu Vuong, Shiju Li 외

Graph neural networks have been shown successful in recent years. While different GNN architectures and training systems have been developed, GNN training on large-scale real-world graphs still remains challenging. Exist…

graph partitioning

Graph Partitioning via Parallel Submodular Approximation to Accelerate Distributed Machine Learning

2015-05-18 · Mu Li, Dave G. Andersen, Alexander J. Smola

Distributed computing excels at processing large scale data, but the communication cost for synchronizing the shared parameters may slow down the overall performance. Fortunately, the interactions between parameter and d…

BIG-bench Machine LearningDistributed Computinggraph partitioning

Yggdrasil: An Optimized System for Training Deep Decision Trees at Scale

2016-12-01 · NeurIPS 2016 12 · Firas Abuzaid, Joseph K. Bradley, Feynman T. Liang, Andrew Feng 외

Deep distributed decision trees and tree ensembles have grown in importance due to the need to model increasingly large datasets. However, PLANET, the standard distributed tree learning algorithm implemented in systems …

CPU

Partitioning sparse deep neural networks for scalable training and inference

2021-04-23 · Gunduz Vehbi Demirci, Hakan Ferhatosmanoglu

The state-of-the-art deep neural networks (DNNs) have significant computational and data management requirements. The size of both training data and models continue to increase. Sparsification and pruning methods are sho…

Computational EfficiencyManagement