English

Data Augmentation Can Improve Robustness

Computer Vision and Pattern Recognition 2021-11-10 v1 Machine Learning Machine Learning

Abstract

Adversarial training suffers from robust overfitting, a phenomenon where the robust test accuracy starts to decrease during training. In this paper, we focus on reducing robust overfitting by using common data augmentation schemes. We demonstrate that, contrary to previous findings, when combined with model weight averaging, data augmentation can significantly boost robust accuracy. Furthermore, we compare various augmentations techniques and observe that spatial composition techniques work the best for adversarial training. Finally, we evaluate our approach on CIFAR-10 against \ell_\infty and 2\ell_2 norm-bounded perturbations of size ϵ=8/255\epsilon = 8/255 and ϵ=128/255\epsilon = 128/255, respectively. We show large absolute improvements of +2.93% and +2.16% in robust accuracy compared to previous state-of-the-art methods. In particular, against \ell_\infty norm-bounded perturbations of size ϵ=8/255\epsilon = 8/255, our model reaches 60.07% robust accuracy without using any external data. We also achieve a significant performance boost with this approach while using other architectures and datasets such as CIFAR-100, SVHN and TinyImageNet.

Keywords

Cite

@article{arxiv.2111.05328,
  title  = {Data Augmentation Can Improve Robustness},
  author = {Sylvestre-Alvise Rebuffi and Sven Gowal and Dan A. Calian and Florian Stimberg and Olivia Wiles and Timothy Mann},
  journal= {arXiv preprint arXiv:2111.05328},
  year   = {2021}
}

Comments

Accepted at NeurIPS 2021. arXiv admin note: substantial text overlap with arXiv:2103.01946; text overlap with arXiv:2110.09468