NAYER: Noisy Layer Data Generation for Efficient and Effective Data-free Knowledge Distillation
Minh-Tuan Tran, Trung Le, Xuan-May Le, Mehrtash Harandi, Quan Hung, Tran, and Dinh Phung

TL;DR
NAYER introduces a novel data-free knowledge distillation method that uses a noisy layer and label-text embeddings to generate high-quality, diverse samples efficiently, significantly outperforming existing approaches in speed and quality.
Contribution
The paper proposes NAYER, a new approach that relocates noise to a layer and uses stored label embeddings to improve sample quality and diversity in data-free knowledge distillation.
Findings
Outperforms state-of-the-art methods in sample quality.
Achieves 5 to 15 times faster training speeds.
Generates diverse samples with fewer training steps.
Abstract
Data-Free Knowledge Distillation (DFKD) has made significant recent strides by transferring knowledge from a teacher neural network to a student neural network without accessing the original data. Nonetheless, existing approaches encounter a significant challenge when attempting to generate samples from random noise inputs, which inherently lack meaningful information. Consequently, these models struggle to effectively map this noise to the ground-truth sample distribution, resulting in prolonging training times and low-quality outputs. In this paper, we propose a novel Noisy Layer Generation method (NAYER) which relocates the random source from the input to a noisy layer and utilizes the meaningful constant label-text embedding (LTE) as the input. LTE is generated by using the language model once, and then it is stored in memory for all subsequent training processes. The significance…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsMachine Learning and Data Classification · Advanced Neural Network Applications · Text and Document Classification Technologies
MethodsKnowledge Distillation
