Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

AugMax: Adversarial Composition of Random Augmentations for Robust Training

About

Data augmentation is a simple yet effective way to improve the robustness of deep neural networks (DNNs). Diversity and hardness are two complementary dimensions of data augmentation to achieve robustness. For example, AugMix explores random compositions of a diverse set of augmentations to enhance broader coverage, while adversarial training generates adversarially hard samples to spot the weakness. Motivated by this, we propose a data augmentation framework, termed AugMax, to unify the two aspects of diversity and hardness. AugMax first randomly samples multiple augmentation operators and then learns an adversarial mixture of the selected operators. Being a stronger form of data augmentation, AugMax leads to a significantly augmented input distribution which makes model training more challenging. To solve this problem, we further design a disentangled normalization module, termed DuBIN (Dual-Batch-and-Instance Normalization), that disentangles the instance-wise feature heterogeneity arising from AugMax. Experiments show that AugMax-DuBIN leads to significantly improved out-of-distribution robustness, outperforming prior arts by 3.03%, 3.49%, 1.82% and 0.71% on CIFAR10-C, CIFAR100-C, Tiny ImageNet-C and ImageNet-C. Codes and pretrained models are available: https://github.com/VITA-Group/AugMax.

Haotao Wang, Chaowei Xiao, Jean Kossaifi, Zhiding Yu, Anima Anandkumar, Zhangyang Wang• 2021

Related benchmarks

TaskDatasetResultRank
Image ClassificationTiny ImageNet (Tiny-IN) (val)
Top-1 Accuracy62.21
54
Image ClassificationImageNet-C 1.0 (test)--
53
Image ClassificationCIFAR100-C (test)
Robustness Accuracy68.86
29
Image ClassificationCIFAR-10-C v1 (test)--
28
Image ClassificationImageNet original (test)
SA67.62
12
Image ClassificationCIFAR10 original (test)
SA96.39
9
Image ClassificationCIFAR100 (test)
SA80.7
9
Image ClassificationTiny ImageNet-C (val)
Rank Accuracy40.99
5
Image ClassificationTiny ImageNet original (val)
SA62.21
4
Image ClassificationTiny ImageNet-C noise-free (test)
Relative Accuracy38.66
4
Showing 10 of 12 rows

Other info

Code

Follow for update