paper-with-me

Papers

Towards Understanding Fast Adversarial Training

2020-06-04 · Bai Li, Shiqi Wang, Suman Jana, Lawrence Carin

Current neural-network-based classifiers are susceptible to adversarial examples. The most empirically successful approach to defending against such adversarial examples is adversarial training, which incorporates a strong self-attack during training to enhance its robustness. This approach, however, is computationally expensive and hence is hard to scale up. A recent work, called fast adversarial training, has shown that it is possible to markedly reduce computation time without sacrificing significant performance. This approach incorporates simple self-attacks, yet it can only run for a limited number of training epochs, resulting in sub-optimal performance. In this paper, we conduct experiments to understand the behavior of fast adversarial training and show the key to its success is the ability to recover from overfitting to weak attacks. We then extend our findings to improve fast adversarial training, demonstrating superior robust accuracy to strong adversarial training, with much-reduced training time.

📄 PDF Abstract BibTeX arXiv:2006.03089

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Towards Understanding Catastrophic Overfitting in Fast Adversarial Training

2021-09-29 · Renjie Chen, Yuan Luo, Yisen Wang

After adversarial training was proposed, a series of works focus on improving the compunational efficiency of adversarial training for deep neural networks (DNNs). Recently, FGSM based single-step adversarial training ha…

Understanding Catastrophic Overfitting in Single-step Adversarial Training

2020-10-05 · Hoki Kim, Woojin Lee, Jaewook Lee

Although fast adversarial training has demonstrated both robustness and efficiency, the problem of "catastrophic overfitting" has been observed. This is a phenomenon in which, during single-step adversarial training, the…

Understanding and Improving Fast Adversarial Training

2020-07-06 · NeurIPS 2020 12 · Maksym Andriushchenko, Nicolas Flammarion

A recent line of work focused on making adversarial training computationally efficient for deep learning models. In particular, Wong et al. (2020) showed that $\ell_\infty$-adversarial training with fast gradient sign me…

Efficient Robust Training via Backward Smoothing

2020-10-03 · Jinghui Chen, Yu Cheng, Zhe Gan, Quanquan Gu 외

Adversarial training is so far the most effective strategy in defending against adversarial examples. However, it suffers from high computational costs due to the iterative adversarial attacks in each training step. Rece…

THE EFFECT OF ADVERSARIAL TRAINING: A THEORETICAL CHARACTERIZATION

2019-09-25 · Mingyang Yi, Huishuai Zhang, Wei Chen, Zhi-Ming Ma 외

It has widely shown that adversarial training (Madry et al., 2018) is effective in defending adversarial attack empirically. However, the theoretical understanding of the difference between the solution of adversarial tr…

Adversarial Attack