paper-with-me

Papers

An Odd Estimator for Shapley Values

2026-02-01 · Fabian Fumagalli, Landon Butler, Justin Singh Kang, Kannan Ramchandran, R. Teal Witter arxiv

The Shapley value is a ubiquitous framework for attribution in machine learning, encompassing feature importance, data valuation, and causal inference. However, its exact computation is generally intractable, necessitating efficient approximation methods. While the most effective and popular estimators leverage the paired sampling heuristic to reduce estimation error, the theoretical mechanism driving this improvement has remained opaque. In this work, we provide an elegant and fundamental justification for paired sampling: we prove that the Shapley value depends exclusively on the odd component of the set function, and that paired sampling orthogonalizes the regression objective to filter out the irrelevant even component. Leveraging this insight, we propose OddSHAP, a novel consistent estimator that performs polynomial regression solely on the odd subspace. By utilizing the Fourier basis to isolate this subspace and employing a proxy model to identify high-impact interactions, OddSHAP overcomes the combinatorial explosion of higher-order approximations. Through an extensive benchmark, we find that OddSHAP achieves state-of-the-art estimation accuracy at larger sampling budgets.

📄 PDF Abstract BibTeX arXiv:2602.01399

Code (0)

등록된 구현이 없습니다.

Tasks

Feature ImportanceCausal Inference

Similar Papers 제목 키워드 기반

FW-Shapley: Real-time Estimation of Weighted Shapley Values

2025-03-09 · Pranoy Panda, Siddharth Tandon, Vineeth N Balasubramanian

Fair credit assignment is essential in various machine learning (ML) applications, and Shapley values have emerged as a valuable tool for this purpose. However, in critical ML applications such as data valuation and feat…

Data Valuation

Exactly Computing do-Shapley Values

2026-02-06 · R. Teal Witter, Álvaro Parafita, Tomas Garriga, Maximilian Muschalik 외 arxiv

Structural Causal Models (SCM) are a powerful framework for describing complicated dynamics across the natural sciences. A particularly elegant way of interpreting SCMs is do-Shapley, a game-theoretic method of quantifyi…

BONES: a Benchmark fOr Neural Estimation of Shapley values

2024-07-23 · Davide Napolitano, Luca Cagliero

Shapley Values are concepts established for eXplainable AI. They are used to explain black-box predictive models by quantifying the features' contributions to the model's outcomes. Since computing the exact Shapley Value…

Benchmarking

Fast Shapley Value Estimation: A Unified Approach

2023-11-02 · Borui Zhang, Baotong Tian, Wenzhao Zheng, Jie zhou 외

Shapley values have emerged as a widely accepted and trustworthy tool, grounded in theoretical axioms, for addressing challenges posed by black-box models like deep neural networks. However, computing Shapley values enco…

On Locality of Local Explanation Models

2021-06-24 · NeurIPS 2021 12 · Sahra Ghalebikesabi, Lucile Ter-Minassian, Karla Diaz-Ordaz, Chris Holmes

Shapley values provide model agnostic feature attributions for model outcome at a particular instance by simulating feature absence under a global population distribution. The use of a global population can lead to poten…