paper-with-me

Papers

Consistency Regularization for Adversarial Robustness

2021-03-08 · ICML Workshop AML 2021 7 · Jihoon Tack, Sihyun Yu, Jongheon Jeong, Minseon Kim, Sung Ju Hwang, Jinwoo Shin

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.

📄 PDF Abstract BibTeX arXiv:2103.04623

Code (1)

alinlab/consistency-adversarial 공식 구현 pytorch

Tasks

Adversarial RobustnessData Augmentation

Similar Papers 제목 키워드 기반

Alleviating Robust Overfitting of Adversarial Training With Consistency Regularization

2022-05-24 · Shudong Zhang, Haichang Gao, Tianwei Zhang, Yunyi Zhou 외

Adversarial training (AT) has proven to be one of the most effective ways to defend Deep Neural Networks (DNNs) against adversarial attacks. However, the phenomenon of robust overfitting, i.e., the robustness will drop s…

Fast Adversarial Training with Weak-to-Strong Spatial-Temporal Consistency in the Frequency Domain on Videos

2025-04-21 · Songping Wang, Hanqing Liu, Yueming Lyu, Xiantao Hu 외

Adversarial Training (AT) has been shown to significantly enhance adversarial robustness via a min-max optimization approach. However, its effectiveness in video recognition tasks is hampered by two main challenges. Firs…

Adversarial RobustnessVideo Recognition

Improving the Certified Robustness of Neural Networks via Consistency Regularization

2020-12-24 · Mengting Xu, Tao Zhang, Zhongnian Li, Daoqiang Zhang

A range of defense methods have been proposed to improve the robustness of neural networks on adversarial examples, among which provable defense methods have been demonstrated to be effective to train neural networks tha…

Your Policy Regularizer is Secretly an Adversary

2022-03-23 · Rob Brekelmans, Tim Genewein, Jordi Grau-Moya, Grégoire Delétang 외

Policy regularization methods such as maximum entropy regularization are widely used in reinforcement learning to improve the robustness of a learned policy. In this paper, we show how this robustness arises from hedging…

Consistency Regularization for Certified Robustness of Smoothed Classifiers

2020-06-07 · NeurIPS 2020 12 · Jongheon Jeong, Jinwoo Shin

A recent technique of randomized smoothing has shown that the worst-case (adversarial) $\ell_2$-robustness can be transformed into the average-case Gaussian-robustness by "smoothing" a classifier, i.e., by considering th…

Adversarial Robustness