paper-with-me

Papers

A Consistent and Scalable Algorithm for Best Subset Selection in Single Index Models

2023-09-12 · Borui Tang, Jin Zhu, Junxian Zhu, Xueqin Wang, Heping Zhang

Analysis of high-dimensional data has led to increased interest in both single index models (SIMs) and best subset selection. SIMs provide an interpretable and flexible modeling framework for high-dimensional data, while best subset selection aims to find a sparse model from a large set of predictors. However, best subset selection in high-dimensional models is known to be computationally intractable. Existing methods tend to relax the selection, but do not yield the best subset solution. In this paper, we directly tackle the intractability by proposing the first provably scalable algorithm for best subset selection in high-dimensional SIMs. Our algorithmic solution enjoys the subset selection consistency and has the oracle property with a high probability. The algorithm comprises a generalized information criterion to determine the support size of the regression coefficients, eliminating the model selection tuning. Moreover, our method does not assume an error distribution or a specific link function and hence is flexible to apply. Extensive simulation results demonstrate that our method is not only computationally efficient but also able to exactly recover the best subset in various settings (e.g., linear regression, Poisson regression, heteroscedastic models).

📄 PDF Abstract BibTeX arXiv:2309.06230

Code (0)

등록된 구현이 없습니다.

Tasks

Model Selectionregression

Similar Papers 제목 키워드 기반

Best-Subset Selection in Generalized Linear Models: A Fast and Consistent Algorithm via Splicing Technique

2023-08-01 · Junxian Zhu, Jin Zhu, Borui Tang, Xuanyu Chen 외

In high-dimensional generalized linear models, it is crucial to identify a sparse model that adequately accounts for response variation. Although the best subset section has been widely regarded as the Holy Grail of prob…

Computational EfficiencyVariable Selection

Subset selection for linear mixed models

2021-07-27 · Daniel R. Kowal

Linear mixed models (LMMs) are instrumental for regression analysis with structured dependence, such as grouped, clustered, or multilevel data. However, selection among the covariates--while accounting for this structure…

Uncertainty Quantification

BWS: Best Window Selection Based on Sample Scores for Data Pruning across Broad Ranges

2024-06-05 · Hoyong Choi, Nohyun Ki, Hye Won Chung

Data subset selection aims to find a smaller yet informative subset of a large dataset that can approximate the full-dataset training, addressing challenges associated with training neural networks on large-scale dataset…

Finding High-Value Training Data Subset through Differentiable Convex Programming

2021-04-28 · Soumi Das, Arshdeep Singh, Saptarshi Chatterjee, Suparna Bhattacharya 외

Finding valuable training data points for deep neural networks has been a core research challenge with many applications. In recent years, various techniques for calculating the "value" of individual training datapoints …

Vocal Bursts Intensity Prediction

Solving the Best Subset Selection Problem via Suboptimal Algorithms

2025-03-31 · Vikram Singh, Min Sun

Best subset selection in linear regression is well known to be nonconvex and computationally challenging to solve, as the number of possible subsets grows rapidly with increasing dimensionality of the problem. As a resul…

CPU