paper-with-me

홈 › Papers

Dynamic Label Adversarial Training for Deep Learning Robustness Against Adversarial Attacks

2024-08-23 · Zhenyu Liu, Haoran Duan, HuiZhi Liang, Yang Long, Vaclav Snasel, Guiseppe Nicosia, Rajiv Ranjan, Varun Ojha

Adversarial training is one of the most effective methods for enhancing model robustness. Recent approaches incorporate adversarial distillation in adversarial training architectures. However, we notice two scenarios of defense methods that limit their performance: (1) Previous methods primarily use static ground truth for adversarial training, but this often causes robust overfitting; (2) The loss functions are either Mean Squared Error or KL-divergence leading to a sub-optimal performance on clean accuracy. To solve those problems, we propose a dynamic label adversarial training (DYNAT) algorithm that enables the target model to gradually and dynamically gain robustness from the guide model's decisions. Additionally, we found that a budgeted dimension of inner optimization for the target model may contribute to the trade-off between clean accuracy and robust accuracy. Therefore, we propose a novel inner optimization method to be incorporated into the adversarial training. This will enable the target model to adaptively search for adversarial examples based on dynamic labels from the guiding model, contributing to the robustness of the target model. Extensive experiments validate the superior performance of our approach.

📄 PDF Abstract BibTeX arXiv:2408.13102

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Self-Supervised Contrastive Learning with Adversarial Perturbations for Defending Word Substitution-based Attacks

2021-07-15 · Findings (NAACL) 2022 7 · Zhao Meng, Yihan Dong, Mrinmaya Sachan, Roger Wattenhofer

In this paper, we present an approach to improve the robustness of BERT language models against word substitution-based adversarial attacks by leveraging adversarial perturbations for self-supervised contrastive learning…

Adversarial AttackContrastive LearningLanguage Modelling

Self-Supervised Contrastive Learning with Adversarial Perturbations for Robust Pretrained Language Models

2021-11-16 · ACL ARR November 2021 11 · Anonymous

In this paper, we present an approach to improve the robustness of BERT language models against word substitution-based adversarial attacks by leveraging adversarial perturbations for self-supervised contrastive learning…

Adversarial AttackContrastive Learning

Revisiting Adversarial Robustness Distillation: Robust Soft Labels Make Student Better

2021-08-18 · ICCV 2021 10 · Bojia Zi, Shihao Zhao, Xingjun Ma, Yu-Gang Jiang

Adversarial training is one effective approach for training robust deep neural networks against adversarial attacks. While being able to bring reliable robustness, adversarial training (AT) methods in general favor high …

Adversarial RobustnessKnowledge Distillation

Soften to Defend: Towards Adversarial Robustness via Self-Guided Label Refinement

2024-03-14 · CVPR 2024 1 · Daiwei Yu, Zhuorong Li, Lina Wei, Canghong Jin 외

Adversarial training (AT) is currently one of the most effective ways to obtain the robustness of deep neural networks against adversarial attacks. However, most AT methods suffer from robust overfitting, i.e., a signifi…

Adversarial RobustnessMemorization

On the Effect of Adversarial Training Against Invariance-based Adversarial Examples

2023-02-16 · Roland Rauter, Martin Nocker, Florian Merkle, Pascal Schöttle

Adversarial examples are carefully crafted attack points that are supposed to fool machine learning classifiers. In the last years, the field of adversarial machine learning, especially the study of perturbation-based ad…