LGAIMay 13, 2025

SHAP-based Explanations are Sensitive to Feature Representation

arXiv:2505.08345v18 citationsh-index: 28Has CodeFAccT
Originality Incremental advance
AI Analysis

This highlights a vulnerability in explainable AI for tabular data, showing that adversaries can exploit feature representation to mislead explanations, which is an incremental but important finding for practitioners and researchers.

The paper demonstrates that common data engineering techniques, such as representing age with a histogram or encoding race, can manipulate feature importance in SHAP-based explanations, potentially obscuring issues like discrimination.

Local feature-based explanations are a key component of the XAI toolkit. These explanations compute feature importance values relative to an ``interpretable'' feature representation. In tabular data, feature values themselves are often considered interpretable. This paper examines the impact of data engineering choices on local feature-based explanations. We demonstrate that simple, common data engineering techniques, such as representing age with a histogram or encoding race in a specific way, can manipulate feature importance as determined by popular methods like SHAP. Notably, the sensitivity of explanations to feature representation can be exploited by adversaries to obscure issues like discrimination. While the intuition behind these results is straightforward, their systematic exploration has been lacking. Previous work has focused on adversarial attacks on feature-based explainers by biasing data or manipulating models. To the best of our knowledge, this is the first study demonstrating that explainers can be misled by standard, seemingly innocuous data engineering techniques.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes