Deep Structured Instance Graph for Distilling Object Detectors
Yixin Chen, Pengguang Chen, Shu Liu, Liwei Wang, Jiaya Jia

TL;DR
This paper introduces a graph-based knowledge distillation method for object detectors that encodes instance relations to improve student model performance, achieving state-of-the-art results on COCO.
Contribution
It proposes a novel graph-structured knowledge representation for detector distillation, capturing local and global relations to enhance transfer learning.
Findings
Achieves state-of-the-art COCO detection results with various student-teacher pairs.
Outperforms baseline models in object detection and instance segmentation.
Demonstrates robustness across different detector architectures.
Abstract
Effectively structuring deep knowledge plays a pivotal role in transfer from teacher to student, especially in semantic vision tasks. In this paper, we present a simple knowledge structure to exploit and encode information inside the detection system to facilitate detector knowledge distillation. Specifically, aiming at solving the feature imbalance problem while further excavating the missing relation inside semantic instances, we design a graph whose nodes correspond to instance proposal-level features and edges represent the relation between nodes. To further refine this graph, we design an adaptive background loss weight to reduce node noise and background samples mining to prune trivial edges. We transfer the entire graph as encoded knowledge representation from teacher to student, capturing local and global information simultaneously. We achieve new state-of-the-art results on the…
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 · Domain Adaptation and Few-Shot Learning · Multimodal Machine Learning Applications
MethodsSoftmax · Convolution · RoIPool · Region Proposal Network · Faster R-CNN
