MMD-based Variable Importance for Distributional Random Forest
Clément Bénard, Jeffrey Näf, Julie Josse
TL;DR
Distributional Random Forest (DRF) estimates the full conditional distribution of a multivariate output, but standard variable importance focuses on mean effects. The paper introduces an $MMD$-based variable importance via a drop-and-relearn approach, defining $\mathrm{I}^{(j)}$ to measure changes in the distribution of $\mathbf{Y}$ when $X^{(-j)}$ is used, and provides a practical estimator $\mathrm{I}_n^{(j)}$ using DRF embeddings. A projected DRF variant is developed to reduce computational cost while preserving consistency. Theoretical guarantees show consistency of the estimators under standard kernel and data assumptions, and empirical results demonstrate superior performance over existing DRF measures, particularly in recursive feature elimination and high-dimensional settings.
Abstract
Distributional Random Forest (DRF) is a flexible forest-based method to estimate the full conditional distribution of a multivariate output of interest given input variables. In this article, we introduce a variable importance algorithm for DRFs, based on the well-established drop and relearn principle and MMD distance. While traditional importance measures only detect variables with an influence on the output mean, our algorithm detects variables impacting the output distribution more generally. We show that the introduced importance measure is consistent, exhibits high empirical performance on both real and simulated data, and outperforms competitors. In particular, our algorithm is highly efficient to select variables through recursive feature elimination, and can therefore provide small sets of variables to build accurate estimates of conditional output distributions.
