English

Efficient Estimation of Influence of a Training Instance

Machine Learning 2021-11-22 v2 Computation and Language Computer Vision and Pattern Recognition

Abstract

Understanding the influence of a training instance on a neural network model leads to improving interpretability. However, it is difficult and inefficient to evaluate the influence, which shows how a model's prediction would be changed if a training instance were not used. In this paper, we propose an efficient method for estimating the influence. Our method is inspired by dropout, which zero-masks a sub-network and prevents the sub-network from learning each training instance. By switching between dropout masks, we can use sub-networks that learned or did not learn each training instance and estimate its influence. Through experiments with BERT and VGGNet on classification datasets, we demonstrate that the proposed method can capture training influences, enhance the interpretability of error predictions, and cleanse the training dataset for improving generalization.

Keywords

Cite

@article{arxiv.2012.04207,
  title  = {Efficient Estimation of Influence of a Training Instance},
  author = {Sosuke Kobayashi and Sho Yokoi and Jun Suzuki and Kentaro Inui},
  journal= {arXiv preprint arXiv:2012.04207},
  year   = {2021}
}

Comments

This is an extended version of the paper presented at SustaiNLP 2020

R2 v1 2026-06-23T20:48:18.269Z