Preventing Catastrophic Forgetting and Distribution Mismatch in Knowledge Distillation via Synthetic Data
Kuluhan Binici, Nam Trung Pham, Tulika Mitra, Karianto Leman

TL;DR
This paper introduces a data-free knowledge distillation framework that dynamically maintains synthetic samples and matches real data distribution to prevent catastrophic forgetting and distribution mismatch, improving student model accuracy.
Contribution
It proposes a novel data-free KD method with dynamic sample collection and distribution matching, addressing catastrophic forgetting and data mismatch issues in model compression.
Findings
Improved student model accuracy over state-of-the-art methods
Effective prevention of catastrophic forgetting in data-free KD
Enhanced synthetic data generation matching real data distribution
Abstract
With the increasing popularity of deep learning on edge devices, compressing large neural networks to meet the hardware requirements of resource-constrained devices became a significant research direction. Numerous compression methodologies are currently being used to reduce the memory sizes and energy consumption of neural networks. Knowledge distillation (KD) is among such methodologies and it functions by using data samples to transfer the knowledge captured by a large model (teacher) to a smaller one(student). However, due to various reasons, the original training data might not be accessible at the compression stage. Therefore, data-free model compression is an ongoing research problem that has been addressed by various works. In this paper, we point out that catastrophic forgetting is a problem that can potentially be observed in existing data-free distillation methods. Moreover,…
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.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Neural Network Applications · Domain Adaptation and Few-Shot Learning · Generative Adversarial Networks and Image Synthesis
MethodsKnowledge Distillation
