paper-with-me

홈 › Papers

Median Selection Subset Aggregation for Parallel Inference

2014-10-24 · NeurIPS 2014 12 · Xiangyu Wang, Peichao Peng, David Dunson

For massive data sets, efficient computation commonly relies on distributed algorithms that store and process subsets of the data on different machines, minimizing communication costs. Our focus is on regression and classification problems involving many features. A variety of distributed algorithms have been proposed in this context, but challenges arise in defining an algorithm with low communication, theoretical guarantees and excellent practical performance in general settings. We propose a MEdian Selection Subset AGgregation Estimator (message) algorithm, which attempts to solve these problems. The algorithm applies feature selection in parallel for each subset using Lasso or another method, calculates the `median' feature inclusion index, estimates coefficients for the selected features in parallel for each subset, and then averages these estimates. The algorithm is simple, involves very minimal communication, scales efficiently in both sample and feature size, and has theoretical guarantees. In particular, we show model selection consistency and coefficient estimation efficiency. Extensive experiments show excellent performance in variable selection, estimation, prediction, and computation time relative to usual competitors.

📄 PDF Abstract BibTeX arXiv:1410.6604

Code (0)

등록된 구현이 없습니다.

Tasks

feature selectionModel SelectionVariable Selection

Similar Papers 제목 키워드 기반

Robust and Parallel Bayesian Model Selection

2016-10-19 · Michael Minyi Zhang, Henry Lam, Lizhen Lin

Effective and accurate model selection is an important problem in modern data analysis. One of the major challenges is the computational burden required to handle large data sets that cannot be stored or processed on one…

modelModel SelectionVariable Selection

Efficient Rank Aggregation via Lehmer Codes

2017-01-28 · Pan Li, Arya Mazumdar, Olgica Milenkovic

We propose a novel rank aggregation method based on converting permutations into their corresponding Lehmer codes or other subdiagonal images. Lehmer codes, also known as inversion vectors, are vector representations of …

Robust and Scalable Variational Bayes

2025-04-16 · Carlos Misael Madrid Padilla, Shitao Fan, Lizhen Lin

We propose a robust and scalable framework for variational Bayes (VB) that effectively handles outliers and contamination of arbitrary nature in large datasets. Our approach divides the dataset into disjoint subsets, com…

Bayesian Inference

Recursive Self-Aggregation Unlocks Deep Thinking in Large Language Models

2025-09-30 · Siddarth Venkatraman, Vineet Jain, Sarthak Mittal, Vedant Shah 외 arxiv

Test-time scaling methods improve the capabilities of large language models (LLMs) by increasing the amount of compute used during inference to make a prediction. Inference-time compute can be scaled in parallel by choos…

Reinforcement Learning

Geometric Median Matching for Robust k-Subset Selection from Noisy Data

2025-04-01 · Anish Acharya, Sujay Sanghavi, Alexandros G. Dimakis, Inderjit S Dhillon

Data pruning -- the combinatorial task of selecting a small and representative subset from a large dataset, is crucial for mitigating the enormous computational costs associated with training data-hungry modern deep lear…

image-classificationImage ClassificationImage Generation