AAAI 2022technical118 citations

Scaling Up Influence Functions

Andrea Schioppa, Polina Zablotskaia, David Vilar, Artem Sokolov

Abstract

We address efficient calculation of influence functions for tracking predictions back to the training data. We propose and analyze a new approach to speeding up the inverse Hessian calculation based on Arnoldi iteration. With this improvement, we achieve, to the best of our knowledge, the first successful implementation of influence functions that scales to full-size (language and vision) Transformer models with several hundreds of millions of parameters. We evaluate our approach in image classification and sequence-to-sequence tasks with tens to a hundred of millions of training examples. Our code is available at https://github.com/google-research/jax-influence.

BibTeX
@inproceedings{aaai2022_scalingupinfluen,
  title = {Scaling Up Influence Functions},
  author = {Andrea Schioppa and Polina Zablotskaia and David Vilar and Artem Sokolov},
  booktitle = {AAAI 2022},
  year = {2022}
}