paper-with-me

홈 › Papers

The Attribution Impossibility: No Feature Ranking Is Faithful, Stable, and Complete Under Collinearity

2026-04-08 · Drake Caraker, Bryan Arnold, David Rhoads arxiv

No feature ranking can be simultaneously faithful, stable, and complete when features are collinear. For collinear pairs, ranking reduces to a coin flip. We prove this impossibility, quantify it for four model classes, resolve it via ensemble averaging (DASH), and machine-verify it with 305 Lean 4 theorems. We characterize the complete attribution design space: exactly two families of methods exist -- faithful-complete methods (unstable, with rankings that flip up to 50% of the time) and ensemble methods like DASH (stable, reporting ties for symmetric features) -- and no method lies outside this dichotomy. The impossibility is quantitative: the attribution ratio diverges as 1/(1-rho^2) for gradient boosting, is infinite for Lasso, and converges for random forests. DASH (Diversified Aggregation of SHAP) is provably Pareto-optimal among unbiased aggregations, achieving the Cramer-Rao variance bound with a tight ensemble size formula. In a survey of 77 public datasets, 68% exhibit attribution instability. Switching to conditional SHAP does not escape the impossibility when features have equal causal effects. The framework includes practical diagnostics -- a Z-test workflow and single-model screening tool -- and has direct consequences for fairness auditing: SHAP-based proxy discrimination audits are provably unreliable under collinearity. The design space theorem, diagnostics, and impossibility are mechanically verified in Lean 4 (305 theorems from 16 axioms, 0 sorry) -- to our knowledge, the first formally verified impossibility in explainable AI.

📄 PDF Abstract BibTeX arXiv:2605.21492

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

RankingSHAP -- Listwise Feature Attribution Explanations for Ranking Models

2024-03-24 · Maria Heuss, Maarten de Rijke, Avishek Anand

While SHAP (SHapley Additive exPlanations) and other feature attribution methods are commonly employed to explain model predictions, their application within information retrieval (IR), particularly for complex outputs s…

Information RetrievalLearning-To-Rankvalid

RoSHAP: A Distributional Framework and Robust Metric for Stable Feature Attribution

2026-05-14 · Lanxin Xiang, Liang Shi, Youhui Ye, Boyu Jiang 외 arxiv

Feature attribution analysis is critical for interpreting machine learning models and supporting reliable data-driven decisions. However, feature attribution measures often exhibit stochastic variation: different train--…

Density Estimation

The Machiavellian frontier of stable mechanisms

2024-05-21 · Qiufu Chen, Yuanmei Li, Xiaopeng Yin, Luosai Zhang 외

The impossibility theorem in Roth (1982) states that no stable mechanism satisfies strategy-proofness. This paper explores the Machiavellian frontier of stable mechanisms by weakening strategy-proofness. For a fixed mech…

Position

Accurate estimation of feature importance faithfulness for tree models

2024-04-04 · Mateusz Gajewski, Adam Karczmarz, Mateusz Rapicki, Piotr Sankowski

In this paper, we consider a perturbation-based metric of predictive faithfulness of feature rankings (or attributions) that we call PGI squared. When applied to decision tree-based regression models, the metric can be c…

Feature Importance

AIM: Adversarial Information Masking for Faithfulness Evaluation of Saliency Maps

2026-05-16 · Chia-Ying Hsieh, Hsin-Yuan Fang, Chun-Shu Wei arxiv

Post-hoc saliency methods are widely used to interpret deep neural networks, but their faithfulness is difficult to evaluate reliably. Existing evaluations mask features according to saliency-induced feature ordering and…