Scrutinizing XAI using linear ground-truth data with suppressor variables
This work addresses the challenge of ensuring reliable explanations for high-stakes decisions in AI, though it is incremental by focusing on a specific validation issue.
The authors tackled the problem of validating saliency methods in explainable AI by proposing that feature importance requires a statistical association with the prediction target, and they created a linear ground-truth dataset to benchmark methods. They found that most common explanation methods, such as LRP and SHAP, failed to distinguish important features from suppressor variables in this setting.
Machine learning (ML) is increasingly often used to inform high-stakes decisions. As complex ML models (e.g., deep neural networks) are often considered black boxes, a wealth of procedures has been developed to shed light on their inner workings and the ways in which their predictions come about, defining the field of 'explainable AI' (XAI). Saliency methods rank input features according to some measure of 'importance'. Such methods are difficult to validate since a formal definition of feature importance is, thus far, lacking. It has been demonstrated that some saliency methods can highlight features that have no statistical association with the prediction target (suppressor variables). To avoid misinterpretations due to such behavior, we propose the actual presence of such an association as a necessary condition and objective preliminary definition for feature importance. We carefully crafted a ground-truth dataset in which all statistical dependencies are well-defined and linear, serving as a benchmark to study the problem of suppressor variables. We evaluate common explanation methods including LRP, DTD, PatternNet, PatternAttribution, LIME, Anchors, SHAP, and permutation-based methods with respect to our objective definition. We show that most of these methods are unable to distinguish important features from suppressors in this setting.