English

Learning Invariances in Neural Networks

Machine Learning 2020-12-02 v2 Machine Learning

Abstract

Invariances to translations have imbued convolutional neural networks with powerful generalization properties. However, we often do not know a priori what invariances are present in the data, or to what extent a model should be invariant to a given symmetry group. We show how to \emph{learn} invariances and equivariances by parameterizing a distribution over augmentations and optimizing the training loss simultaneously with respect to the network parameters and augmentation parameters. With this simple procedure we can recover the correct set and extent of invariances on image classification, regression, segmentation, and molecular property prediction from a large space of augmentations, on training data alone.

Keywords

Cite

@article{arxiv.2010.11882,
  title  = {Learning Invariances in Neural Networks},
  author = {Gregory Benton and Marc Finzi and Pavel Izmailov and Andrew Gordon Wilson},
  journal= {arXiv preprint arXiv:2010.11882},
  year   = {2020}
}

Comments

NeurIPS 2020. Code available at https://github.com/g-benton/learning-invariances

R2 v1 2026-06-23T19:33:51.869Z