paper-with-me

홈 › Papers

ZeroGrad : Mitigating and Explaining Catastrophic Overfitting in FGSM Adversarial Training

2021-03-29 · Zeinab Golgooni, Mehrdad Saberi, Masih Eskandar, Mohammad Hossein Rohban

Making deep neural networks robust to small adversarial noises has recently been sought in many applications. Adversarial training through iterative projected gradient descent (PGD) has been established as one of the mainstream ideas to achieve this goal. However, PGD is computationally demanding and often prohibitive in case of large datasets and models. For this reason, single-step PGD, also known as FGSM, has recently gained interest in the field. Unfortunately, FGSM-training leads to a phenomenon called ``catastrophic overfitting," which is a sudden drop in the adversarial accuracy under the PGD attack. In this paper, we support the idea that small input gradients play a key role in this phenomenon, and hence propose to zero the input gradient elements that are small for crafting FGSM attacks. Our proposed idea, while being simple and efficient, achieves competitive adversarial accuracy on various datasets.

📄 PDF Abstract BibTeX arXiv:2103.15476

Code (1)

rohban-lab/catastrophic_overfitting 공식 구현 pytorch

Similar Papers 제목 키워드 기반

PGD-2 can be better than FGSM + GradAlign

2021-09-29 · Tianhang Zheng, Baochun Li

One major issue of adversarial training (AT) with the fast gradient sign method (FGSM AT) is the phenomenon of catastrophic overfitting, meaning that the trained model suddenly loses its robustness over a single epoch. I…

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…

Preventing Catastrophic Overfitting in Fast Adversarial Training: A Bi-level Optimization Perspective

2024-07-17 · Zhaoxin Wang, Handing Wang, Cong Tian, Yaochu Jin

Adversarial training (AT) has become an effective defense method against adversarial examples (AEs) and it is typically framed as a bi-level optimization problem. Among various AT methods, fast AT (FAT), which employs a …

I-PGD-AT: Efficient Adversarial Training via Imitating Iterative PGD Attack

2021-09-29 · Xiaosen Wang, Bhavya Kailkhura, Krishnaram Kenthapadi, Bo Li

Adversarial training has been widely used in various machine learning paradigms to improve the robustness; while it would increase the training cost due to the perturbation optimization process. To improve the efficiency…

Perturbation Deterioration: The Other Side of Catastrophic Overfitting

2021-09-29 · Zichao Li, Liyuan Liu, chengyu dong, Jingbo Shang

Our goal is to understand why the robustness accuracy would abruptly drop to zero, after conducting FGSM-style adversarial training for too long. While this phenomenon is commonly explained as overfitting, we observe th…