Distilling Object Detectors via Decoupled Features
Jianyuan Guo, Kai Han, Yunhe Wang, Han Wu, Xinghao Chen, Chunjing Xu, and Chang Xu

TL;DR
This paper introduces DeFeat, a novel knowledge distillation method for object detectors that decouples features from different regions and network components, significantly improving student detector performance.
Contribution
The paper proposes a decoupled feature distillation approach that considers features from regions excluding objects and assigns different importance to features, advancing object detection knowledge distillation.
Findings
DeFeat surpasses state-of-the-art distillation methods.
Improves Faster R-CNN from 37.4% to 40.9% mAP.
Enhances RetinaNet from 36.5% to 39.7% mAP.
Abstract
Knowledge distillation is a widely used paradigm for inheriting information from a complicated teacher network to a compact student network and maintaining the strong performance. Different from image classification, object detectors are much more sophisticated with multiple loss functions in which features that semantic information rely on are tangled. In this paper, we point out that the information of features derived from regions excluding objects are also essential for distilling the student detector, which is usually ignored in existing approaches. In addition, we elucidate that features from different regions should be assigned with different importance during distillation. To this end, we present a novel distillation algorithm via decoupled features (DeFeat) for learning a better student detector. Specifically, two levels of decoupled features will be processed for embedding…
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 · Visual Attention and Saliency Detection · Advanced Image and Video Retrieval Techniques
Methods1x1 Convolution · Focal Loss · Region Proposal Network · Feature Pyramid Network · Convolution · RetinaNet · RoIPool · Softmax · Faster R-CNN
