用自适应多教师知识蒸馏提升CNN抗对抗攻击能力
Improving Adversarial Robustness Through Adaptive Learning-Driven Multi-Teacher Knowledge Distillation
- 多个对抗训练的教师模型协同指导学生模型学习
- 在无对抗数据训练下,鲁棒性显著提升,对多种攻击有效
- 自适应加权机制动态调节教师贡献,提升蒸馏效率
卷积神经网络(CNN)在计算机视觉中表现优异,但易受对抗攻击影响。尽管对抗训练有所进展,模型准确率与鲁棒性之间仍存在差距。本文提出一种基于自适应学习策略的多教师对抗鲁棒性知识蒸馏方法:首先在不同对抗攻击生成的扰动数据上训练多个基准CNN模型的克隆体;随后,这些经过对抗训练的教师模型在干净数据上通过多教师知识蒸馏指导学生模型学习。为确保有效蒸馏,设计自适应学习策略,根据各教师模型预测精度动态分配权重。实验在MNIST-Digits和Fashion-MNIST数据集上验证,结果表明该方法显著提升了学生模型对多种对抗攻击的鲁棒性,且学生模型未接触任何对抗数据。
原文摘要 · Abstract (English)
Convolutional neural networks (CNNs) excel in computer vision but are susceptible to adversarial attacks, crafted perturbations designed to mislead predictions. Despite advances in adversarial training, a gap persists between model accuracy and robustness. To mitigate this issue, in this paper, we present a multi-teacher adversarial robustness distillation using an adaptive learning strategy. Specifically, our proposed method first trained multiple clones of a baseline CNN model using an adversarial training strategy on a pool of perturbed data acquired through different adversarial attacks. Once trained, these adversarially trained models are used as teacher models to supervise the learning of a student model on clean data using multi-teacher knowledge distillation. To ensure an effective robustness distillation, we design an adaptive learning strategy that controls the knowledge contribution of each model by assigning weights as per their prediction precision. Distilling knowledge from adversarially pre-trained teacher models not only enhances the learning capabilities of the student model but also empowers it with the capacity to withstand different adversarial attacks, despite having no exposure to adversarial data. To verify our claims, we extensively evaluated our proposed method on MNIST-Digits and Fashion-MNIST datasets across diverse experimental settings. The obtained results exhibit the efficacy of our multi-teacher adversarial distillation and adaptive learning strategy, enhancing CNNs' adversarial robustness against various adversarial attacks.
Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。