paper-with-me

Papers

WeightedSHAP: analyzing and improving Shapley based feature attributions

2022-09-27 · Yongchan Kwon, James Zou

Shapley value is a popular approach for measuring the influence of individual features. While Shapley feature attribution is built upon desiderata from game theory, some of its constraints may be less natural in certain machine learning settings, leading to unintuitive model interpretation. In particular, the Shapley value uses the same weight for all marginal contributions -- i.e. it gives the same importance when a large number of other features are given versus when a small number of other features are given. This property can be problematic if larger feature sets are more or less informative than smaller feature sets. Our work performs a rigorous analysis of the potential limitations of Shapley feature attribution. We identify simple settings where the Shapley value is mathematically suboptimal by assigning larger attributions for less influential features. Motivated by this observation, we propose WeightedSHAP, which generalizes the Shapley value and learns which marginal contributions to focus directly from data. On several real-world datasets, we demonstrate that the influential features identified by WeightedSHAP are better able to recapitulate the model's predictions compared to the features identified by the Shapley value.

📄 PDF Abstract BibTeX arXiv:2209.13429

Code (1)

ykwon0407/weightedshap 공식 구현 pytorch

Similar Papers 제목 키워드 기반

cc-Shapley: Measuring Multivariate Feature Importance Needs Causal Context

2026-02-23 · Jörg Martin, Stefan Haufe arxiv

Explainable artificial intelligence promises to yield insights into relevant features, thereby enabling humans to examine and scrutinize machine learning models or even facilitating scientific discovery. Considering the …

Feature Importance

Counterfactual Shapley Additive Explanations

2021-10-27 · Emanuele Albini, Jason Long, Danial Dervovic, Daniele Magazzeni

Feature attributions are a common paradigm for model explanations due to their simplicity in assigning a single numeric score for each input feature to a model. In the actionable recourse setting, wherein the goal of the…

counterfactualCounterfactual ExplanationExplainable artificial intelligenceFeature Importance

An exploration of the influence of path choice in game-theoretic attribution algorithms

2020-07-08 · Geoff Ward, Sean Kamkar, Jay Budzik

We compare machine learning explainability methods based on the theory of atomic (Shapley, 1953) and infinitesimal (Aumann and Shapley, 1974) games, in a theoretical and experimental investigation into how the model and …

Algorithms to estimate Shapley value feature attributions

2022-07-15 · Hugh Chen, Ian C. Covert, Scott M. Lundberg, Su-In Lee

Feature attributions based on the Shapley value are popular for explaining machine learning models; however, their estimation is complex from both a theoretical and computational standpoint. We disentangle this complexit…

Explaining Models by Propagating Shapley Values of Local Components

2019-11-27 · Hugh Chen, Scott Lundberg, Su-In Lee

In healthcare, making the best possible predictions with complex models (e.g., neural networks, ensembles/stacks of different models) can impact patient welfare. In order to make these complex models explainable, we pres…