paper-with-me

Papers

CIARD: Cyclic Iterative Adversarial Robustness Distillation

2025-09-16 · Liming Lu, Shuchao Pang, Xu Zheng, Xiang Gu, Anan Du, Yunhuai Liu, Yongbin Zhou arxiv

Adversarial robustness distillation (ARD) aims to transfer both performance and robustness from teacher model to lightweight student model, enabling resilient performance on resource-constrained scenarios. Though existing ARD approaches enhance student model's robustness, the inevitable by-product leads to the degraded performance on clean examples. We summarize the causes of this problem inherent in existing methods with dual-teacher framework as: 1. The divergent optimization objectives of dual-teacher models, i.e., the clean and robust teachers, impede effective knowledge transfer to the student model, and 2. The iteratively generated adversarial examples during training lead to performance deterioration of the robust teacher model. To address these challenges, we propose a novel Cyclic Iterative ARD (CIARD) method with two key innovations: a. A multi-teacher framework with contrastive push-loss alignment to resolve conflicts in dual-teacher optimization objectives, and b. Continuous adversarial retraining to maintain dynamic teacher robustness against performance degradation from the varying adversarial examples. Extensive experiments on CIFAR-10, CIFAR-100, and Tiny-ImageNet demonstrate that CIARD achieves remarkable performance with an average 3.53 improvement in adversarial defense rates across various attack scenarios and a 5.87 increase in clean sample accuracy, establishing a new benchmark for balancing model robustness and generalization. Our code is available at https://github.com/eminentgu/CIARD

📄 PDF Abstract BibTeX arXiv:2509.12633

Code (0)

등록된 구현이 없습니다.

Tasks

Adversarial RobustnessAdversarial Defense

Similar Papers 제목 키워드 기반

RoSearch: Search for Robust Student Architectures When Distilling Pre-trained Language Models

2021-06-07 · Xin Guo, Jianlei Yang, Haoyi Zhou, Xucheng Ye 외

Pre-trained language models achieve outstanding performance in NLP tasks. Various knowledge distillation methods have been proposed to reduce the heavy computation and storage requirements of pre-trained language models.…

Adversarial RobustnessKnowledge DistillationLanguage ModelingLanguage Modelling

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

Adversarially Robust Distillation

2019-05-23 · Micah Goldblum, Liam Fowl, Soheil Feizi, Tom Goldstein

Knowledge distillation is effective for producing small, high-performance neural networks for classification, but these small networks are vulnerable to adversarial attacks. This paper studies how adversarial robustness …

Adversarial RobustnessKnowledge Distillation

Robust Dataset Distillation by Matching Adversarial Trajectories

2025-03-15 · Wei Lai, Tianyu Ding, ren dongdong, Lei Wang 외

Dataset distillation synthesizes compact datasets that enable models to achieve performance comparable to training on the original large-scale datasets. However, existing distillation methods overlook the robustness of t…

Adversarial RobustnessDataset Distillation

PeerAiD: Improving Adversarial Distillation from a Specialized Peer Tutor

2024-03-11 · CVPR 2024 1 · Jaewon Jung, Hongsun Jang, Jaeyong Song, Jinho Lee

Adversarial robustness of the neural network is a significant concern when it is applied to security-critical domains. In this situation, adversarial distillation is a promising option which aims to distill the robustnes…

Adversarial Robustness