English

Adversarially Robust Distillation

Machine Learning 2020-07-02 v2 Computer Vision and Pattern Recognition Machine Learning

Abstract

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.

Keywords

Cite

@article{arxiv.1905.09747,
  title  = {Adversarially Robust Distillation},
  author = {Micah Goldblum and Liam Fowl and Soheil Feizi and Tom Goldstein},
  journal= {arXiv preprint arXiv:1905.09747},
  year   = {2020}
}

Comments

Accepted to AAAI Conference on Artificial Intelligence, 2020

R2 v1 2026-06-23T09:20:08.662Z