paper-with-me

Papers

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 single-step attack strategy to guide the training process, can achieve good robustness against adversarial attacks at a low cost. However, FAT methods suffer from the catastrophic overfitting problem, especially on complex tasks or with large-parameter models. In this work, we propose a FAT method termed FGSM-PCO, which mitigates catastrophic overfitting by averting the collapse of the inner optimization problem in the bi-level optimization process. FGSM-PCO generates current-stage AEs from the historical AEs and incorporates them into the training process using an adaptive mechanism. This mechanism determines an appropriate fusion ratio according to the performance of the AEs on the training model. Coupled with a loss function tailored to the training framework, FGSM-PCO can alleviate catastrophic overfitting and help the recovery of an overfitted model to effective training. We evaluate our algorithm across three models and three datasets to validate its effectiveness. Comparative empirical studies against other FAT algorithms demonstrate that our proposed method effectively addresses unresolved overfitting issues in existing algorithms.

📄 PDF Abstract BibTeX arXiv:2407.12443

Code (1)

HandingWangXDGroup/FGSM-PCO 공식 구현 pytorch

Similar Papers 제목 키워드 기반

Revisiting and Exploring Efficient Fast Adversarial Training via LAW: Lipschitz Regularization and Auto Weight Averaging

2023-08-22 · Xiaojun Jia, Yuefeng Chen, Xiaofeng Mao, Ranjie Duan 외

Fast Adversarial Training (FAT) not only improves the model robustness but also reduces the training cost of standard adversarial training. However, fast adversarial training often suffers from Catastrophic Overfitting (…

Adversarial RobustnessData Augmentation

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…

Improving Fast Adversarial Training Paradigm: An Example Taxonomy Perspective

2024-07-22 · Jie Gui, Chengze Jiang, Minjing Dong, Kun Tong 외

While adversarial training is an effective defense method against adversarial attacks, it notably increases the training cost. To this end, fast adversarial training (FAT) is presented for efficient training and has beco…

CoLA

Fast Adversarial Training with Adaptive Step Size

2022-06-06 · Zhichao Huang, Yanbo Fan, Chen Liu, Weizhong Zhang 외

While adversarial training and its variants have shown to be the most effective algorithms to defend against adversarial attacks, their extremely slow training process makes it hard to scale to large datasets like ImageN…

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…