paper-with-me

홈 › Papers

When Data-Free Knowledge Distillation Meets Non-Transferable Teacher: Escaping Out-of-Distribution Trap is All You Need

2025-07-05 · Ziming Hong, Runnan Chen, Zengmao Wang, Bo Han, Bo Du, Tongliang Liu arxiv

Data-free knowledge distillation (DFKD) transfers knowledge from a teacher to a student without access the real in-distribution (ID) data. Its common solution is to use a generator to synthesize fake data and use them as a substitute for real ID data. However, existing works typically assume teachers are trustworthy, leaving the robustness and security of DFKD from untrusted teachers largely unexplored. In this work, we conduct the first investigation into distilling non-transferable learning (NTL) teachers using DFKD, where the transferability from an ID domain to an out-of-distribution (OOD) domain is prohibited. We find that NTL teachers fool DFKD through divert the generator's attention from the useful ID knowledge to the misleading OOD knowledge. This hinders ID knowledge transfer but prioritizes OOD knowledge transfer. To mitigate this issue, we propose Adversarial Trap Escaping (ATEsc) to benefit DFKD by identifying and filtering out OOD-like synthetic samples. Specifically, inspired by the evidence that NTL teachers show stronger adversarial robustness on OOD samples than ID samples, we split synthetic samples into two groups according to their robustness. The fragile group is treated as ID-like data and used for normal knowledge distillation, while the robust group is seen as OOD-like data and utilized for forgetting OOD knowledge. Extensive experiments demonstrate the effectiveness of ATEsc for improving DFKD against NTL teachers. Code is released at https://github.com/tmllab/2025_ICML_ATEsc.

📄 PDF Abstract BibTeX arXiv:2507.04119

Code (0)

등록된 구현이 없습니다.

Tasks

Data-free Knowledge DistillationAdversarial Robustness

Similar Papers 제목 키워드 기반

When Gradient Descent Meets Derivative-Free Optimization: A Match Made in Black-Box Scenario

2023-05-17 · Chengcheng Han, Liqing Cui, Renyu Zhu, Jianing Wang 외

Large pre-trained language models (PLMs) have garnered significant attention for their versatility and potential for solving a wide spectrum of natural language processing (NLP) tasks. However, the cost of running these …

Knowledge Distillation

Adversarial Score Distillation: When score distillation meets GAN

2023-12-01 · CVPR 2024 1 · Min Wei, Jingkai Zhou, Junyao Sun, Xuesong Zhang

Existing score distillation methods are sensitive to classifier-free guidance (CFG) scale: manifested as over-smoothness or instability at small CFG scales, while over-saturation at large ones. To explain and analyze the…

Generative Adversarial NetworkText to 3D

Label driven Knowledge Distillation for Federated Learning with non-IID Data

2022-09-29 · Minh-Duong Nguyen, Quoc-Viet Pham, Dinh Thai Hoang, Long Tran-Thanh 외

In real-world applications, Federated Learning (FL) meets two challenges: (1) scalability, especially when applied to massive IoT networks; and (2) how to be robust against an environment with heterogeneous data. Realizi…

Federated LearningKnowledge Distillation

Category Adaptation Meets Projected Distillation in Generalized Continual Category Discovery

2023-08-23 · Grzegorz Rypeść, Daniel Marczak, Sebastian Cygert, Tomasz Trzciński 외

Generalized Continual Category Discovery (GCCD) tackles learning from sequentially arriving, partially labeled datasets while uncovering new categories. Traditional methods depend on feature distillation to prevent forge…

class-incremental learningClass Incremental LearningContinual LearningIncremental Learning+2

Recursive Distillation for Open-Set Distributed Robot Localization

2023-12-26 · Kenta Tsukahara, Kanji Tanaka

A typical assumption in state-of-the-art self-localization models is that an annotated training dataset is available for the target workspace. However, this is not necessarily true when a robot travels around the general…

Continual LearningImage RetrievalRetrievalTransfer Learning