An Odd Estimator for Shapley Values
Fabian Fumagalli, Landon Butler, Justin Singh Kang, Kannan Ramchandran, R. Teal Witter
TL;DR
The paper addresses the challenge of efficiently estimating Shapley values in high-dimensional settings where exact computation is intractable. It introduces OddSHAP, a two-stage estimator that isolates the odd component of the value function using a Fourier basis and sparse regression, achieving polynomial-time computation with a budgeted number of samples. The authors prove that Shapley values depend only on the odd component and show that paired sampling orthogonalizes the regression, providing a theoretical justification for this widely used heuristic. Empirically, OddSHAP achieves state-of-the-art estimation accuracy across deep learning and tabular value functions, with favorable runtime and interaction-sparsity behavior, indicating practical impact for reliable feature valuation and model explanations.
Abstract
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 evaluation, we find that OddSHAP achieves state-of-the-art estimation accuracy.
