paper-with-me

Papers

Improving KernelSHAP: Practical Shapley Value Estimation via Linear Regression

2020-12-02 · Ian Covert, Su-In Lee

The Shapley value concept from cooperative game theory has become a popular technique for interpreting ML models, but efficiently estimating these values remains challenging, particularly in the model-agnostic setting. Here, we revisit the idea of estimating Shapley values via linear regression to understand and improve upon this approach. By analyzing the original KernelSHAP alongside a newly proposed unbiased version, we develop techniques to detect its convergence and calculate uncertainty estimates. We also find that the original version incurs a negligible increase in bias in exchange for significantly lower variance, and we propose a variance reduction technique that further accelerates the convergence of both estimators. Finally, we develop a version of KernelSHAP for stochastic cooperative games that yields fast new estimators for two global explanation methods.

📄 PDF Abstract BibTeX arXiv:2012.01536

Code (5)

iancovert/shapley-regression 공식 구현
davidenapolitano/bones pytorch
iancovert/sage pytorch
icc2115/sage pytorch
nliulab/sim-shapley

Tasks

regression

Methods 이 논문이 사용한 방법론

Linear Regression Linear Regression is a method for modelling a relationship between a dependent variable and independent variables. These models can be fit with numerous approaches. The most…

Similar Papers 제목 키워드 기반

PolySHAP: Extending KernelSHAP with Interaction-Informed Polynomial Regression

2026-01-26 · Fabian Fumagalli, R. Teal Witter, Christopher Musco arxiv

Shapley values have emerged as a central game-theoretic tool in explainable AI (XAI). However, computing Shapley values exactly requires $2^d$ game evaluations for a model with $d$ features. Lundberg and Lee's KernelSHAP…

Energy-based Model for Accurate Shapley Value Estimation in Interpretable Deep Learning Predictive Modeling

2024-04-01 · Cheng Lu, Jiusun Zeng, Yu Xia, Jinhui Cai 외

As a favorable tool for explainable artificial intelligence (XAI), Shapley value has been widely used to interpret deep learning based predictive models. However, accurate and efficient estimation of Shapley value is dif…

Explainable artificial intelligenceExplainable Artificial Intelligence (XAI)

Improving the Weighting Strategy in KernelSHAP

2024-10-07 · Lars Henry Berge Olsen, Martin Jullum

In Explainable AI (XAI), Shapley values are a popular model-agnostic framework for explaining predictions made by complex machine learning models. The computation of Shapley values requires estimating non-trivial contrib…

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…

A Unified Framework for Provably Efficient Algorithms to Estimate Shapley Values

2025-06-05 · Tyler Chen, Akshay Seshadri, Mattia J. Villani, Pradeep Niroula 외

Shapley values have emerged as a critical tool for explaining which features impact the decisions made by machine learning models. However, computing exact Shapley values is difficult, generally requiring an exponential …

Benchmarking