paper-with-me

홈 › Papers

Scrutinizing XAI using linear ground-truth data with suppressor variables

2021-11-14 · Rick Wilming, Céline Budding, Klaus-Robert Müller, Stefan Haufe

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.

📄 PDF Abstract BibTeX arXiv:2111.07473

Code (1)

braindatalab/scrutinizing-xai 공식 구현

Tasks

Explainable Artificial Intelligence (XAI)Feature Importance

Methods 이 논문이 사용한 방법론

SHAP 설명 없음
LIME LIME, or Local Interpretable Model-Agnostic Explanations, is an algorithm that can explain the predictions of any classifier or regressor in a faithful way, by…

Similar Papers 제목 키워드 기반

The effect of whitening on explanation performance

2026-02-09 · Benedict Clark, Stoyan Karastoyanov, Rick Wilming, Stefan Haufe arxiv

Explainable Artificial Intelligence (XAI) aims to provide transparent insights into machine learning models, yet the reliability of many feature attribution methods remains a critical challenge. Prior research (Haufe et …

Minimizing False-Positive Attributions in Explanations of Non-Linear Models

2025-05-16 · Anders Gjølbye, Stefan Haufe, Lars Kai Hansen

Suppressor variables can influence model predictions without being dependent on the target outcome and they pose a significant challenge for Explainable AI (XAI) methods. These variables may cause false-positive feature …

Hyperparameter Optimization

Nonlinear Residual Echo Suppression using a Recurrent Neural Network

2020-10-25 · Interspeech 2020 10 · Lukas Pfeifenberger, Franz Pernkopf

The acoustic front-end of hands-free communication de-vices introduces a variety of distortions to the linear echo pathbetween the loudspeaker and the microphone. While the ampli-fiers may introduce a memory-less n…

Acoustic echo cancellation

Theoretical Behavior of XAI Methods in the Presence of Suppressor Variables

2023-06-02 · Rick Wilming, Leo Kieslich, Benedict Clark, Stefan Haufe

In recent years, the community of 'explainable artificial intelligence' (XAI) has created a vast body of methods to bridge a perceived gap between model 'complexity' and 'interpretability'. However, a concrete problem to…

AttributeBinary ClassificationExplainable artificial intelligenceExplainable Artificial Intelligence (XAI)

Aumann-SHAP: The Geometry of Counterfactual Interaction Explanations in Machine Learning

2026-03-14 · Adam Belahcen, Stéphane Mussard arxiv

We introduce Aumann-SHAP, an interaction-aware framework that decomposes counterfactual transitions by restricting the model to a local hypercube connecting baseline and counterfactual features. Each hypercube is discret…