paper-with-me

홈 › 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 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.

📄 PDF Abstract BibTeX arXiv:2602.09278

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Iterative Normalization: Beyond Standardization towards Efficient Whitening

2019-04-06 · CVPR 2019 6 · Lei Huang, Yi Zhou, Fan Zhu, Li Liu 외

Batch Normalization (BN) is ubiquitously employed for accelerating neural network training and improving the generalization capability by performing standardization within mini-batches. Decorrelated Batch Normalization (…

Robust Object Detection

What Really Matters in Matrix-Whitening Optimizers?

2025-10-28 · Kevin Frans, Pieter Abbeel, Sergey Levine arxiv

A range of recent optimizers have emerged that approximate the same "matrix-whitening" transformation in various ways. In this work, we systematically deconstruct such optimizers, aiming to disentangle the key components…

Whitening Not Recommended for Classification Tasks in LLMs

2024-07-16 · Ali Forooghi, Shaghayegh Sadeghi, Jianguo Lu

Sentence embedding is a cornerstone in NLP. Whitening has been claimed to be an effective operation to improve embedding quality obtained from Large Language Models (LLMs). However, we find that the efficacy of whitening…

ClassificationSentenceSentence EmbeddingSentence-Embedding

Isotropy Matters: Soft-ZCA Whitening of Embeddings for Semantic Code Search

2024-11-26 · Andor Diera, Lukas Galke, Ansgar Scherp

Low isotropy in an embedding space impairs performance on tasks involving semantic inference. Our study investigates the impact of isotropy on semantic code search performance and explores post-processing techniques to m…

Code Search

Whitening Spherical Gaussian Mixtures in the Large-Dimensional Regime

2025-09-22 · Mohammed Racim Moussa Boudjemaa, Alper Kalle, Xiaoyi Mai, José Henrique de Morais Goulart 외 arxiv

Whitening is a classical technique in unsupervised learning that can facilitate estimation tasks by standardizing data. An important application is the estimation of latent variable models via the decomposition of tensor…