paper-with-me

Papers

Catastrophic Overfitting: A Potential Blessing in Disguise

2024-02-28 · Mengnan Zhao, Lihe Zhang, Yuqiu Kong, BaoCai Yin

Fast Adversarial Training (FAT) has gained increasing attention within the research community owing to its efficacy in improving adversarial robustness. Particularly noteworthy is the challenge posed by catastrophic overfitting (CO) in this field. Although existing FAT approaches have made strides in mitigating CO, the ascent of adversarial robustness occurs with a non-negligible decline in classification accuracy on clean samples. To tackle this issue, we initially employ the feature activation differences between clean and adversarial examples to analyze the underlying causes of CO. Intriguingly, our findings reveal that CO can be attributed to the feature coverage induced by a few specific pathways. By intentionally manipulating feature activation differences in these pathways with well-designed regularization terms, we can effectively mitigate and induce CO, providing further evidence for this observation. Notably, models trained stably with these terms exhibit superior performance compared to prior FAT work. On this basis, we harness CO to achieve `attack obfuscation', aiming to bolster model performance. Consequently, the models suffering from CO can attain optimal classification accuracy on both clean and adversarial data when adding random noise to inputs during evaluation. We also validate their robustness against transferred adversarial examples and the necessity of inducing CO to improve robustness. Hence, CO may not be a problem that has to be solved.

📄 PDF Abstract BibTeX arXiv:2402.18211

Code (0)

등록된 구현이 없습니다.

Tasks

Adversarial Robustness

Similar Papers 제목 키워드 기반

Classifier Adaptation at Prediction Time

2015-06-01 · CVPR 2015 6 · Amelie Royer, Christoph H. Lampert

Classifiers for object categorization are usually evaluated by their accuracy on a set of i.i.d. test examples. This provides us with an estimate of the expected error when applying the classifiers to a single new image.…

Object CategorizationPrediction

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…

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

Learn to Disguise: Avoid Refusal Responses in LLM's Defense via a Multi-agent Attacker-Disguiser Game

2024-04-03 · Qianqiao Xu, Zhiliang Tian, Hongyan Wu, Zhen Huang 외

With the enhanced performance of large models on natural language processing tasks, potential moral and ethical issues of large models arise. There exist malicious attackers who induce large models to jailbreak and gener…

Prompt EngineeringSafety Alignment

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…