Post-Pruning Accuracy Recovery via Data-Free Knowledge Distillation
Chinmay Tripurwar, Utkarsh Maurya, Dishant

TL;DR
This paper introduces a data-free knowledge distillation method that synthesizes training data from a pre-trained model to recover accuracy after pruning, avoiding the need for original data in privacy-sensitive applications.
Contribution
It proposes a novel data-free knowledge distillation framework using DeepInversion to generate synthetic data for accuracy recovery post-pruning.
Findings
Significantly recovers accuracy lost during pruning
Works across multiple architectures like ResNet, MobileNet, VGG
Does not require access to original training data
Abstract
Model pruning is a widely adopted technique to reduce the computational complexity and memory footprint of Deep Neural Networks (DNNs). However, global unstructured pruning often leads to significant degradation in accuracy, typically necessitating fine-tuning on the original training dataset to recover performance. In privacy-sensitive domains such as healthcare or finance, access to the original training data is often restricted post-deployment due to regulations (e.g., GDPR, HIPAA). This paper proposes a Data-Free Knowledge Distillation framework to bridge the gap between model compression and data privacy. We utilize DeepInversion to synthesize privacy-preserving ``dream'' images from the pre-trained teacher model by inverting Batch Normalization (BN) statistics. These synthetic images serve as a transfer set to distill knowledge from the original teacher to the pruned student…
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
TopicsAdversarial Robustness in Machine Learning · Privacy-Preserving Technologies in Data · Advanced Neural Network Applications
