CVJun 23, 2020

Distilling Object Detectors with Task Adaptive Regularization

arXiv:2006.13108v172 citations
Originality Incremental advance
AI Analysis

This work addresses model miniaturization for object detection, enabling deployment on resource-constrained devices, but it is incremental as it builds on existing distillation methods with adaptive regularization.

The paper tackles the problem of deploying high-performance object detectors on low-end devices by proposing a task-adaptive knowledge distillation framework that selectively transfers knowledge from a teacher to a student model, achieving a 39.0% mAP on COCO with ResNet-50, surpassing the baseline by 2.7% points and outperforming the teacher model.

Current state-of-the-art object detectors are at the expense of high computational costs and are hard to deploy to low-end devices. Knowledge distillation, which aims at training a smaller student network by transferring knowledge from a larger teacher model, is one of the promising solutions for model miniaturization. In this paper, we investigate each module of a typical detector in depth, and propose a general distillation framework that adaptively transfers knowledge from teacher to student according to the task specific priors. The intuition is that simply distilling all information from teacher to student is not advisable, instead we should only borrow priors from the teacher model where the student cannot perform well. Towards this goal, we propose a region proposal sharing mechanism to interflow region responses between the teacher and student models. Based on this, we adaptively transfer knowledge at three levels, \emph{i.e.}, feature backbone, classification head, and bounding box regression head, according to which model performs more reasonably. Furthermore, considering that it would introduce optimization dilemma when minimizing distillation loss and detection loss simultaneously, we propose a distillation decay strategy to help improve model generalization via gradually reducing the distillation penalty. Experiments on widely used detection benchmarks demonstrate the effectiveness of our method. In particular, using Faster R-CNN with FPN as an instantiation, we achieve an accuracy of $39.0\%$ with Resnet-50 on COCO dataset, which surpasses the baseline $36.3\%$ by $2.7\%$ points, and even better than the teacher model with $38.5\%$ mAP.

Foundations

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

Your Notes