Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

RTM3D: Real-time Monocular 3D Detection from Object Keypoints for Autonomous Driving

About

In this work, we propose an efficient and accurate monocular 3D detection framework in single shot. Most successful 3D detectors take the projection constraint from the 3D bounding box to the 2D box as an important component. Four edges of a 2D box provide only four constraints and the performance deteriorates dramatically with the small error of the 2D detector. Different from these approaches, our method predicts the nine perspective keypoints of a 3D bounding box in image space, and then utilize the geometric relationship of 3D and 2D perspectives to recover the dimension, location, and orientation in 3D space. In this method, the properties of the object can be predicted stably even when the estimation of keypoints is very noisy, which enables us to obtain fast detection speed with a small architecture. Training our method only uses the 3D properties of the object without the need for external networks or supervision data. Our method is the first real-time system for monocular image 3D detection while achieves state-of-the-art performance on the KITTI benchmark. Code will be released at https://github.com/Banconxuan/RTM3D.

Peixuan Li, Huaici Zhao, Pengfei Liu, Feidao Cao• 2020

Related benchmarks

TaskDatasetResultRank
3D Object DetectionKITTI car (test)
AP3D (Easy)14.41
195
3D Object DetectionKITTI (val)--
85
3D Object DetectionKITTI (test)
AP_3D (Easy)13.61
83
Bird's Eye View DetectionKITTI Car class official (test)
AP (Easy)19.17
62
3D Object DetectionKITTI (test)
AP_3D Car (Easy)14.41
60
3D Object DetectionKITTI (val)--
57
Bird's eye view object detectionKITTI (test)
APBEV@0.7 (Easy)19.17
53
Bird's Eye View (BEV) DetectionKITTI Cars (IoU3D ≥ 0.7) (test)
APBEV R40 (Easy)19.17
52
3D Object DetectionKITTI cars (val)
AP Easy20.77
48
3D Object Detection (Cars)KITTI (test)
AP (Easy)14.41
40
Showing 10 of 40 rows

Other info

Code

Follow for update