LGAIMar 8, 2021

Consistency Regularization for Adversarial Robustness

arXiv:2103.04623v375 citationsHas Code
Originality Incremental advance
AI Analysis

This work addresses a key issue in adversarial robustness for deep learning practitioners, offering a simple yet effective solution to mitigate overfitting and enhance generalization, though it is incremental in nature.

The paper tackles the problem of robust overfitting in adversarial training by proposing a consistency regularization technique that enforces similarity between predictions from differently augmented adversarial examples, resulting in significant improvements in test robust accuracy and better generalization to unseen adversaries.

Adversarial training (AT) is currently one of the most successful methods to obtain the adversarial robustness of deep neural networks. However, the phenomenon of robust overfitting, i.e., the robustness starts to decrease significantly during AT, has been problematic, not only making practitioners consider a bag of tricks for a successful training, e.g., early stopping, but also incurring a significant generalization gap in the robustness. In this paper, we propose an effective regularization technique that prevents robust overfitting by optimizing an auxiliary `consistency' regularization loss during AT. Specifically, we discover that data augmentation is a quite effective tool to mitigate the overfitting in AT, and develop a regularization that forces the predictive distributions after attacking from two different augmentations of the same instance to be similar with each other. Our experimental results demonstrate that such a simple regularization technique brings significant improvements in the test robust accuracy of a wide range of AT methods. More remarkably, we also show that our method could significantly help the model to generalize its robustness against unseen adversaries, e.g., other types or larger perturbations compared to those used during training. Code is available at https://github.com/alinlab/consistency-adversarial.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes