SAND: One-Shot Feature Selection with Additive Noise Distortion
Pedram Pad, Hadi Hammoud, Mohamad Dia, Nadim Maamari, L. Andrea Dunbar

TL;DR
This paper introduces a simple, effective neural network layer for automatic feature selection that requires no hyperparameter tuning or retraining, achieving state-of-the-art results.
Contribution
A novel, non-intrusive feature selection layer that automatically identifies informative features during training without altering loss functions or architectures.
Findings
Achieves state-of-the-art performance on benchmark datasets.
Requires no hyperparameter search or retraining.
Validated by theoretical analysis in linear regression.
Abstract
Feature selection is a critical step in data-driven applications, reducing input dimensionality to enhance learning accuracy, computational efficiency, and interpretability. Existing state-of-the-art methods often require post-selection retraining and extensive hyperparameter tuning, complicating their adoption. We introduce a novel, non-intrusive feature selection layer that, given a target feature count , automatically identifies and selects the most informative features during neural network training. Our method is uniquely simple, requiring no alterations to the loss function, network architecture, or post-selection retraining. The layer is mathematically elegant and can be fully described by: \begin{align} \nonumber \tilde{x}_i = a_i x_i + (1-a_i)z_i \end{align} where is the input feature, the output, a Gaussian noise, and trainable gain such…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsStochastic Gradient Optimization Techniques · Machine Learning and Data Classification · Face and Expression Recognition
MethodsLinear Regression · Feature Selection
