CDFKD-MFS: Collaborative Data-free Knowledge Distillation via Multi-level Feature Sharing
Zhiwei Hao, Yong Luo, Zhi Wang, Han Hu, Jianping An

TL;DR
This paper introduces CDFKD-MFS, a novel framework for compressing multiple neural networks into a smaller model without using original data, leveraging multi-level feature sharing and adversarial training to improve performance and address privacy concerns.
Contribution
The paper proposes a new data-free knowledge distillation framework that enables multi-model compression using multi-level feature sharing and adversarial training, with adaptive prediction aggregation.
Findings
Achieves higher accuracy than existing methods on CIFAR-100, Caltech-101, and mini-ImageNet datasets.
Effectively compresses multiple models into a smaller model without access to original data.
Demonstrates the effectiveness of multi-level feature sharing and attention-based aggregation.
Abstract
Recently, the compression and deployment of powerful deep neural networks (DNNs) on resource-limited edge devices to provide intelligent services have become attractive tasks. Although knowledge distillation (KD) is a feasible solution for compression, its requirement on the original dataset raises privacy concerns. In addition, it is common to integrate multiple pretrained models to achieve satisfactory performance. How to compress multiple models into a tiny model is challenging, especially when the original data are unavailable. To tackle this challenge, we propose a framework termed collaborative data-free knowledge distillation via multi-level feature sharing (CDFKD-MFS), which consists of a multi-header student module, an asymmetric adversarial data-free KD module, and an attention-based aggregation module. In this framework, the student model equipped with a multi-level…
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
TopicsAdvanced Neural Network Applications · AI in cancer detection · Medical Imaging and Analysis
MethodsKnowledge Distillation
