Small Scale Data-Free Knowledge Distillation
He Liu, Yikai Wang, Huaping Liu, Fuchun Sun, Anbang Yao

TL;DR
This paper introduces SSD-KD, a data-free knowledge distillation method that uses a small synthetic dataset and reinforcement learning to significantly improve training efficiency while maintaining high model performance.
Contribution
It proposes a novel small-scale data-free distillation approach with balancing and sampling strategies, greatly enhancing efficiency over existing methods.
Findings
Achieves 10x to 100x faster training than mainstream methods.
Maintains competitive accuracy with significantly fewer synthetic samples.
Demonstrates effectiveness on image classification and segmentation tasks.
Abstract
Data-free knowledge distillation is able to utilize the knowledge learned by a large teacher network to augment the training of a smaller student network without accessing the original training data, avoiding privacy, security, and proprietary risks in real applications. In this line of research, existing methods typically follow an inversion-and-distillation paradigm in which a generative adversarial network on-the-fly trained with the guidance of the pre-trained teacher network is used to synthesize a large-scale sample set for knowledge distillation. In this paper, we reexamine this common data-free knowledge distillation paradigm, showing that there is considerable room to improve the overall training efficiency through a lens of ``small-scale inverted data for knowledge distillation". In light of three empirical observations indicating the importance of how to balance class…
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
MethodsSparse Evolutionary Training · Knowledge Distillation
