paper-with-me

홈 › Papers

Blind Adversarial Training: Balance Accuracy and Robustness

2020-04-10 · Haidong Xie, Xueshuang Xiang, Naijin Liu, Bin Dong

Adversarial training (AT) aims to improve the robustness of deep learning models by mixing clean data and adversarial examples (AEs). Most existing AT approaches can be grouped into restricted and unrestricted approaches. Restricted AT requires a prescribed uniform budget to constrain the magnitude of the AE perturbations during training, with the obtained results showing high sensitivity to the budget. On the other hand, unrestricted AT uses unconstrained AEs, resulting in the use of AEs located beyond the decision boundary; these overestimated AEs significantly lower the accuracy on clean data. These limitations mean that the existing AT approaches have difficulty in obtaining a comprehensively robust model with high accuracy and robustness when confronting attacks with varying strengths. Considering this problem, this paper proposes a novel AT approach named blind adversarial training (BAT) to better balance the accuracy and robustness. The main idea of this approach is to use a cutoff-scale strategy to adaptively estimate a nonuniform budget to modify the AEs used in the training, ensuring that the strengths of the AEs are dynamically located in a reasonable range and ultimately improving the overall robustness of the AT model. The experimental results obtained using BAT for training classification models on several benchmarks demonstrate the competitive performance of this method.

📄 PDF Abstract BibTeX arXiv:2004.05914

Code (1)

Lixin-Qian/BAP tf

Methods 이 논문이 사용한 방법론

AE An autoencoder is a type of artificial neural network used to learn efficient data codings in an unsupervised manner. The aim of an autoencoder is to learn a representation…

Similar Papers 제목 키워드 기반

Blind Adversarial Pruning: Balance Accuracy, Efficiency and Robustness

2020-04-10 · Haidong Xie, Lixin Qian, Xueshuang Xiang, Naijin Liu

With the growth of interest in the attack and defense of deep neural networks, researchers are focusing more on the robustness of applying them to devices with limited memory. Thus, unlike adversarial training, which onl…

Mitigating Accuracy-Robustness Trade-off via Balanced Multi-Teacher Adversarial Distillation

2023-06-28 · Shiji Zhao, Xizhe Wang, Xingxing Wei

Adversarial Training is a practical approach for improving the robustness of deep neural networks against adversarial attacks. Although bringing reliable robustness, the performance towards clean examples is negatively a…

Adversarial RobustnessKnowledge Distillation

Long-tailed Adversarial Training with Self-Distillation

2025-03-09 · Seungju Cho, Hongsin Lee, Changick Kim

Adversarial training significantly enhances adversarial robustness, yet superior performance is predominantly achieved on balanced datasets. Addressing adversarial robustness in the context of unbalanced or long-tailed d…

Adversarial Robustness

Narrowing Class-Wise Robustness Gaps in Adversarial Training

2025-03-20 · Fatemeh Amerehi, Patrick Healy

Efforts to address declining accuracy as a result of data shifts often involve various data-augmentation strategies. Adversarial training is one such method, designed to improve robustness to worst-case distribution shif…

Adversarial RobustnessClass-Specific PerformanceData Augmentation

The Limitations of Adversarial Training and the Blind-Spot Attack

2019-01-15 · ICLR 2019 5 · Huan Zhang, Hongge Chen, Zhao Song, Duane Boning 외

The adversarial training procedure proposed by Madry et al. (2018) is one of the most effective methods to defend against adversarial examples in deep neural networks (DNNs). In our paper, we shed some lights on the prac…

valid