English

Fixing Data Augmentation to Improve Adversarial Robustness

Computer Vision and Pattern Recognition 2021-10-19 v2 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 both heuristics-driven and data-driven augmentations as a means to reduce robust overfitting. First, we demonstrate that, contrary to previous findings, when combined with model weight averaging, data augmentation can significantly boost robust accuracy. Second, we explore how state-of-the-art generative models can be leveraged to artificially increase the size of the training set and further improve adversarial robustness. 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 +7.06% and +5.88% 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 64.20% robust accuracy without using any external data, beating most prior works that use external data.

Keywords

Cite

@article{arxiv.2103.01946,
  title  = {Fixing Data Augmentation to Improve Adversarial 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:2103.01946},
  year   = {2021}
}

Comments

Since its original publication (2 Mar 2021), this paper has been accepted to NeurIPS 2021 as two separate and updated papers (Rebuffi et al., 2021; Gowal et al., 2021). The new papers improve results and clarity

R2 v1 2026-06-23T23:40:37.238Z