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

BEVStereo: Enhancing Depth Estimation in Multi-view 3D Object Detection with Dynamic Temporal Stereo

About

Bounded by the inherent ambiguity of depth perception, contemporary camera-based 3D object detection methods fall into the performance bottleneck. Intuitively, leveraging temporal multi-view stereo (MVS) technology is the natural knowledge for tackling this ambiguity. However, traditional attempts of MVS are flawed in two aspects when applying to 3D object detection scenes: 1) The affinity measurement among all views suffers expensive computation cost; 2) It is difficult to deal with outdoor scenarios where objects are often mobile. To this end, we introduce an effective temporal stereo method to dynamically select the scale of matching candidates, enable to significantly reduce computation overhead. Going one step further, we design an iterative algorithm to update more valuable candidates, making it adaptive to moving candidates. We instantiate our proposed method to multi-view 3D detector, namely BEVStereo. BEVStereo achieves the new state-of-the-art performance (i.e., 52.5% mAP and 61.0% NDS) on the camera-only track of nuScenes dataset. Meanwhile, extensive experiments reflect our method can deal with complex outdoor scenarios better than contemporary MVS approaches. Codes have been released at https://github.com/Megvii-BaseDetection/BEVStereo.

Yinhao Li, Han Bao, Zheng Ge, Jinrong Yang, Jianjian Sun, Zeming Li• 2022

Related benchmarks

TaskDatasetResultRank
3D Object DetectionnuScenes (val)
NDS57.5
941
3D Object DetectionnuScenes (test)
mAP52.5
829
3D Object DetectionNuScenes v1.0 (test)
mAP52.5
210
3D Object DetectionnuScenes v1.0 (val)
mAP (Overall)37.2
190
3D Occupancy PredictionOcc3D-nuScenes (val)
mIoU24.51
144
3D Object DetectionArgoverse 2 (val)
mAP14.6
62
3D Object DetectionnuScenes v1.1 (val)
NDS50
14
Showing 7 of 7 rows

Other info

Code

Follow for update