paper-with-me

Papers

Model selection with lasso-zero: adding straw to the haystack to better find needles

2018-05-14 · Pascaline Descloux, Sylvain Sardy

The high-dimensional linear model $y = X \beta^0 + \epsilon$ is considered and the focus is put on the problem of recovering the support $S^0$ of the sparse vector $\beta^0.$ We introduce Lasso-Zero, a new $\ell_1$-based estimator whose novelty resides in an "overfit, then threshold" paradigm and the use of noise dictionaries concatenated to $X$ for overfitting the response. To select the threshold, we employ the quantile universal threshold based on a pivotal statistic that requires neither knowledge nor preliminary estimation of the noise level. Numerical simulations show that Lasso-Zero performs well in terms of support recovery and provides an excellent trade-off between high true positive rate and low false discovery rate compared to competitors. Our methodology is supported by theoretical results showing that when no noise dictionary is used, Lasso-Zero recovers the signs of $\beta^0$ under weaker conditions on $X$ and $S^0$ than the Lasso and achieves sign consistency for correlated Gaussian designs. The use of noise dictionary improves the procedure for low signals.

📄 PDF Abstract BibTeX arXiv:1805.05133

Code (1)

pascalinedescloux/lasso-zero 공식 구현

Tasks

Model Selection

Similar Papers 제목 키워드 기반

Machine-learned metrics for predicting the likelihood of success in materials discovery

2019-11-25 · Yoolhee Kim, Edward Kim, Erin Antono, Bryce Meredig 외

Materials discovery is often compared to the challenge of finding a needle in a haystack. While much work has focused on accurately predicting the properties of candidate materials with machine learning (ML), which amoun…

LassoNet: A Neural Network with Feature Sparsity

2019-07-29 · Ismael Lemhadri, Feng Ruan, Louis Abraham, Robert Tibshirani

Much work has been done recently to make neural networks more interpretable, and one obvious approach is to arrange for the network to use only a subset of the available features. In linear models, Lasso (or $\ell_1$-reg…

feature selectionregression

Robust Lasso-Zero for sparse corruption and model selection with missing covariates

2020-05-12 · Pascaline Descloux, Claire Boyer, Julie Josse, Aude Sportisse 외

We propose Robust Lasso-Zero, an extension of the Lasso-Zero methodology, initially introduced for sparse linear models, to the sparse corruptions problem. We give theoretical guarantees on the sign recovery of the param…

Missing ValuesModel SelectionVariable Selection

A Comparison of Variable Selection Methods for Blockwise Diagonal Designs

2021-09-29 · ICLR 2022 4 · Tracy Ke, Longlin Wang

Lasso is a celebrated method for variable selection in linear models, but it faces challenges when the covariates are moderately or strongly correlated. This motivates alternative approaches such as using a non-convex pe…

Variable Selection

Sparse Private LASSO Logistic Regression

2023-04-24 · Amol Khanna, Fred Lu, Edward Raff, Brian Testa

LASSO regularized logistic regression is particularly useful for its built-in feature selection, allowing coefficients to be removed from deployment and producing sparse solutions. Differentially private versions of LASS…

feature selectionModel Selectionregression