paper-with-me

Papers

Efficient local linearity regularization to overcome catastrophic overfitting

2024-01-21 · Elias Abad Rocamora, Fanghui Liu, Grigorios G. Chrysos, Pablo M. Olmos, Volkan Cevher

Catastrophic overfitting (CO) in single-step adversarial training (AT) results in abrupt drops in the adversarial test accuracy (even down to 0%). For models trained with multi-step AT, it has been observed that the loss function behaves locally linearly with respect to the input, this is however lost in single-step AT. To address CO in single-step AT, several methods have been proposed to enforce local linearity of the loss via regularization. However, these regularization terms considerably slow down training due to Double Backpropagation. Instead, in this work, we introduce a regularization term, called ELLE, to mitigate CO effectively and efficiently in classical AT evaluations, as well as some more difficult regimes, e.g., large adversarial perturbations and long training schedules. Our regularization term can be theoretically linked to curvature of the loss function and is computationally cheaper than previous methods by avoiding Double Backpropagation. Our thorough experimental validation demonstrates that our work does not suffer from CO, even in challenging settings where previous works suffer from it. We also notice that adapting our regularization parameter during training (ELLE-A) greatly improves the performance, specially in large $\epsilon$ setups. Our implementation is available in https://github.com/LIONS-EPFL/ELLE .

📄 PDF Abstract BibTeX arXiv:2401.11618

Code (1)

lions-epfl/elle 공식 구현 pytorch

Similar Papers 제목 키워드 기반

Local Linearity and Double Descent in Catastrophic Overfitting

2021-11-21 · Varun Sivashankar, Nikil Selvam

Catastrophic overfitting is a phenomenon observed during Adversarial Training (AT) with the Fast Gradient Sign Method (FGSM) where the test robustness steeply declines over just one epoch in the training stage. Prior wor…

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

On Using Certified Training towards Empirical Robustness

2024-10-02 · Alessandro De Palma, Serge Durand, Zakaria Chihani, François Terrier 외

Adversarial training is arguably the most popular way to provide empirical robustness against specific adversarial examples. While variants based on multi-step attacks incur significant computational overhead, single-ste…

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…

Fast Adversarial Training with Noise Augmentation: A Unified Perspective on RandStart and GradAlign

2022-02-11 · Axi Niu, Kang Zhang, Chaoning Zhang, Chenshuang Zhang 외

PGD-based and FGSM-based are two popular adversarial training (AT) approaches for obtaining adversarially robust models. Compared with PGD-based AT, FGSM-based one is significantly faster but fails with catastrophic over…

Data Augmentation