DQ3D: Depth-guided Query for Transformer-Based 3D Object Detection in Traffic Scenarios
Ziyu Wang, Wenhao Li, Ji Wu
TL;DR
DQ3D tackles the mislocalization and occlusion challenges in transformer-based multi-view 3D object detection by introducing a depth-guided query generator that samples reference points on or inside object surfaces using depth maps and 2D detections. It further leverages temporal query alignment to incorporate historical detections and a hybrid attention layer to fuse depth-guided and temporal queries in the decoder, reducing reliance on dense queries. On nuScenes, DQ3D achieves notable improvements over the StreamPETR baseline, with a reported $mAP$ increase of $6.3\%$ and $NDS$ increase of $4.3\%$, demonstrating stronger accuracy and robustness in both single-frame and multi-frame settings. The approach offers practical impact by delivering more reliable 3D detections in traffic scenarios while maintaining computational efficiency through targeted query placement and memory-efficient temporal fusion.
Abstract
3D object detection from multi-view images in traffic scenarios has garnered significant attention in recent years. Many existing approaches rely on object queries that are generated from 3D reference points to localize objects. However, a limitation of these methods is that some reference points are often far from the target object, which can lead to false positive detections. In this paper, we propose a depth-guided query generator for 3D object detection (DQ3D) that leverages depth information and 2D detections to ensure that reference points are sampled from the surface or interior of the object. Furthermore, to address partially occluded objects in current frame, we introduce a hybrid attention mechanism that fuses historical detection results with depth-guided queries, thereby forming hybrid queries. Evaluation on the nuScenes dataset demonstrates that our method outperforms the baseline by 6.3\% in terms of mean Average Precision (mAP) and 4.3\% in the NuScenes Detection Score (NDS).
