FastSHAP: Real-Time Shapley Value Estimation

Abstract

Although Shapley values are theoretically appealing for explaining black-box models, they are costly to calculate and thus impractical in settings that involve large, high-dimensional models. To remedy this issue, we introduce FastSHAP, a new method for estimating Shapley values in a single forward pass using a learned explainer model. To enable efficient training without requiring ground truth Shapley values, we develop an approach to train FastSHAP via stochastic gradient descent using a weighted least-squares objective function. In our experiments with tabular and image datasets, we compare FastSHAP to existing estimation approaches and find that it generates accurate explanations with an orders-of-magnitude speedup.

Cite

Text

Jethani et al. "FastSHAP: Real-Time Shapley Value Estimation." International Conference on Learning Representations, 2022.

Markdown

[Jethani et al. "FastSHAP: Real-Time Shapley Value Estimation." International Conference on Learning Representations, 2022.](https://mlanthology.org/iclr/2022/jethani2022iclr-fastshap/)

BibTeX

@inproceedings{jethani2022iclr-fastshap,
  title     = {{FastSHAP: Real-Time Shapley Value Estimation}},
  author    = {Jethani, Neil and Sudarshan, Mukund and Covert, Ian Connick and Lee, Su-In and Ranganath, Rajesh},
  booktitle = {International Conference on Learning Representations},
  year      = {2022},
  url       = {https://mlanthology.org/iclr/2022/jethani2022iclr-fastshap/}
}