paper-with-me

홈 › Papers

Bag of Tricks for Adversarial Training

2020-10-01 · ICLR 2021 1 · Tianyu Pang, Xiao Yang, Yinpeng Dong, Hang Su, Jun Zhu

Adversarial training (AT) is one of the most effective strategies for promoting model robustness. However, recent benchmarks show that most of the proposed improvements on AT are less effective than simply early stopping the training procedure. This counter-intuitive fact motivates us to investigate the implementation details of tens of AT methods. Surprisingly, we find that the basic settings (e.g., weight decay, training schedule, etc.) used in these methods are highly inconsistent. In this work, we provide comprehensive evaluations on CIFAR-10, focusing on the effects of mostly overlooked training tricks and hyperparameters for adversarially trained models. Our empirical observations suggest that adversarial robustness is much more sensitive to some basic training settings than we thought. For example, a slightly different value of weight decay can reduce the model robust accuracy by more than 7%, which is probable to override the potential promotion induced by the proposed methods. We conclude a baseline training setting and re-implement previous defenses to achieve new state-of-the-art results. These facts also appeal to more concerns on the overlooked confounders when benchmarking defenses.

📄 PDF Abstract BibTeX arXiv:2010.00467

Code (2)

P2333/Bag-of-Tricks-for-AT 공식 구현 pytorch
fra31/auto-attack 공식 구현 pytorch

Tasks

Adversarial RobustnessBenchmarking

Methods 이 논문이 사용한 방법론

Early Stopping Early Stopping is a regularization technique for deep neural networks that stops training when parameter updates no longer begin to yield improves on a validation set. In…
Weight Decay 설명 없음

Similar Papers 제목 키워드 기반

Benchmarking and Analyzing Robust Point Cloud Recognition: Bag of Tricks for Defending Adversarial Examples

2023-07-31 · ICCV 2023 1 · Qiufan Ji, Lin Wang, Cong Shi, Shengshan Hu 외

Deep Neural Networks (DNNs) for 3D point cloud recognition are vulnerable to adversarial examples, threatening their practical deployment. Despite the many research endeavors have been made to tackle this issue in recent…

Adversarial RobustnessBenchmarking

Bag of Tricks for FGSM Adversarial Training

2022-09-06 · Zichao Li, Li Liu, Zeyu Wang, Yuyin Zhou 외

Adversarial training (AT) with samples generated by Fast Gradient Sign Method (FGSM), also known as FGSM-AT, is a computationally simple method to train robust networks. However, during its training procedure, an unstabl…

Target Training: Tricking Adversarial Attacks to Fail

2021-01-01 · Blerta Lindqvist

Recent adversarial defense approaches have failed. Untargeted gradient-based attacks cause classifiers to choose any wrong class. Our novel white-box defense tricks untargeted attacks into becoming attacks targeted at de…

Adversarial Defense

Tricking Adversarial Attacks To Fail

2020-06-08 · Blerta Lindqvist

Recent adversarial defense approaches have failed. Untargeted gradient-based attacks cause classifiers to choose any wrong class. Our novel white-box defense tricks untargeted attacks into becoming attacks targeted at de…

Adversarial Defense

Bag of Tricks to Boost Adversarial Transferability

2024-01-16 · Zeliang Zhang, Wei Yao, Xiaosen Wang

Deep neural networks are widely known to be vulnerable to adversarial examples. However, vanilla adversarial examples generated under the white-box setting often exhibit low transferability across different models. Since…