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

MonoLSS: Learnable Sample Selection For Monocular 3D Detection

About

In the field of autonomous driving, monocular 3D detection is a critical task which estimates 3D properties (depth, dimension, and orientation) of objects in a single RGB image. Previous works have used features in a heuristic way to learn 3D properties, without considering that inappropriate features could have adverse effects. In this paper, sample selection is introduced that only suitable samples should be trained to regress the 3D properties. To select samples adaptively, we propose a Learnable Sample Selection (LSS) module, which is based on Gumbel-Softmax and a relative-distance sample divider. The LSS module works under a warm-up strategy leading to an improvement in training stability. Additionally, since the LSS module dedicated to 3D property sample selection relies on object-level features, we further develop a data augmentation method named MixUp3D to enrich 3D property samples which conforms to imaging principles without introducing ambiguity. As two orthogonal methods, the LSS module and MixUp3D can be utilized independently or in conjunction. Sufficient experiments have shown that their combined use can lead to synergistic effects, yielding improvements that transcend the mere sum of their individual applications. Leveraging the LSS module and the MixUp3D, without any extra data, our method named MonoLSS ranks 1st in all three categories (Car, Cyclist, and Pedestrian) on KITTI 3D object detection benchmark, and achieves competitive results on both the Waymo dataset and KITTI-nuScenes cross-dataset evaluation. The code is included in the supplementary material and will be released to facilitate related academic and industrial studies.

Zhenjia Li, Jinrang Jia, Yifeng Shi• 2023

Related benchmarks

TaskDatasetResultRank
3D Object DetectionKITTI car (test)
AP3D (Easy)26.11
195
3D Object DetectionKITTI Pedestrian (test)
AP3D (Easy)17.09
63
3D Object DetectionKITTI car (val)--
62
Bird's Eye View (BEV) DetectionKITTI Cars (IoU3D ≥ 0.7) (test)
APBEV R40 (Easy)34.89
52
3D Object DetectionKITTI Cyclist (test)
AP3D Easy7.23
49
3D Object DetectionWaymo Open Dataset LEVEL_2 (val)
3D AP (Overall)13.12
46
Monocular 3D Object DetectionKITTI car category (val)
AP 3D (R40)18.29
37
Monocular 3D Object DetectionWaymo Open Dataset 79 (val)
AP@0.5 (3D, L1)1.35e+3
24
3D Object DetectionKITTI Car category IoU=0.7 (test)
AP3D R40 (Easy)24.91
21
Bird's eye view object detectionKITTI car (val)
APBEV R40 Easy34.7
20
Showing 10 of 12 rows

Other info

Code

Follow for update