RTMDet: An Empirical Study of Designing Real-Time Object Detectors
About
In this paper, we aim to design an efficient real-time object detector that exceeds the YOLO series and is easily extensible for many object recognition tasks such as instance segmentation and rotated object detection. To obtain a more efficient model architecture, we explore an architecture that has compatible capacities in the backbone and neck, constructed by a basic building block that consists of large-kernel depth-wise convolutions. We further introduce soft labels when calculating matching costs in the dynamic label assignment to improve accuracy. Together with better training techniques, the resulting object detector, named RTMDet, achieves 52.8% AP on COCO with 300+ FPS on an NVIDIA 3090 GPU, outperforming the current mainstream industrial detectors. RTMDet achieves the best parameter-accuracy trade-off with tiny/small/medium/large/extra-large model sizes for various application scenarios, and obtains new state-of-the-art performance on real-time instance segmentation and rotated object detection. We hope the experimental results can provide new insights into designing versatile real-time object detectors for many object recognition tasks. Code and models are released at https://github.com/open-mmlab/mmdetection/tree/3.x/configs/rtmdet.
Related benchmarks
| Task | Dataset | Result | Rank | |
|---|---|---|---|---|
| Object Detection | COCO 2017 (val) | AP52.8 | 2454 | |
| Instance Segmentation | COCO 2017 (val) | -- | 1144 | |
| Oriented Object Detection | DOTA v1.0 (test) | SV82.05 | 378 | |
| Object Detection | DOTA 1.0 (test) | Plane AP89.43 | 256 | |
| Oriented Object Detection | DOTA (test) | -- | 92 | |
| Object Detection | NDDA stop sign images (test) | Detection Rate100 | 90 | |
| Object Detection | HRSC 2016 (test) | mAP@0.0790.6 | 72 | |
| Object Detection | VisDrone (val) | AP5037.4 | 66 | |
| Oriented Object Detection | DOTA v1.5 (test) | mAP78.12 | 58 | |
| Oriented Object Detection | HRSC 2016 (test) | -- | 55 |