DETRs Beat YOLOs on Real-time Object Detection

04/17/2023
by   Wenyu Lv, et al.
15

Recently, end-to-end transformer-based detectors (DETRs) have achieved remarkable performance. However, the issue of the high computational cost of DETRs has not been effectively addressed, limiting their practical application and preventing them from fully exploiting the benefits of no post-processing, such as non-maximum suppression (NMS). In this paper, we first analyze the influence of NMS in modern real-time object detectors on inference speed, and establish an end-to-end speed benchmark. To avoid the inference delay caused by NMS, we propose a Real-Time DEtection TRansformer (RT-DETR), the first real-time end-to-end object detector to our best knowledge. Specifically, we design an efficient hybrid encoder to efficiently process multi-scale features by decoupling the intra-scale interaction and cross-scale fusion, and propose IoU-aware query selection to improve the initialization of object queries. In addition, our proposed detector supports flexibly adjustment of the inference speed by using different decoder layers without the need for retraining, which facilitates the practical application of real-time object detectors. Our RT-DETR-L achieves 53.0 RT-DETR-X achieves 54.8 same scale in both speed and accuracy. Furthermore, our RT-DETR-R50 achieves 53.1 accuracy and by about 21 times in FPS. Source code and pretrained models will be available at PaddleDetection.

READ FULL TEXT

Please sign up or login with your details

Forgot password? Click here to reset