Beyond Classification: Knowledge Distillation using Multi-Object Impressions
Gaurav Kumar Nayak, Monish Keswani, Sharan Seshadri, Anirban, Chakraborty

TL;DR
This paper introduces a novel zero-shot knowledge distillation method for object detection that synthesizes pseudo-data using only a pretrained teacher network, enabling effective student training without access to real training data.
Contribution
It presents the first approach for zero-data knowledge distillation in object detection by generating pseudo-samples from a pretrained teacher, bypassing the need for training data.
Findings
Achieves 64.2% mAP on KITTI with no training samples.
Outperforms baseline methods in zero-shot object detection distillation.
Demonstrates effectiveness across multiple benchmark datasets.
Abstract
Knowledge Distillation (KD) utilizes training data as a transfer set to transfer knowledge from a complex network (Teacher) to a smaller network (Student). Several works have recently identified many scenarios where the training data may not be available due to data privacy or sensitivity concerns and have proposed solutions under this restrictive constraint for the classification task. Unlike existing works, we, for the first time, solve a much more challenging problem, i.e., "KD for object detection with zero knowledge about the training data and its statistics". Our proposed approach prepares pseudo-targets and synthesizes corresponding samples (termed as "Multi-Object Impressions"), using only the pretrained Faster RCNN Teacher network. We use this pseudo-dataset as a transfer set to conduct zero-shot KD for object detection. We demonstrate the efficacy of our proposed method…
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 · Adversarial Robustness in Machine Learning
