SEED: A Simple and Effective 3D DETR in Point Clouds
Zhe Liu, Jinghua Hou, Xiaoqing Ye, Tong Wang, Jingdong Wang, Xiang Bai
TL;DR
The paper tackles the challenge of applying DETR to 3D point clouds by identifying two main bottlenecks: query selection in sparse data and effective query interaction that exploits geometric structure. It proposes SEED, a simple yet effective 3D DETR head that combines Dual Query Selection (DQS) with Deformable Grid Attention (DGA), and augments it with Quality-aware Hungarian Matching (QHM) for ground-truth assignment. The design yields high-quality queries (coarse-to-fine via DQS) and geometry-aware feature interaction (DGA) while using QHM to better align predictions with ground truth; the approach achieves state-of-the-art results on Waymo and nuScenes among DETR-based methods, with competitive speed. Overall, SEED provides a strong, scalable baseline for 3D DETR in point clouds and highlights the value of targeted query selection and geometry-guided interaction for LiDAR-based detection.
Abstract
Recently, detection transformers (DETRs) have gradually taken a dominant position in 2D detection thanks to their elegant framework. However, DETR-based detectors for 3D point clouds are still difficult to achieve satisfactory performance. We argue that the main challenges are twofold: 1) How to obtain the appropriate object queries is challenging due to the high sparsity and uneven distribution of point clouds; 2) How to implement an effective query interaction by exploiting the rich geometric structure of point clouds is not fully explored. To this end, we propose a simple and effective 3D DETR method (SEED) for detecting 3D objects from point clouds, which involves a dual query selection (DQS) module and a deformable grid attention (DGA) module. More concretely, to obtain appropriate queries, DQS first ensures a high recall to retain a large number of queries by the predicted confidence scores and then further picks out high-quality queries according to the estimated quality scores. DGA uniformly divides each reference box into grids as the reference points and then utilizes the predicted offsets to achieve a flexible receptive field, allowing the network to focus on relevant regions and capture more informative features. Extensive ablation studies on DQS and DGA demonstrate its effectiveness. Furthermore, our SEED achieves state-of-the-art detection performance on both the large-scale Waymo and nuScenes datasets, illustrating the superiority of our proposed method. The code is available at https://github.com/happinesslz/SEED
