English

Single Sample Feature Importance: An Interpretable Algorithm for Low-Level Feature Analysis

Machine Learning 2019-11-28 v1 Machine Learning

Abstract

Have you ever wondered how your feature space is impacting the prediction of a specific sample in your dataset? In this paper, we introduce Single Sample Feature Importance (SSFI), which is an interpretable feature importance algorithm that allows for the identification of the most important features that contribute to the prediction of a single sample. When a dataset can be learned by a Random Forest classifier or regressor, SSFI shows how the Random Forest's prediction path can be utilized for low-level feature importance calculation. SSFI results in a relative ranking of features, highlighting those with the greatest impact on a data point's prediction. We demonstrate these results both numerically and visually on four different datasets.

Keywords

Cite

@article{arxiv.1911.11901,
  title  = {Single Sample Feature Importance: An Interpretable Algorithm for Low-Level Feature Analysis},
  author = {Joseph Gatto and Ravi Lanka and Yumi Iwashita and Adrian Stoica},
  journal= {arXiv preprint arXiv:1911.11901},
  year   = {2019}
}

Comments

The research was carried out at the Jet Propulsion Laboratory, California Institute of Technology, under a contract with the National Aeronautics and Space Administration. The work of Joseph Gatto was sponsored by the JPL Summer Internship Program and the National Aeronautics and Space Administration

R2 v1 2026-06-23T12:28:28.033Z