Impossibility Theorems for Feature Attribution
Blair Bilodeau, Natasha Jaques, Pang Wei Koh, Been Kim
TL;DR
This work rigorously analyzes feature attribution methods through a hypothesis-testing lens, showing that for moderately rich models, complete and linear explanations (like SHAP and Integrated Gradients) cannot reliably reveal counterfactual model behaviour and often perform no better than random guessing for end-tasks such as algorithmic recourse and spurious-feature detection. The authors prove general impossibility results under mild assumptions and corroborate them with extensive experiments across tabular and image data, where simpler local methods sometimes outperform the touted complete/linear approaches. A key practical takeaway is that practitioners should explicitly define end-tasks and may resort to brute-force model querying to infer counterfactual behaviour when guarantees are required. The paper also outlines a research direction toward theoretical guarantees for perturbation-based methods and argues for developing methods with explicit performance guarantees tailored to concrete tasks.
Abstract
Despite a sea of interpretability methods that can produce plausible explanations, the field has also empirically seen many failure cases of such methods. In light of these results, it remains unclear for practitioners how to use these methods and choose between them in a principled way. In this paper, we show that for moderately rich model classes (easily satisfied by neural networks), any feature attribution method that is complete and linear -- for example, Integrated Gradients and SHAP -- can provably fail to improve on random guessing for inferring model behaviour. Our results apply to common end-tasks such as characterizing local model behaviour, identifying spurious features, and algorithmic recourse. One takeaway from our work is the importance of concretely defining end-tasks: once such an end-task is defined, a simple and direct approach of repeated model evaluations can outperform many other complex feature attribution methods.
