GeoBEV: Learning Geometric BEV Representation for Multi-view 3D Object Detection
Jinqing Zhang, Yanan Zhang, Yunlong Qi, Zehua Fu, Qingjie Liu, Yunhong Wang
TL;DR
GeoBEV addresses the geometric quality gap in BEV-based multi-view 3D object detection by introducing Radial-Cartesian BEV Sampling (RC-Sampling) to efficiently generate dense, high-resolution BEV features, alongside In-Box Label supervision and Centroid-Aware Inner Loss (CAI Loss) to inject authentic object geometry into BEV representations. RC-Sampling avoids heavy 3D voxel intermediates and cross-attention bottlenecks, enabling fast, dense BEV construction; In-Box Label with CAI Loss guides depth scores toward true object geometry and inner structure. On nuScenes, GeoBEV achieves state-of-the-art performance (e.g., about 66.3% NDS on the test set, with strong val results), demonstrating significant gains from the proposed components and demonstrating compatibility with existing BEV detectors. The work highlights practical benefits for real-world perception by improving geometric fidelity without extra parameters, and the methods generalize to other BEV-based detectors.
Abstract
Bird's-Eye-View (BEV) representation has emerged as a mainstream paradigm for multi-view 3D object detection, demonstrating impressive perceptual capabilities. However, existing methods overlook the geometric quality of BEV representation, leaving it in a low-resolution state and failing to restore the authentic geometric information of the scene. In this paper, we identify the drawbacks of previous approaches that limit the geometric quality of BEV representation and propose Radial-Cartesian BEV Sampling (RC-Sampling), which outperforms other feature transformation methods in efficiently generating high-resolution dense BEV representation to restore fine-grained geometric information. Additionally, we design a novel In-Box Label to substitute the traditional depth label generated from the LiDAR points. This label reflects the actual geometric structure of objects rather than just their surfaces, injecting real-world geometric information into the BEV representation. In conjunction with the In-Box Label, Centroid-Aware Inner Loss (CAI Loss) is developed to capture the inner geometric structure of objects. Finally, we integrate the aforementioned modules into a novel multi-view 3D object detector, dubbed GeoBEV, which achieves a state-of-the-art result of 66.2\% NDS on the nuScenes test set. The code is available at https://github.com/mengtan00/GeoBEV.git.
