paper-with-me

홈 › Papers

Robust and Resource-Efficient Data-Free Knowledge Distillation by Generative Pseudo Replay

2022-01-09 · Kuluhan Binici, Shivam Aggarwal, Nam Trung Pham, Karianto Leman, Tulika Mitra

Data-Free Knowledge Distillation (KD) allows knowledge transfer from a trained neural network (teacher) to a more compact one (student) in the absence of original training data. Existing works use a validation set to monitor the accuracy of the student over real data and report the highest performance throughout the entire process. However, validation data may not be available at distillation time either, making it infeasible to record the student snapshot that achieved the peak accuracy. Therefore, a practical data-free KD method should be robust and ideally provide monotonically increasing student accuracy during distillation. This is challenging because the student experiences knowledge degradation due to the distribution shift of the synthetic data. A straightforward approach to overcome this issue is to store and rehearse the generated samples periodically, which increases the memory footprint and creates privacy concerns. We propose to model the distribution of the previously observed synthetic samples with a generative network. In particular, we design a Variational Autoencoder (VAE) with a training objective that is customized to learn the synthetic data representations optimally. The student is rehearsed by the generative pseudo replay technique, with samples produced by the VAE. Hence knowledge degradation can be prevented without storing any samples. Experiments on image classification benchmarks show that our method optimizes the expected value of the distilled model accuracy while eliminating the large memory overhead incurred by the sample-storing methods.

📄 PDF Abstract BibTeX arXiv:2201.03019

Code (1)

kuluhan/pre-dfkd 공식 구현 pytorch

Tasks

Data-free Knowledge Distillationimage-classificationImage ClassificationKnowledge DistillationTransfer Learning

Methods 이 논문이 사용한 방법론

Knowledge Distillation A very simple way to improve the performance of almost any machine learning algorithm is to train many different models on the same data and then to average their predictions.…

Similar Papers 제목 키워드 기반

Large-Scale Generative Data-Free Distillation

2020-12-10 · Liangchen Luo, Mark Sandler, Zi Lin, Andrey Zhmoginov 외

Knowledge distillation is one of the most popular and effective techniques for knowledge transfer, model compression and semi-supervised learning. Most existing distillation approaches require the access to original or a…

Knowledge DistillationModel CompressionTransfer Learning

FedDTG:Federated Data-Free Knowledge Distillation via Three-Player Generative Adversarial Networks

2022-01-10 · Lingzhi Gao, Zhenyuan Zhang, Chao Wu

While existing federated learning approaches primarily focus on aggregating local models to construct a global model, in realistic settings, some clients may be reluctant to share their private models due to the inclusio…

Data-free Knowledge DistillationFederated LearningGenerative Adversarial NetworkKnowledge Distillation

Conditional Generative Data-free Knowledge Distillation

2021-12-31 · Xinyi Yu, Ling Yan, Yang Yang, Libo Zhou 외

Knowledge distillation has made remarkable achievements in model compression. However, most existing methods require the original training data, which is usually unavailable due to privacy and security issues. In this pa…

Conditional Image GenerationData-free Knowledge DistillationImage GenerationKnowledge Distillation+1

Decoder-based Sense Knowledge Distillation

2026-02-25 · Qitong Wang, Mohammed J. Zaki, Georgios Kollias, Vasileios Kalantzis arxiv

Large language models (LLMs) learn contextual embeddings that capture rich semantic information, yet they often overlook structured lexical knowledge such as word senses and relationships. Prior work has shown that incor…

Knowledge Distillation

SDAKD: Student Discriminator Assisted Knowledge Distillation for Super-Resolution Generative Adversarial Networks

2025-10-04 · Nikolaos Kaparinos, Vasileios Mezaris arxiv

Generative Adversarial Networks (GANs) achieve excellent performance in generative tasks, such as image super-resolution, but their computational requirements make difficult their deployment on resource-constrained devic…

Knowledge DistillationImage Super-Resolution