Synthetic data generation method for data-free knowledge distillation in regression neural networks
Tianxun Zhou, Keng-Hwee Chiam

TL;DR
This paper introduces a novel synthetic data generation strategy for data-free knowledge distillation in regression neural networks, enabling effective model compression without access to original training data.
Contribution
It proposes a new synthetic data generation method that directly optimizes the difference between teacher and student models, improving distillation performance in regression tasks.
Findings
The proposed method outperforms existing synthetic data generation strategies.
It enables the student model to better emulate the teacher's performance.
Experimental results show improved accuracy on benchmark datasets.
Abstract
Knowledge distillation is the technique of compressing a larger neural network, known as the teacher, into a smaller neural network, known as the student, while still trying to maintain the performance of the larger neural network as much as possible. Existing methods of knowledge distillation are mostly applicable for classification tasks. Many of them also require access to the data used to train the teacher model. To address the problem of knowledge distillation for regression tasks under the absence of original training data, previous work has proposed a data-free knowledge distillation method where synthetic data are generated using a generator model trained adversarially against the student model. These synthetic data and their labels predicted by the teacher model are then used to train the student model. In this study, we investigate the behavior of various synthetic data…
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 ELM · Machine Learning and Data Classification · Fault Detection and Control Systems
MethodsKnowledge Distillation
