paper-with-me

홈 › Papers

Toward Understanding Adversarial Distillation: Why Robust Teachers Fail

2026-05-21 · Hongsin Lee, Hye Won Chung arxiv

Adversarial Distillation aims to enhance student robustness by guiding the student with a robust teacher's soft labels within the min-max adversarial training framework, yet its success is notoriously inconsistent: a more robust teacher often fails to improve, or even harms, the student's robust generalization. In this paper, we identify a key mechanism of this teacher dependency: the misalignment between the teacher's supervisory confidence and the student's representational limitations on a consistent subset of training data -- the Robustly Unlearnable Set. We present a theoretical framework analyzing the feature learning dynamics of a two-layer neural network, demonstrating that this mismatch creates a dichotomy in distillation outcomes. We prove that when a teacher provides confident supervision on unlearnable samples, it compels the student to memorize spurious noise patterns that eventually overpower the learned robust signal, thereby driving robust overfitting. Conversely, a teacher that exhibits high uncertainty on these samples effectively suppresses noise memorization, allowing the student to rely solely on the learnable signal for robust generalization. We empirically validate our theory across both synthetic simulations and real-image classification datasets, confirming that robust overfitting is driven by the teacher's interaction with unlearnable samples. Finally, we demonstrate that a teacher's predictive entropy on unlearnable samples serves as a strong indicator of student robustness, validating our theoretical framework and offering a principled guideline for robust teacher selection.

📄 PDF Abstract BibTeX arXiv:2605.21999

Code (0)

등록된 구현이 없습니다.

Tasks

Image Classification

Similar Papers 제목 키워드 기반

Reliable Adversarial Distillation with Unreliable Teachers

2021-06-09 · ICLR 2022 4 · Jianing Zhu, Jiangchao Yao, Bo Han, Jingfeng Zhang 외

In ordinary distillation, student networks are trained with soft labels (SLs) given by pretrained teacher networks, and students are expected to improve upon teachers since SLs are stronger supervision than the original …

Adversarial Robustness

Distilling Adversarial Robustness Using Heterogeneous Teachers

2024-02-23 · Jieren Deng, Aaron Palmer, Rigel Mahmood, Ethan Rathbun 외

Achieving resiliency against adversarial attacks is necessary prior to deploying neural network classifiers in domains where misclassification incurs substantial costs, e.g., self-driving cars or medical imaging. Recent …

Adversarial RobustnessKnowledge DistillationSelf-Driving Cars

Learning Better Certified Models from Empirically-Robust Teachers

2026-02-02 · Alessandro De Palma arxiv

Adversarial training attains strong empirical robustness to specific adversarial attacks by training on concrete adversarial perturbations, but it produces neural networks that are not amenable to strong robustness certi…

Knowledge Distillation

Mitigating Accuracy-Robustness Trade-off via Balanced Multi-Teacher Adversarial Distillation

2023-06-28 · Shiji Zhao, Xizhe Wang, Xingxing Wei

Adversarial Training is a practical approach for improving the robustness of deep neural networks against adversarial attacks. Although bringing reliable robustness, the performance towards clean examples is negatively a…

Adversarial RobustnessKnowledge Distillation

Sample-wise Adaptive Weighting for Transfer Consistency in Adversarial Distillation

2025-12-11 · Hongsin Lee, Hye Won Chung arxiv

Adversarial distillation in the standard min-max adversarial training framework aims to transfer adversarial robustness from a large, robust teacher network to a compact student. However, existing work often neglects to …

Adversarial Robustness