paper-with-me

Papers

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 transfers from teacher to student during knowledge distillation. We find that a large amount of robustness may be inherited by the student even when distilled on only clean images. Second, we introduce Adversarially Robust Distillation (ARD) for distilling robustness onto student networks. In addition to producing small models with high test accuracy like conventional distillation, ARD also passes the superior robustness of large networks onto the student. In our experiments, we find that ARD student models decisively outperform adversarially trained networks of identical architecture in terms of robust accuracy, surpassing state-of-the-art methods on standard robustness benchmarks. Finally, we adapt recent fast adversarial training methods to ARD for accelerated robust distillation.

📄 PDF Abstract BibTeX arXiv:1905.09747

Code (2)

goldblum/AdversariallyRobustDistillation 공식 구현 pytorch
zibojia/rslad pytorch

Tasks

Adversarial RobustnessKnowledge Distillation

Similar Papers 제목 키워드 기반

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

Dynamic Guidance Adversarial Distillation with Enhanced Teacher Knowledge

2024-09-03 · Hyejin Park, Dongbo Min

In the realm of Adversarial Distillation (AD), strategic and precise knowledge transfer from an adversarially robust teacher model to a less robust student model is paramount. Our Dynamic Guidance Adversarial Distillatio…

Transfer Learning

Improving Adversarial Robustness Through Adaptive Learning-Driven Multi-Teacher Knowledge Distillation

2025-07-28 · Hayat Ullah, Syed Muhammad Talha Zaidi, Arslan Munir arxiv

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 be…

Adversarial RobustnessKnowledge Distillation

Releasing Inequality Phenomena in $L_{\infty}$-Adversarial Training via Input Gradient Distillation

2023-05-16 · Junxi Chen, Junhao Dong, Xiaohua Xie

Since adversarial examples appeared and showed the catastrophic degradation they brought to DNN, many adversarial defense methods have been devised, among which adversarial training is considered the most effective. Howe…

Adversarial DefenseAdversarial Robustness

KDGAN: Knowledge Distillation with Generative Adversarial Networks

2018-12-01 · NeurIPS 2018 12 · Xiaojie Wang, Rui Zhang, Yu Sun, Jianzhong Qi

Knowledge distillation (KD) aims to train a lightweight classifier suitable to provide accurate inference with constrained resources in multi-label learning. Instead of directly consuming feature-label pairs, the classif…

Knowledge DistillationMulti-Label Learning