English

Neural Greedy Pursuit for Feature Selection

Machine Learning 2023-09-14 v1 Machine Learning

Abstract

We propose a greedy algorithm to select NN important features among PP 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 NN features when NPN \ll P, 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 NN features without false positives is possible when the training data size exceeds a threshold.

Keywords

Cite

@article{arxiv.2207.09390,
  title  = {Neural Greedy Pursuit for Feature Selection},
  author = {Sandipan Das and Alireza M. Javid and Prakash Borpatra Gohain and Yonina C. Eldar and Saikat Chatterjee},
  journal= {arXiv preprint arXiv:2207.09390},
  year   = {2023}
}
R2 v1 2026-06-25T01:03:23.645Z