The effect of whitening on explanation performance
Benedict Clark, Stoyan Karastoyanov, Rick Wilming, Stefan Haufe
TL;DR
This work investigates whether data whitening can mitigate suppressor-driven misattributions in XAI explanations. By applying five whitening strategies to CORR-background data from the XAI-TRIS suite and evaluating 16 attribution methods across three model architectures, it shows that some whitening transforms (notably sphering, symmetric orthogonalization, and optimal signal preservation) can improve explanation fidelity, but improvements are method- and model-dependent and do not universally eliminate suppressors. A complementary 2D theoretical analysis reveals that, in linear settings, only Partial Regression can remove the suppressor influence, while other whitening methods fail to do so, with broader implications for high-dimensional, non-linear data. Overall, the results highlight the nuanced, non-universal role of preprocessing in explainability and suggest that preprocessing choices must be considered carefully when interpreting attributions in practice.
Abstract
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 al., 2014; Wilming et al., 2022, 2023) has demonstrated that these methods often erroneously assign significant importance to non-informative variables, such as suppressor variables, leading to fundamental misinterpretations. Since statistical suppression is induced by feature dependencies, this study investigates whether data whitening, a common preprocessing technique for decorrelation, can mitigate such errors. Using the established XAI-TRIS benchmark (Clark et al., 2024b), which offers synthetic ground-truth data and quantitative measures of explanation correctness, we empirically evaluate 16 popular feature attribution methods applied in combination with 5 distinct whitening transforms. Additionally, we analyze a minimal linear two-dimensional classification problem (Wilming et al., 2023) to theoretically assess whether whitening can remove the impact of suppressor features from Bayes-optimal models. Our results indicate that, while specific whitening techniques can improve explanation performance, the degree of improvement varies substantially across XAI methods and model architectures. These findings highlight the complex relationship between data non-linearities, preprocessing quality, and attribution fidelity, underscoring the vital role of pre-processing techniques in enhancing model interpretability.
