English

Scaling Up Influence Functions

Machine Learning 2021-12-07 v1 Computation and Language Computer Vision and Pattern Recognition

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 on image classification and sequence-to-sequence tasks with tens to a hundred of millions of training examples. Our code will be available at https://github.com/google-research/jax-influence.

Cite

@article{arxiv.2112.03052,
  title  = {Scaling Up Influence Functions},
  author = {Andrea Schioppa and Polina Zablotskaia and David Vilar and Artem Sokolov},
  journal= {arXiv preprint arXiv:2112.03052},
  year   = {2021}
}

Comments

Published at AAAI-22

R2 v1 2026-06-24T08:05:58.306Z