paper-with-me

홈 › Papers

Enhancing Adversarial Robustness in Low-Label Regime via Adaptively Weighted Regularization and Knowledge Distillation

2023-08-08 · ICCV 2023 1 · Dongyoon Yang, Insung Kong, Yongdai Kim

Adversarial robustness is a research area that has recently received a lot of attention in the quest for trustworthy artificial intelligence. However, recent works on adversarial robustness have focused on supervised learning where it is assumed that labeled data is plentiful. In this paper, we investigate semi-supervised adversarial training where labeled data is scarce. We derive two upper bounds for the robust risk and propose a regularization term for unlabeled data motivated by these two upper bounds. Then, we develop a semi-supervised adversarial training algorithm that combines the proposed regularization term with knowledge distillation using a semi-supervised teacher (i.e., a teacher model trained using a semi-supervised learning algorithm). Our experiments show that our proposed algorithm achieves state-of-the-art performance with significant margins compared to existing algorithms. In particular, compared to supervised learning algorithms, performance of our proposed algorithm is not much worse even when the amount of labeled data is very small. For example, our algorithm with only 8\% labeled data is comparable to supervised adversarial training algorithms that use all labeled data, both in terms of standard and robust accuracies on CIFAR-10.

📄 PDF Abstract BibTeX arXiv:2308.04061

Code (1)

dyoony/srst_awr 공식 구현 pytorch

Tasks

Adversarial RobustnessKnowledge Distillation

Methods 이 논문이 사용한 방법론

Knowledge Distillation A very simple way to improve the performance of almost any machine learning algorithm is to train many different models on the same data and then to average their predictions.…

Similar Papers 제목 키워드 기반

Dynamic Label Adversarial Training for Deep Learning Robustness Against Adversarial Attacks

2024-08-23 · Zhenyu Liu, Haoran Duan, HuiZhi Liang, Yang Long 외

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 …

Towards Class-wise Fair Adversarial Training via Anti-Bias Soft Label Distillation

2025-06-10 · Shiji Zhao, Chi Chen, Ranjie Duan, Xizhe Wang 외

Adversarial Training (AT) is widely recognized as an effective approach to enhance the adversarial robustness of Deep Neural Networks. As a variant of AT, Adversarial Robustness Distillation (ARD) has shown outstanding p…

Adversarial RobustnessFairnessKnowledge Distillation

ASAT: Adaptively Scaled Adversarial Training in Time Series

2021-08-20 · Zhiyuan Zhang, Wei Li, Ruihan Bao, Keiko Harimoto 외

Adversarial training is a method for enhancing neural networks to improve the robustness against adversarial examples. Besides the security concerns of potential adversarial examples, adversarial training can also improv…

Adversarial RobustnessTime SeriesTime Series Analysis

Adversarial Training in Low-Label Regimes with Margin-Based Interpolation

2024-11-27 · Tian Ye, Rajgopal Kannan, Viktor Prasanna

Adversarial training has emerged as an effective approach to train robust neural network models that are resistant to adversarial attacks, even in low-label regimes where labeled data is scarce. In this paper, we introdu…

Scheduling

CAT: Customized Adversarial Training for Improved Robustness

2020-02-17 · Minhao Cheng, Qi Lei, Pin-Yu Chen, Inderjit Dhillon 외

Adversarial training has become one of the most effective methods for improving robustness of neural networks. However, it often suffers from poor generalization on both clean and perturbed data. In this paper, we propos…