BEVStereo: Enhancing Depth Estimation in Multi-view 3D Object Detection with Dynamic Temporal Stereo
Yinhao Li, Han Bao, Zheng Ge, Jinrong Yang, Jianjian Sun, Zeming Li
TL;DR
<3-5 sentence high-level summary> BEVStereo tackles the depth-ambiguity challenge in camera-based multi-view 3D object detection by introducing a dynamic temporal stereo framework that adaptively samples depth candidates via a depth center mu and depth range sigma. It fuses mono-depth with stereo-depth through a Weight Net and refines depth with an EM-like iterative update, enabling robust performance for moving objects and static ego-vehicles. The approach also includes a size-aware Circle NMS to improve duplicate suppression and an Efficient Voxel Pooling v2 to accelerate computation. Experiments on nuScenes demonstrate state-of-the-art camera-based results with improved robustness and memory efficiency compared to MVS-based baselines. The work advances practical, high-performance camera-only 3D detection for autonomous driving and provides code for replication.
Abstract
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.
