AutoAugment: Learning Augmentation Policies from Data
Ekin D. Cubuk, Barret Zoph, Dandelion Mane, Vijay Vasudevan, Quoc V., Le

TL;DR
AutoAugment automatically searches for optimal data augmentation policies, significantly improving image classification accuracy across multiple datasets without manual tuning.
Contribution
We introduce a novel automated method to discover effective data augmentation policies, surpassing manual designs and achieving state-of-the-art results.
Findings
Achieved 83.5% Top-1 accuracy on ImageNet.
Reduced error rates on CIFAR-10 and CIFAR-100.
Transferable policies improve performance on various datasets.
Abstract
Data augmentation is an effective technique for improving the accuracy of modern image classifiers. However, current data augmentation implementations are manually designed. In this paper, we describe a simple procedure called AutoAugment to automatically search for improved data augmentation policies. In our implementation, we have designed a search space where a policy consists of many sub-policies, one of which is randomly chosen for each image in each mini-batch. A sub-policy consists of two operations, each operation being an image processing function such as translation, rotation, or shearing, and the probabilities and magnitudes with which the functions are applied. We use a search algorithm to find the best policy such that the neural network yields the highest validation accuracy on a target dataset. Our method achieves state-of-the-art accuracy on CIFAR-10, CIFAR-100, SVHN,…
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
- 🤗timm/tf_efficientnet_b0.aa_in1kmodel· 282 dl282 dl
- 🤗timm/tf_efficientnet_b1.aa_in1kmodel· 111 dl· ♡ 2111 dl♡ 2
- 🤗timm/tf_efficientnet_b2.aa_in1kmodel· 274 dl274 dl
- 🤗timm/tf_efficientnet_b3.aa_in1kmodel· 169 dl169 dl
- 🤗timm/tf_efficientnet_b4.aa_in1kmodel· 600 dl600 dl
- 🤗timm/tf_efficientnet_b6.aa_in1kmodel· 160 dl160 dl
- 🤗timm/tf_efficientnet_b5.aa_in1kmodel· 134 dl134 dl
- 🤗timm/tf_efficientnet_b7.aa_in1kmodel· 125 dl125 dl
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 · Machine Learning and Data Classification
MethodsSigmoid Activation · Tanh Activation · Long Short-Term Memory · AutoAugment
