paper-with-me

홈 › Papers

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$-regularized) regression assigns zero weights to the most irrelevant or redundant features, and is widely used in data science. However the Lasso only applies to linear models. Here we introduce LassoNet, a neural network framework with global feature selection. Our approach enforces a hierarchy: specifically a feature can participate in a hidden unit only if its linear representative is active. Unlike other approaches to feature selection for neural nets, our method uses a modified objective function with constraints, and so integrates feature selection with the parameter learning directly. As a result, it delivers an entire regularization path of solutions with a range of feature sparsity. On systematic experiments, LassoNet significantly outperforms state-of-the-art methods for feature selection and regression. The LassoNet method uses projected proximal gradient descent, and generalizes directly to deep networks. It can be implemented by adding just a few lines of code to a standard neural network.

📄 PDF Abstract BibTeX arXiv:1907.12207

Code (2)

ilemhadri/lassoNet 공식 구현 pytorch
lasso-net/lassonet pytorch

Tasks

feature selectionregression

Methods 이 논문이 사용한 방법론

Feature Selection Feature selection, also known as variable selection, attribute selection or variable subset selection, is the process of selecting a subset of relevant features (variables,…
Residual Connection 설명 없음

Similar Papers 제목 키워드 기반

Adversarial LassoNet: Robust Feature Selection via Stability-Driven Sparse Learning

2026-07-04 · Zhen Huang, Peicheng Xu, Junbiao Pang, Yulong Zheng arxiv

Sparse feature selection is critical for high-dimensional machine learning, yet traditional $\ell_1$-regularized methods are often brittle under observational noise and spurious correlations, leading to unstable feature …

Sparse Learning

FastCPH: Efficient Survival Analysis for Neural Networks

2022-08-21 · Xuelin Yang, Louis Abraham, Sejin Kim, Petr Smirnov 외

The Cox proportional hazards model is a canonical method in survival analysis for prediction of the life expectancy of a patient given clinical or genetic covariates -- it is a linear model in its original form. In recen…

Survival Analysis

Sparse Centroid-Encoder: A Nonlinear Model for Feature Selection

2022-01-30 · Tomojit Ghosh, Michael Kirby

Autoencoders have been widely used as a nonlinear tool for data dimensionality reduction. While autoencoders don't utilize the label information, Centroid-Encoders (CE)\cite{ghosh2022supervised} use the class label in th…

AttributeDimensionality Reductionfeature selection

Feature Selection using Sparse Adaptive Bottleneck Centroid-Encoder

2023-06-07 · Tomojit Ghosh, Michael Kirby

We introduce a novel nonlinear model, Sparse Adaptive Bottleneck Centroid-Encoder (SABCE), for determining the features that discriminate between two or more classes. The algorithm aims to extract discriminatory features…

feature selection

Sparse POD Mode Selection and Manifold Dimensionality Reduction with Neural Networks

2026-05-26 · Tomoki Koike, Prakash Mohan, Marc T. Henry de Frahan, Elizabeth Qian 외 arxiv

Linear dimensionality reduction methods such as proper orthogonal decomposition (POD) make high-dimensional data amenable to analysis by identifying the principal components, or modes, that capture the most variance, or …

Dimensionality Reduction