English

Understanding Black-box Predictions via Influence Functions

Machine Learning 2021-01-01 v3 Artificial Intelligence Machine Learning

Abstract

How can we explain the predictions of a black-box model? In this paper, we use influence functions -- a classic technique from robust statistics -- to trace a model's prediction through the learning algorithm and back to its training data, thereby identifying training points most responsible for a given prediction. To scale up influence functions to modern machine learning settings, we develop a simple, efficient implementation that requires only oracle access to gradients and Hessian-vector products. We show that even on non-convex and non-differentiable models where the theory breaks down, approximations to influence functions can still provide valuable information. On linear models and convolutional neural networks, we demonstrate that influence functions are useful for multiple purposes: understanding model behavior, debugging models, detecting dataset errors, and even creating visually-indistinguishable training-set attacks.

Keywords

Cite

@article{arxiv.1703.04730,
  title  = {Understanding Black-box Predictions via Influence Functions},
  author = {Pang Wei Koh and Percy Liang},
  journal= {arXiv preprint arXiv:1703.04730},
  year   = {2021}
}

Comments

International Conference on Machine Learning, 2017. (This version adds more historical references and fixes typos.)

R2 v1 2026-06-22T18:45:11.807Z