Local Feature Selection without Label or Feature Leakage for Interpretable Machine Learning Predictions
Harrie Oosterhuis, Lijun Lyu, Avishek Anand
TL;DR
The paper tackles faithfulness in local, instance-wise feature explanations by formalizing leakage into label leakage and feature leakage and deriving necessary and sufficient conditions for no leakage. It introduces two leakage-free approaches: a linear programming solution for toy, fully specified distributions and SUWR (Sequential Unmasking without Reversion) for scalable, leakage-free feature selection with narrative explanations. SUWR provably avoids leaking information from non-selected features or labels and, via reinforcement learning, achieves competitive predictive performance with high feature-sparsity across synthetic and image benchmarks, while providing step-by-step interpretability. Empirical results demonstrate that existing local feature selectors exhibit leakage and can overfit, whereas SUWR delivers faithful explanations and strong accuracy with concise explanations, with code made publicly available.
Abstract
Local feature selection in machine learning provides instance-specific explanations by focusing on the most relevant features for each prediction, enhancing the interpretability of complex models. However, such methods tend to produce misleading explanations by encoding additional information in their selections. In this work, we attribute the problem of misleading selections by formalizing the concepts of label and feature leakage. We rigorously derive the necessary and sufficient conditions under which we can guarantee no leakage, and show existing methods do not meet these conditions. Furthermore, we propose the first local feature selection method that is proven to have no leakage called SUWR. Our experimental results indicate that SUWR is less prone to overfitting and combines state-of-the-art predictive performance with high feature-selection sparsity. Our generic and easily extendable formal approach provides a strong theoretical basis for future work on interpretability with reliable explanations.
