CVLGMar 10, 2022

Prediction-Guided Distillation for Dense Object Detection

arXiv:2203.05469v236 citationsh-index: 46Has Code
Originality Incremental advance
AI Analysis

This work improves the accuracy of cheap object detection models for real-world applications, but it is incremental as it builds on existing knowledge distillation methods.

The paper tackles the challenge of identifying informative features for knowledge distillation in dense object detection by proposing Prediction-Guided Distillation (PGD), which focuses on key predictive regions, resulting in improvements of +3.1% to +4.6% AP on COCO and +3.2% MR and +2.0% AP on CrowdHuman.

Real-world object detection models should be cheap and accurate. Knowledge distillation (KD) can boost the accuracy of a small, cheap detection model by leveraging useful information from a larger teacher model. However, a key challenge is identifying the most informative features produced by the teacher for distillation. In this work, we show that only a very small fraction of features within a ground-truth bounding box are responsible for a teacher's high detection performance. Based on this, we propose Prediction-Guided Distillation (PGD), which focuses distillation on these key predictive regions of the teacher and yields considerable gains in performance over many existing KD baselines. In addition, we propose an adaptive weighting scheme over the key regions to smooth out their influence and achieve even better performance. Our proposed approach outperforms current state-of-the-art KD baselines on a variety of advanced one-stage detection architectures. Specifically, on the COCO dataset, our method achieves between +3.1% and +4.6% AP improvement using ResNet-101 and ResNet-50 as the teacher and student backbones, respectively. On the CrowdHuman dataset, we achieve +3.2% and +2.0% improvements in MR and AP, also using these backbones. Our code is available at https://github.com/ChenhongyiYang/PGD.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes