Minimizing False-Positive Attributions in Explanations of Non-Linear Models
Anders Gj{\o}lbye, Stefan Haufe, Lars Kai Hansen

TL;DR
PatternLocal is a new XAI method that reduces false-positive attributions caused by suppressor variables in non-linear models, improving explanation reliability and interpretability.
Contribution
It introduces PatternLocal, a technique that transforms local surrogate models into a generative form to suppress suppressor variables in non-linear explanations.
Findings
Outperformed existing XAI methods on the XAI-TRIS benchmark.
Reduced false-positive attributions in non-linear model explanations.
Produced physiologically plausible explanations on EEG data.
Abstract
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 attributions, undermining the utility of explanations. Although effective remedies exist for linear models, their extension to non-linear models and instance-based explanations has remained limited. We introduce PatternLocal, a novel XAI technique that addresses this gap. PatternLocal begins with a locally linear surrogate, e.g., LIME, KernelSHAP, or gradient-based methods, and transforms the resulting discriminative model weights into a generative representation, thereby suppressing the influence of suppressor variables while preserving local fidelity. In extensive hyperparameter optimization on the XAI-TRIS benchmark, PatternLocal consistently outperformed other XAI…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
Taxonomy
TopicsExplainable Artificial Intelligence (XAI) · EEG and Brain-Computer Interfaces · Adversarial Robustness in Machine Learning
MethodsLocal Interpretable Model-Agnostic Explanations
