paper-with-me

홈 › Papers

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-step adversarial example generation schemes, which can effectively improve the efficiency but also introduce the problem of catastrophic overfitting, where the robust accuracy against Fast Gradient Sign Method (FGSM) can achieve nearby 100\% whereas the robust accuracy against Projected Gradient Descent (PGD) suddenly drops to 0\% over a single epoch. To address this problem, we propose a novel Fast Gradient Sign Method with PGD Regularization (FGSMPR) to boost the efficiency of adversarial training without catastrophic overfitting. Our core idea is that single-step adversarial training can not learn robust internal representations of FGSM and PGD adversarial examples. Therefore, we design a PGD regularization term to encourage similar embeddings of FGSM and PGD adversarial examples. The experiments demonstrate that our proposed method can train a robust deep network for L$_\infty$-perturbations with FGSM adversarial training and reduce the gap to multi-step adversarial training.

📄 PDF Abstract BibTeX arXiv:2102.03381

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Regularizers for Single-step Adversarial Training

2020-02-03 · B. S. Vivek, R. Venkatesh Babu

The progress in the last decade has enabled machine learning models to achieve impressive performance across a wide range of tasks in Computer Vision. However, a plethora of works have demonstrated the susceptibility of …

Towards Efficient and Effective Adversarial Training

2021-12-01 · NeurIPS 2021 12 · Gaurang Sriramanan, Sravanti Addepalli, Arya Baburaj, Venkatesh Babu R

The vulnerability of Deep Neural Networks to adversarial attacks has spurred immense interest towards improving their robustness. However, present state-of-the-art adversarial defenses involve the use of 10-step adversar…

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.…

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…

Toward Evaluating Robustness of Reinforcement Learning with Adversarial Policy

2023-05-04 · Xiang Zheng, Xingjun Ma, Shengjie Wang, Xinyu Wang 외

Reinforcement learning agents are susceptible to evasion attacks during deployment. In single-agent environments, these attacks can occur through imperceptible perturbations injected into the inputs of the victim policy …

reinforcement-learningReinforcement LearningReinforcement Learning (RL)