Automatic Data Augmentation via Invariance-Constrained Learning
Ignacio Hounie, Luiz F. O. Chamon, Alejandro Ribeiro

TL;DR
This paper introduces an automatic data augmentation method that adapts transformations during training by formulating it as an invariance-constrained learning problem and solving it with MCMC sampling, achieving state-of-the-art results.
Contribution
It proposes a novel invariance-constrained learning framework for automatic data augmentation that dynamically controls augmentation application without prior search.
Findings
Achieves state-of-the-art results on CIFAR datasets.
Automatically adapts augmentation strategies during training.
Provides insights into underlying symmetries of learning tasks.
Abstract
Underlying data structures, such as symmetries or invariances to transformations, are often exploited to improve the solution of learning tasks. However, embedding these properties in models or learning algorithms can be challenging and computationally intensive. Data augmentation, on the other hand, induces these symmetries during training by applying multiple transformations to the input data. Despite its ubiquity, its effectiveness depends on the choices of which transformations to apply, when to do so, and how often. In fact, there is both empirical and theoretical evidence that the indiscriminate use of data augmentation can introduce biases that outweigh its benefits. This work tackles these issues by automatically adapting the data augmentation while solving the learning task. To do so, it formulates data augmentation as an invariance-constrained learning problem and leverages…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
Taxonomy
TopicsDomain Adaptation and Few-Shot Learning · Advanced Neural Network Applications · Human Pose and Action Recognition
