DVPE: Divided View Position Embedding for Multi-View 3D Object Detection
Jiasen Wang, Zhenglin Li, Ke Sun, Xianyuan Liu, Yang Zhou
TL;DR
DVPE tackles interference and learning difficulty in sparse query-based multi-view 3D object detection by dividing the global 3D space into local virtual spaces and applying visibility cross-attention within each space, decoupling position embedding from camera poses. It enriches temporal modeling with 2D RoI features and introduces a one-to-many assignment strategy to provide richer supervision during training. The approach yields state-of-the-art results on nuScenes, notably 57.2% mAP and 64.5% NDS on the test set, and demonstrates strong ablation-supported gains from divided views, temporal RoI fusion, and extra query supervision. DVPE's design offers scalable, view-localized inference with potential applicability to other sparse query-based multi-view detectors, signaling a practical impact for vision-only autonomous driving perception systems.
Abstract
Sparse query-based paradigms have achieved significant success in multi-view 3D detection for autonomous vehicles. Current research faces challenges in balancing between enlarging receptive fields and reducing interference when aggregating multi-view features. Moreover, different poses of cameras present challenges in training global attention models. To address these problems, this paper proposes a divided view method, in which features are modeled globally via the visibility crossattention mechanism, but interact only with partial features in a divided local virtual space. This effectively reduces interference from other irrelevant features and alleviates the training difficulties of the transformer by decoupling the position embedding from camera poses. Additionally, 2D historical RoI features are incorporated into the object-centric temporal modeling to utilize highlevel visual semantic information. The model is trained using a one-to-many assignment strategy to facilitate stability. Our framework, named DVPE, achieves state-of-the-art performance (57.2% mAP and 64.5% NDS) on the nuScenes test set. Codes will be available at https://github.com/dop0/DVPE.
