English

Understanding Robustness in Teacher-Student Setting: A New Perspective

Machine Learning 2021-03-02 v2 Artificial Intelligence

Abstract

Adversarial examples have appeared as a ubiquitous property of machine learning models where bounded adversarial perturbation could mislead the models to make arbitrarily incorrect predictions. Such examples provide a way to assess the robustness of machine learning models as well as a proxy for understanding the model training process. Extensive studies try to explain the existence of adversarial examples and provide ways to improve model robustness (e.g. adversarial training). While they mostly focus on models trained on datasets with predefined labels, we leverage the teacher-student framework and assume a teacher model, or oracle, to provide the labels for given instances. We extend Tian (2019) in the case of low-rank input data and show that student specialization (trained student neuron is highly correlated with certain teacher neuron at the same layer) still happens within the input subspace, but the teacher and student nodes could differ wildly out of the data subspace, which we conjecture leads to adversarial examples. Extensive experiments show that student specialization correlates strongly with model robustness in different scenarios, including student trained via standard training, adversarial training, confidence-calibrated adversarial training, and training with robust feature dataset. Our studies could shed light on the future exploration about adversarial examples, and enhancing model robustness via principled data augmentation.

Keywords

Cite

@article{arxiv.2102.13170,
  title  = {Understanding Robustness in Teacher-Student Setting: A New Perspective},
  author = {Zhuolin Yang and Zhaoxi Chen and Tiffany Cai and Xinyun Chen and Bo Li and Yuandong Tian},
  journal= {arXiv preprint arXiv:2102.13170},
  year   = {2021}
}

Comments

Proceedings of the 24th International Conference on Artificial Intelligence and Statistics (AISTATS) 2021, San Diego, California, USA. PMLR: Volume 130

R2 v1 2026-06-23T23:31:34.253Z