paper-with-me

Papers

Bridging the Performance Gap between FGSM and PGD Adversarial Training

2020-11-07 · Tianjin Huang, Vlado Menkovski, Yulong Pei, Mykola Pechenizkiy

Deep learning achieves state-of-the-art performance in many tasks but exposes to the underlying vulnerability against adversarial examples. Across existing defense techniques, adversarial training with the projected gradient decent attack (adv.PGD) is considered as one of the most effective ways to achieve moderate adversarial robustness. However, adv.PGD requires too much training time since the projected gradient attack (PGD) takes multiple iterations to generate perturbations. On the other hand, adversarial training with the fast gradient sign method (adv.FGSM) takes much less training time since the fast gradient sign method (FGSM) takes one step to generate perturbations but fails to increase adversarial robustness. In this work, we extend adv.FGSM to make it achieve the adversarial robustness of adv.PGD. We demonstrate that the large curvature along FGSM perturbed direction leads to a large difference in performance of adversarial robustness between adv.FGSM and adv.PGD, and therefore propose combining adv.FGSM with a curvature regularization (adv.FGSMR) in order to bridge the performance gap between adv.FGSM and adv.PGD. The experiments show that adv.FGSMR has higher training efficiency than adv.PGD. In addition, it achieves comparable performance of adversarial robustness on MNIST dataset under white-box attack, and it achieves better performance than adv.PGD under white-box attack and effectively defends the transferable adversarial attack on CIFAR-10 dataset.

📄 PDF Abstract BibTeX arXiv:2011.05157

Code (1)

Juintin/Bridge-FAST-and-PGD-AT 공식 구현 pytorch

Tasks

Adversarial AttackAdversarial Robustness

Similar Papers 제목 키워드 기반

Robust Image Classification: Defensive Strategies against FGSM and PGD Adversarial Attacks

2024-08-20 · Hetvi Waghela, Jaydip Sen, Sneha Rakshit

Adversarial attacks, particularly the Fast Gradient Sign Method (FGSM) and Projected Gradient Descent (PGD) pose significant threats to the robustness of deep learning models in image classification. This paper explores …

Adversarial Defenseimage-classificationImage Classification

Make Some Noise: Reliable and Efficient Single-Step Adversarial Training

2022-02-02 · Pau de Jorge, Adel Bibi, Riccardo Volpi, Amartya Sanyal 외

Recently, Wong et al. showed that adversarial training with single-step FGSM leads to a characteristic failure mode named Catastrophic Overfitting (CO), in which a model becomes suddenly vulnerable to multi-step attacks.…

Robust Single-step Adversarial Training with Regularizer

2021-02-05 · Lehui Xie, Yaopeng Wang, Jia-Li Yin, Ximeng Liu

High cost of training time caused by multi-step adversarial example generation is a major challenge in adversarial training. Previous methods try to reduce the computational burden of adversarial training using single-st…

Towards fast and effective single-step adversarial training

2021-09-29 · Pau de Jorge, Adel Bibi, Riccardo Volpi, Amartya Sanyal 외

Recently, Wong et al. (2020) showed adversarial training with single-step FGSM leads to a characteristic failure mode named catastrophic overfitting (CO), in which a model becomes suddenly vulnerable to mu…

AutoGAN: Robust Classifier Against Adversarial Attacks

2018-12-08 · Blerta Lindqvist, Shridatt Sugrim, Rauf Izmailov

Classifiers fail to classify correctly input images that have been purposefully and imperceptibly perturbed to cause misclassification. This susceptability has been shown to be consistent across classifiers, regardless o…

Generative Adversarial Network