paper-with-me

Papers

From Shapley Values to Generalized Additive Models and back

2022-09-08 · Sebastian Bordt, Ulrike Von Luxburg

In explainable machine learning, local post-hoc explanation algorithms and inherently interpretable models are often seen as competing approaches. This work offers a partial reconciliation between the two by establishing a correspondence between Shapley Values and Generalized Additive Models (GAMs). We introduce $n$-Shapley Values, a parametric family of local post-hoc explanation algorithms that explain individual predictions with interaction terms up to order $n$. By varying the parameter $n$, we obtain a sequence of explanations that covers the entire range from Shapley Values up to a uniquely determined decomposition of the function we want to explain. The relationship between $n$-Shapley Values and this decomposition offers a functionally-grounded characterization of Shapley Values, which highlights their limitations. We then show that $n$-Shapley Values, as well as the Shapley Taylor- and Faith-Shap interaction indices, recover GAMs with interaction terms up to order $n$. This implies that the original Shapely Values recover GAMs without variable interactions. Taken together, our results provide a precise characterization of Shapley Values as they are being used in explainable machine learning. They also offer a principled interpretation of partial dependence plots of Shapley Values in terms of the underlying functional decomposition. A package for the estimation of different interaction indices is available at \url{https://github.com/tml-tuebingen/nshap}.

📄 PDF Abstract BibTeX arXiv:2209.04012

Code (1)

tml-tuebingen/nshap 공식 구현

Tasks

Additive models

Similar Papers 제목 키워드 기반

Theoretical Evaluation of Asymmetric Shapley Values for Root-Cause Analysis

2023-10-15 · Domokos M. Kelen, Mihály Petreczky, Péter Kersch, András A. Benczúr

In this work, we examine Asymmetric Shapley Values (ASV), a variant of the popular SHAP additive local explanation method. ASV proposes a way to improve model explanations incorporating known causal relations between var…

Additive models

Shapley Residuals: Quantifying the limits of the Shapley value for explanations

2021-12-01 · NeurIPS 2021 12 · Indra Kumar, Carlos Scheidegger, Suresh Venkatasubramanian, Sorelle Friedler

Popular feature importance techniques compute additive approximations to nonlinear models by first defining a cooperative game describing the value of different subsets of the model's features, then calculating the resul…

AttributeFeature Importance

Interpretable Machine Learning for Power Systems: Establishing Confidence in SHapley Additive exPlanations

2022-09-13 · Robert I. Hamilton, Jochen Stiasny, Tabia Ahmad, Samuel Chevalier 외

Interpretable Machine Learning (IML) is expected to remove significant barriers for the application of Machine Learning (ML) algorithms in power systems. This letter first seeks to showcase the benefits of SHapley Additi…

Interpretable Machine Learning

From Decision Trees to Boolean Logic: A Fast and Unified SHAP Algorithm

2025-11-12 · Alexander Nadel, Ron Wettenstein arxiv

SHapley Additive exPlanations (SHAP) is a key tool for interpreting decision tree ensembles by assigning contribution values to features. It is widely used in finance, advertising, medicine, and other domains. Two main a…

Explaining Bayesian Optimization by Shapley Values Facilitates Human-AI Collaboration

2024-03-07 · Julian Rodemann, Federico Croppi, Philipp Arens, Yusuf Sale 외

Bayesian optimization (BO) with Gaussian processes (GP) has become an indispensable algorithm for black box optimization problems. Not without a dash of irony, BO is often considered a black box itself, lacking ways to p…

Bayesian OptimizationGaussian Processes