Editable Neural Networks

Abstract

These days deep neural networks are ubiquitously used in a wide range of tasks, from image classification and machine translation to face identification and self-driving cars. In many applications, a single model error can lead to devastating financial, reputational and even life-threatening consequences. Therefore, it is crucially important to correct model mistakes quickly as they appear. In this work, we investigate the problem of neural network editing - how one can efficiently patch a mistake of the model on a particular sample, without influencing the model behavior on other samples. Namely, we propose Editable Training, a model-agnostic training technique that encourages fast editing of the trained model. We empirically demonstrate the effectiveness of this method on large-scale image classification and machine translation tasks.

Cite

Text

Sinitsin et al. "Editable Neural Networks." International Conference on Learning Representations, 2020.

Markdown

[Sinitsin et al. "Editable Neural Networks." International Conference on Learning Representations, 2020.](https://mlanthology.org/iclr/2020/sinitsin2020iclr-editable/)

BibTeX

@inproceedings{sinitsin2020iclr-editable,
  title     = {{Editable Neural Networks}},
  author    = {Sinitsin, Anton and Plokhotnyuk, Vsevolod and Pyrkin, Dmitriy and Popov, Sergei and Babenko, Artem},
  booktitle = {International Conference on Learning Representations},
  year      = {2020},
  url       = {https://mlanthology.org/iclr/2020/sinitsin2020iclr-editable/}
}