paper-with-me

홈 › Papers

Regularising for invariance to data augmentation improves supervised learning

2022-03-07 · Aleksander Botev, Matthias Bauer, Soham De

Data augmentation is used in machine learning to make the classifier invariant to label-preserving transformations. Usually this invariance is only encouraged implicitly by including a single augmented input during training. However, several works have recently shown that using multiple augmentations per input can improve generalisation or can be used to incorporate invariances more explicitly. In this work, we first empirically compare these recently proposed objectives that differ in whether they rely on explicit or implicit regularisation and at what level of the predictor they encode the invariances. We show that the predictions of the best performing method are also the most similar when compared on different augmentations of the same input. Inspired by this observation, we propose an explicit regulariser that encourages this invariance on the level of individual model predictions. Through extensive experiments on CIFAR-100 and ImageNet we show that this explicit regulariser (i) improves generalisation and (ii) equalises performance differences between all considered objectives. Our results suggest that objectives that encourage invariance on the level of the neural network itself generalise better than those that achieve invariance by averaging predictions of non-invariant models.

📄 PDF Abstract BibTeX arXiv:2203.03304

Code (0)

등록된 구현이 없습니다.

Tasks

Data Augmentation

Similar Papers 제목 키워드 기반

Exploring Data Augmentations on Self-/Semi-/Fully- Supervised Pre-trained Models

2023-10-28 · Shentong Mo, Zhun Sun, Chao Li

Data augmentation has become a standard component of vision pre-trained models to capture the invariance between augmented views. In practice, augmentation techniques that mask regions of a sample with zero/mean values o…

Data AugmentationDiversityimage-classificationImage Classification+4

Learning robust visual representations using data augmentation invariance

2019-06-11 · Alex Hernández-García, Peter König, Tim C. Kietzmann

Deep convolutional neural networks trained for image object categorization have shown remarkable similarities with representations found across the primate ventral visual stream. Yet, artificial and biological networks s…

Data AugmentationObject Categorization

MAST: Masked Augmentation Subspace Training for Generalizable Self-Supervised Priors

2023-03-07 · Chen Huang, Hanlin Goh, Jiatao Gu, Josh Susskind

Recent Self-Supervised Learning (SSL) methods are able to learn feature representations that are invariant to different data augmentations, which can then be transferred to downstream tasks of interest. However, differen…

Instance SegmentationSelf-Supervised LearningSemantic Segmentation

Learning Instance-Specific Augmentations by Capturing Local Invariances

2022-05-31 · Ning Miao, Tom Rainforth, Emile Mathieu, Yann Dubois 외

We introduce InstaAug, a method for automatically learning input-specific augmentations from data. Previous methods for learning augmentations have typically assumed independence between the original input and the transf…

Data Augmentation

Learning Representational Invariances for Data-Efficient Action Recognition

2021-03-30 · Yuliang Zou, Jinwoo Choi, Qitong Wang, Jia-Bin Huang

Data augmentation is a ubiquitous technique for improving image classification when labeled data is scarce. Constraining the model predictions to be invariant to diverse data augmentations effectively injects the desired…

Action RecognitionData Augmentationimage-classificationImage Classification