Teach-DETR: Better Training DETR with Teachers

Linjiang Huang,Kaixin Lu,Guanglu Song,Liang Wang,Si Liu,Yu Liu,Hongsheng Li
DOI: https://doi.org/10.1109/tpami.2023.3319387
IF: 23.6
2023-01-01
IEEE Transactions on Pattern Analysis and Machine Intelligence
Abstract:In this paper, we present a novel training scheme, namely Teach-DETR, to better train DETR-based detectors from versatile types of teacher detectors. We show that the predicted boxes from teacher detectors are effective medium to transfer knowledge of teacher detectors, which could be either RCNN-based or DETR-based detectors, to train a more accurate and robust DETR model. This new training scheme can easily incorporate the predicted boxes from multiple teacher detectors, each of which provides parallel supervisions to the student DETR. Our strategy introduces no additional parameters and adds negligible computational cost to the original detector during training. During inference, Teach-DETR brings zero additional overhead and maintains the merit of requiring no non-maximum suppression. Extensive experiments show that our method leads to consistent improvement for various DETR-based detectors. Specifically, we improve the state-of-the-art detector DINO [1] with Swin-Large [2] backbone, 4-scale feature pyramid and 36-epoch training schedule, from 57.8% to 58.9% in terms of mean average precision on COCO 2017 val set. Code is available at https://github.com/LeonHLJ/Teach-DETR.
computer science, artificial intelligence,engineering, electrical & electronic
What problem does this paper attempt to address?