English

Feature Importance Ranking for Deep Learning

Machine Learning 2020-10-20 v1 Artificial Intelligence Computer Vision and Pattern Recognition

Abstract

Feature importance ranking has become a powerful tool for explainable AI. However, its nature of combinatorial optimization poses a great challenge for deep learning. In this paper, we propose a novel dual-net architecture consisting of operator and selector for discovery of an optimal feature subset of a fixed size and ranking the importance of those features in the optimal subset simultaneously. During learning, the operator is trained for a supervised learning task via optimal feature subset candidates generated by the selector that learns predicting the learning performance of the operator working on different optimal subset candidates. We develop an alternate learning algorithm that trains two nets jointly and incorporates a stochastic local search procedure into learning to address the combinatorial optimization challenge. In deployment, the selector generates an optimal feature subset and ranks feature importance, while the operator makes predictions based on the optimal subset for test data. A thorough evaluation on synthetic, benchmark and real data sets suggests that our approach outperforms several state-of-the-art feature importance ranking and supervised feature selection methods. (Our source code is available: https://github.com/maksym33/FeatureImportanceDL)

Keywords

Cite

@article{arxiv.2010.08973,
  title  = {Feature Importance Ranking for Deep Learning},
  author = {Maksymilian Wojtas and Ke Chen},
  journal= {arXiv preprint arXiv:2010.08973},
  year   = {2020}
}

Comments

Accepted by NeurIPS 2020, 5 Figures and 1 Table in Main text, 10 Figures and 5 Tables in Supplementary Materials

R2 v1 2026-06-23T19:25:43.320Z