LGAIGTApr 2, 2025

Antithetic Sampling for Top-k Shapley Identification

arXiv:2504.02019v2h-index: 69xAI
Originality Incremental advance
AI Analysis

This addresses the computational bottleneck in explainable AI for practitioners needing efficient feature importance rankings, though it is an incremental improvement over existing sampling methods.

The paper tackles the computational inefficiency of approximating all Shapley values for feature importance by focusing on identifying the top-k most important features, proposing Comparable Marginal Contributions Sampling (CMCS) which uses correlated observations to improve performance, with experiments showing it outperforms baselines and highlighting that estimation quality for full approximation does not transfer to top-k identification.

Additive feature explanations rely primarily on game-theoretic notions such as the Shapley value by viewing features as cooperating players. The Shapley value's popularity in and outside of explainable AI stems from its axiomatic uniqueness. However, its computational complexity severely limits practicability. Most works investigate the uniform approximation of all features' Shapley values, needlessly consuming samples for insignificant features. In contrast, identifying the $k$ most important features can already be sufficiently insightful and yields the potential to leverage algorithmic opportunities connected to the field of multi-armed bandits. We propose Comparable Marginal Contributions Sampling (CMCS), a method for the top-$k$ identification problem utilizing a new sampling scheme taking advantage of correlated observations. We conduct experiments to showcase the efficacy of our method in compared to competitive baselines. Our empirical findings reveal that estimation quality for the approximate-all problem does not necessarily transfer to top-$k$ identification and vice versa.

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