Dual Relation Knowledge Distillation for Object Detection
Zhenliang Ni, Fukui Yang, Shengzhao Wen, Gang Zhang

TL;DR
This paper introduces dual relation knowledge distillation (DRKD), a novel method that enhances object detection models by capturing global pixel relations and instance similarities, addressing feature imbalance and small object representation issues.
Contribution
The paper proposes a new distillation approach combining pixel-wise and instance-wise relations, improving detection performance for both one-stage and two-stage detectors.
Findings
Achieves state-of-the-art mAP improvements on COCO 2017.
Effectively addresses foreground-background feature imbalance.
Enhances small object detection through relation distillation.
Abstract
Knowledge distillation is an effective method for model compression. However, it is still a challenging topic to apply knowledge distillation to detection tasks. There are two key points resulting in poor distillation performance for detection tasks. One is the serious imbalance between foreground and background features, another one is that small object lacks enough feature representation. To solve the above issues, we propose a new distillation method named dual relation knowledge distillation (DRKD), including pixel-wise relation distillation and instance-wise relation distillation. The pixel-wise relation distillation embeds pixel-wise features in the graph space and applies graph convolution to capture the global pixel relation. By distilling the global pixel relation, the student detector can learn the relation between foreground and background features, and avoid the difficulty…
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 · Image Enhancement Techniques · Video Surveillance and Tracking Methods
MethodsFocal Loss · RoIPool · Region Proposal Network · 1x1 Convolution · Softmax · Feature Pyramid Network · Convolution · RetinaNet · Faster R-CNN · Knowledge Distillation
