Adversarial AutoAugment
Xinyu Zhang, Qiang Wang, Jian Zhang, Zhao Zhong

TL;DR
This paper introduces Adversarial AutoAugment, a computationally efficient method that uses adversarial training to learn data augmentation policies, significantly improving neural network generalization with reduced computational cost.
Contribution
It proposes an adversarial approach to automatically learn augmentation policies that are more effective and computationally affordable than prior methods like AutoAugment.
Findings
Achieves state-of-the-art results on CIFAR-10 with 1.36% error.
Replaces AutoAugment with 12x less computation and 11x faster training.
Improves ImageNet top-1 accuracy to 79.40% with ResNet-50.
Abstract
Data augmentation (DA) has been widely utilized to improve generalization in training deep neural networks. Recently, human-designed data augmentation has been gradually replaced by automatically learned augmentation policy. Through finding the best policy in well-designed search space of data augmentation, AutoAugment can significantly improve validation accuracy on image classification tasks. However, this approach is not computationally practical for large-scale problems. In this paper, we develop an adversarial method to arrive at a computationally-affordable solution called Adversarial AutoAugment, which can simultaneously optimize target related object and augmentation policy search loss. The augmentation policy network attempts to increase the training loss of a target network through generating adversarial augmentation policies, while the target network can learn more robust…
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.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Neural Network Applications · Domain Adaptation and Few-Shot Learning · Adversarial Robustness in Machine Learning
MethodsTest · Sigmoid Activation · Tanh Activation · Long Short-Term Memory · AutoAugment
