MaxUp: Lightweight Adversarial Training with Data Augmentation Improves Neural Network Training

Abstract

We propose MaxUp, an embarrassingly simple, highly effective technique for improving the generalization performance of machine learning models, especially deep neural networks. The idea is to generate a set of augmented data with some random perturbations or transforms, and minimize the maximum, or worst case loss over the augmented data. By doing so, we implicitly introduce a smoothness or robustness regularization against the random perturbations, and hence improve the generation performance. For example, in the case of Gaussian perturbation, MaxUp is asymptotically equivalent to using the gradient norm of the loss as a penalty to encourage smoothness. We test MaxUp on a range of tasks, including image classification, language modeling, and adversarial certification, on which MaxUp consistently outperforms the existing best baseline methods, without introducing substantial computational overhead. In particular, we improve ImageNet classification from the accuracy 85.5% without extra data to 85.8%.

Cite

Text

Gong et al. "MaxUp: Lightweight Adversarial Training with Data Augmentation Improves Neural Network Training." Conference on Computer Vision and Pattern Recognition, 2021. doi:10.1109/CVPR46437.2021.00250

Markdown

[Gong et al. "MaxUp: Lightweight Adversarial Training with Data Augmentation Improves Neural Network Training." Conference on Computer Vision and Pattern Recognition, 2021.](https://mlanthology.org/cvpr/2021/gong2021cvpr-maxup/) doi:10.1109/CVPR46437.2021.00250

BibTeX

@inproceedings{gong2021cvpr-maxup,
  title     = {{MaxUp: Lightweight Adversarial Training with Data Augmentation Improves Neural Network Training}},
  author    = {Gong, Chengyue and Ren, Tongzheng and Ye, Mao and Liu, Qiang},
  booktitle = {Conference on Computer Vision and Pattern Recognition},
  year      = {2021},
  pages     = {2474-2483},
  doi       = {10.1109/CVPR46437.2021.00250},
  url       = {https://mlanthology.org/cvpr/2021/gong2021cvpr-maxup/}
}