LGMLNov 27, 2019

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

arXiv:1911.11901v13 citations
Originality Incremental advance
AI Analysis

This provides interpretability for machine learning predictions at the sample level, which is incremental as it builds on existing Random Forest methods.

The paper tackles the problem of interpreting feature importance for individual predictions by introducing Single Sample Feature Importance (SSFI), an algorithm that uses Random Forest prediction paths to rank features for specific samples, and demonstrates its results numerically and visually on four datasets.

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.

Foundations

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

Your Notes