Improving Model Generalization by Agreement of Learned Representations from Data Augmentation
Rowel Atienza

TL;DR
This paper introduces Agreement Maximization (AgMax), a simple yet effective regularization technique that encourages learned representations of different data augmentations to agree, thereby improving model generalization across various tasks and datasets.
Contribution
The paper proposes AgMax, a novel regularization method that leverages agreement of representations from augmented data to enhance generalization, demonstrating consistent improvements over existing augmentation techniques.
Findings
AgMax improves ImageNet classification accuracy by up to 1.5%.
AgMax enhances CIFAR and Speech Commands classification results.
AgMax outperforms other augmentation methods on PascalVOC and COCO detection tasks.
Abstract
Data augmentation reduces the generalization error by forcing a model to learn invariant representations given different transformations of the input image. In computer vision, on top of the standard image processing functions, data augmentation techniques based on regional dropout such as CutOut, MixUp, and CutMix and policy-based selection such as AutoAugment demonstrated state-of-the-art (SOTA) results. With an increasing number of data augmentation algorithms being proposed, the focus is always on optimizing the input-output mapping while not realizing that there might be an untapped value in the transformed images with the same label. We hypothesize that by forcing the representations of two transformations to agree, we can further reduce the model generalization error. We call our proposed method Agreement Maximization or simply AgMax. With this simple constraint applied during…
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
Improving Model Generalization by Agreement of Learned Representations from Data Augmentation· youtube
Taxonomy
TopicsAdvanced Neural Network Applications · Multimodal Machine Learning Applications · Domain Adaptation and Few-Shot Learning
MethodsTanh Activation · Sigmoid Activation · Long Short-Term Memory · AutoAugment · Dropout · CutMix
