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

Learning Depth-Guided Convolutions for Monocular 3D Object Detection

About

3D object detection from a single image without LiDAR is a challenging task due to the lack of accurate depth information. Conventional 2D convolutions are unsuitable for this task because they fail to capture local object and its scale information, which are vital for 3D object detection. To better represent 3D structure, prior arts typically transform depth maps estimated from 2D images into a pseudo-LiDAR representation, and then apply existing 3D point-cloud based object detectors. However, their results depend heavily on the accuracy of the estimated depth maps, resulting in suboptimal performance. In this work, instead of using pseudo-LiDAR representation, we improve the fundamental 2D fully convolutions by proposing a new local convolutional network (LCN), termed Depth-guided Dynamic-Depthwise-Dilated LCN (D$^4$LCN), where the filters and their receptive fields can be automatically learned from image-based depth maps, making different pixels of different images have different filters. D$^4$LCN overcomes the limitation of conventional 2D convolutions and narrows the gap between image representation and 3D point cloud representation. Extensive experiments show that D$^4$LCN outperforms existing works by large margins. For example, the relative improvement of D$^4$LCN against the state-of-the-art on KITTI is 9.1\% in the moderate setting. The code is available at https://github.com/dingmyu/D4LCN.

Mingyu Ding, Yuqi Huo, Hongwei Yi, Zhe Wang, Jianping Shi, Zhiwu Lu, Ping Luo• 2019

Related benchmarks

TaskDatasetResultRank
3D Object DetectionKITTI car (test)
AP3D (Easy)16.65
195
3D Object DetectionKITTI (val)
AP3D (Moderate)16.2
85
3D Object DetectionKITTI Pedestrian (test)
AP3D (Easy)455
63
Bird's Eye View DetectionKITTI Car class official (test)
AP (Easy)22.51
62
3D Object DetectionKITTI car (val)--
62
3D Object DetectionKITTI (test)
AP_3D Car (Easy)16.65
60
Bird's Eye View Object Detection (Car)KITTI (test)
APBEV (Easy) @IoU=0.722.51
59
Bird's eye view object detectionKITTI (test)
APBEV@0.7 (Easy)22.51
53
Bird's Eye View (BEV) DetectionKITTI Cars (IoU3D ≥ 0.7) (test)
APBEV R40 (Easy)22.51
52
3D Object DetectionKITTI Cyclist (test)
AP3D Easy245
49
Showing 10 of 49 rows

Other info

Code

Follow for update