Neural Greedy Pursuit for Feature Selection
Sandipan Das, Alireza M. Javid, Prakash Borpatra Gohain, Yonina C., Eldar, Saikat Chatterjee

TL;DR
This paper introduces Neural Greedy Pursuit (NGP), a neural network-based greedy algorithm for sequentially selecting important features in non-linear prediction tasks, demonstrating improved performance and a phase transition in feature selection accuracy.
Contribution
The paper presents a novel neural greedy pursuit algorithm that efficiently selects features and orders their importance, outperforming existing methods like DeepLIFT and Drop-one-out loss.
Findings
NGP outperforms existing feature selection methods.
A phase transition occurs with sufficient training data.
NGP provides a meaningful feature importance ranking.
Abstract
We propose a greedy algorithm to select important features among input features for a non-linear prediction problem. The features are selected one by one sequentially, in an iterative loss minimization procedure. We use neural networks as predictors in the algorithm to compute the loss and hence, we refer to our method as neural greedy pursuit (NGP). NGP is efficient in selecting features when , and it provides a notion of feature importance in a descending order following the sequential selection procedure. We experimentally show that NGP provides better performance than several feature selection methods such as DeepLIFT and Drop-one-out loss. In addition, we experimentally show a phase transition behavior in which perfect selection of all features without false positives is possible when the training data size exceeds a threshold.
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
TopicsModel Reduction and Neural Networks · Neural Networks and Applications · Target Tracking and Data Fusion in Sensor Networks
MethodsFeature Selection
