A Debiased MDI Feature Importance Measure for Random Forests
Xiao Li, Yu Wang, Sumanta Basu, Karl Kumbier, Bin Yu

TL;DR
This paper identifies bias in the widely used MDI feature importance measure in Random Forests, derives a theoretical bias bound, and proposes a debiased measure, MDI-oob, that improves feature selection accuracy.
Contribution
It provides a theoretical analysis of MDI bias, derives a new analytical expression, and introduces MDI-oob for unbiased feature importance estimation.
Findings
MDI-oob outperforms traditional MDI in feature selection accuracy.
Deeper trees exhibit higher bias in MDI importance.
MDI-oob achieves state-of-the-art results on simulated and genomic datasets.
Abstract
Tree ensembles such as Random Forests have achieved impressive empirical success across a wide variety of applications. To understand how these models make predictions, people routinely turn to feature importance measures calculated from tree ensembles. It has long been known that Mean Decrease Impurity (MDI), one of the most widely used measures of feature importance, incorrectly assigns high importance to noisy features, leading to systematic bias in feature selection. In this paper, we address the feature selection bias of MDI from both theoretical and methodological perspectives. Based on the original definition of MDI by Breiman et al. for a single tree, we derive a tight non-asymptotic bound on the expected bias of MDI importance of noisy features, showing that deep trees have higher (expected) feature selection bias than shallow ones. However, it is not clear how to reduce the…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsMachine Learning and Data Classification · Explainable Artificial Intelligence (XAI) · Gene expression and cancer classification
MethodsFeature Selection
