NEAILGMar 10, 2023

Supervised Feature Selection with Neuron Evolution in Sparse Neural Networks

arXiv:2303.07200v216 citationsh-index: 49Has Code
AI Analysis

This work addresses computational efficiency in feature selection for machine learning practitioners, but it is incremental as it builds on existing neural network-based methods.

The paper tackles the problem of high computational costs in feature selection for high-dimensional datasets by proposing NeuroFS, a resource-efficient method that prunes uninformative features from sparse neural networks, achieving the highest ranking-based score on 11 benchmarks.

Feature selection that selects an informative subset of variables from data not only enhances the model interpretability and performance but also alleviates the resource demands. Recently, there has been growing attention on feature selection using neural networks. However, existing methods usually suffer from high computational costs when applied to high-dimensional datasets. In this paper, inspired by evolution processes, we propose a novel resource-efficient supervised feature selection method using sparse neural networks, named \enquote{NeuroFS}. By gradually pruning the uninformative features from the input layer of a sparse neural network trained from scratch, NeuroFS derives an informative subset of features efficiently. By performing several experiments on $11$ low and high-dimensional real-world benchmarks of different types, we demonstrate that NeuroFS achieves the highest ranking-based score among the considered state-of-the-art supervised feature selection models. The code is available on GitHub.

Code Implementations1 repo
Foundations

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

Your Notes