TrivialAugment: Tuning-free Yet State-of-the-Art Data Augmentation
About
Automatic augmentation methods have recently become a crucial pillar for strong model performance in vision tasks. While existing automatic augmentation methods need to trade off simplicity, cost and performance, we present a most simple baseline, TrivialAugment, that outperforms previous methods for almost free. TrivialAugment is parameter-free and only applies a single augmentation to each image. Thus, TrivialAugment's effectiveness is very unexpected to us and we performed very thorough experiments to study its performance. First, we compare TrivialAugment to previous state-of-the-art methods in a variety of image classification scenarios. Then, we perform multiple ablation studies with different augmentation spaces, augmentation methods and setups to understand the crucial requirements for its performance. Additionally, we provide a simple interface to facilitate the widespread adoption of automatic augmentation methods, as well as our full code base for reproducibility. Since our work reveals a stagnation in many parts of automatic augmentation research, we end with a short proposal of best practices for sustained future progress in automatic augmentation methods.
Related benchmarks
| Task | Dataset | Result | Rank | |
|---|---|---|---|---|
| Image Classification | CIFAR-100 (test) | Accuracy86.19 | 3518 | |
| Image Classification | CIFAR-10 (test) | Accuracy98.58 | 3381 | |
| Image Classification | CIFAR10 (test) | Accuracy97.51 | 585 | |
| Semantic segmentation | Cityscapes (val) | mIoU78.9 | 332 | |
| Image Classification | Stanford Cars (test) | Accuracy92.77 | 306 | |
| Image Classification | ImageNet (test) | Top-1 Accuracy78.07 | 291 | |
| Image Classification | ImageNet (test) | Top-1 Acc78.07 | 235 | |
| Image Classification | ImageNet-C (test) | mCE (Mean Corruption Error)59.61 | 110 | |
| Image Classification | ImageNet-100 (test) | Clean Accuracy86.39 | 109 | |
| Unsupervised Classification | ImageNet (val) | Accuracy71.3 | 36 |