LGMLJul 19, 2022

Neural Greedy Pursuit for Feature Selection

arXiv:2207.09390v13 citationsh-index: 107
Originality Incremental advance
AI Analysis

This addresses feature selection in high-dimensional data for machine learning practitioners, offering an incremental improvement over existing methods.

The paper tackles the problem of selecting important features for non-linear prediction by proposing Neural Greedy Pursuit (NGP), a greedy algorithm that sequentially selects features using neural networks, resulting in better performance than methods like DeepLIFT and Drop-one-out loss, and demonstrating a phase transition where perfect feature selection is achievable with sufficient training data.

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

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes