English

FastSHAP: Real-Time Shapley Value Estimation

Machine Learning 2022-03-24 v3 Computer Vision and Pattern Recognition Machine Learning

Abstract

Shapley values are widely used to explain black-box models, but they are costly to calculate because they require many model evaluations. We introduce FastSHAP, a method for estimating Shapley values in a single forward pass using a learned explainer model. FastSHAP amortizes the cost of explaining many inputs via a learning approach inspired by the Shapley value's weighted least squares characterization, and it can be trained using standard stochastic gradient optimization. We compare FastSHAP to existing estimation approaches, revealing that it generates high-quality explanations with orders of magnitude speedup.

Cite

@article{arxiv.2107.07436,
  title  = {FastSHAP: Real-Time Shapley Value Estimation},
  author = {Neil Jethani and Mukund Sudarshan and Ian Covert and Su-In Lee and Rajesh Ranganath},
  journal= {arXiv preprint arXiv:2107.07436},
  year   = {2022}
}

Comments

ICLR 2022 Camera Ready, 20 pages, 10 figures, 3 tables

R2 v1 2026-06-24T04:14:10.089Z