paper-with-me

Papers

Boundary Adversarial Examples Against Adversarial Overfitting

2022-11-25 · Muhammad Zaid Hameed, Beat Buesser

Standard adversarial training approaches suffer from robust overfitting where the robust accuracy decreases when models are adversarially trained for too long. The origin of this problem is still unclear and conflicting explanations have been reported, i.e., memorization effects induced by large loss data or because of small loss data and growing differences in loss distribution of training samples as the adversarial training progresses. Consequently, several mitigation approaches including early stopping, temporal ensembling and weight perturbations on small loss data have been proposed to mitigate the effect of robust overfitting. However, a side effect of these strategies is a larger reduction in clean accuracy compared to standard adversarial training. In this paper, we investigate if these mitigation approaches are complimentary to each other in improving adversarial training performance. We further propose the use of helper adversarial examples that can be obtained with minimal cost in the adversarial example generation, and show how they increase the clean accuracy in the existing approaches without compromising the robust accuracy.

📄 PDF Abstract BibTeX arXiv:2211.14088

Code (0)

등록된 구현이 없습니다.

Tasks

Memorization

Similar Papers 제목 키워드 기반

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…

Boundary thickness and robustness in learning models

2020-07-09 · NeurIPS 2020 12 · Yaoqing Yang, Rajiv Khanna, Yaodong Yu, Amir Gholami 외

Robustness of machine learning models to various adversarial and non-adversarial corruptions continues to be of interest. In this paper, we introduce the notion of the boundary thickness of a classifier, and we describe …

Adversarial DefenseData Augmentation

Parameter Interpolation Adversarial Training for Robust Image Classification

2025-11-02 · Xin Liu, Yichen Yang, Kun He, John E. Hopcroft arxiv

Though deep neural networks exhibit superior performance on various tasks, they are still plagued by adversarial examples. Adversarial training has been demonstrated to be the most effective method to defend against adve…

Image Classification

Hard Adversarial Example Mining for Improving Robust Fairness

2023-08-03 · Chenhao Lin, Xiang Ji, Yulong Yang, Qian Li 외

Adversarial training (AT) is widely considered the state-of-the-art technique for improving the robustness of deep neural networks (DNNs) against adversarial examples (AE). Nevertheless, recent studies have revealed that…

Fairness

Boosting the Transferability of Adversarial Attacks with Reverse Adversarial Perturbation

2022-10-12 · Zeyu Qin, Yanbo Fan, Yi Liu, Li Shen 외

Deep neural networks (DNNs) have been shown to be vulnerable to adversarial examples, which can produce erroneous predictions by injecting imperceptible perturbations. In this work, we study the transferability of advers…

Adversarial Attack