English

CIARD: Cyclic Iterative Adversarial Robustness Distillation

Computer Vision and Pattern Recognition 2025-09-17 v1 Artificial Intelligence

Abstract

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

Keywords

Cite

@article{arxiv.2509.12633,
  title  = {CIARD: Cyclic Iterative Adversarial Robustness Distillation},
  author = {Liming Lu and Shuchao Pang and Xu Zheng and Xiang Gu and Anan Du and Yunhuai Liu and Yongbin Zhou},
  journal= {arXiv preprint arXiv:2509.12633},
  year   = {2025}
}
R2 v1 2026-07-01T05:38:20.105Z