Home

Awesome

<div align="center">

SEED

SEED: A Simple and Effective 3D DETR in Point Clouds

Zhe Liu <sup>1,* </sup>, Jinghua Hou <sup>1,* </sup>, Xiaoqing Ye <sup>2</sup>, Tong Wang <sup>2</sup>, Jingdong Wang <sup>2</sup>, Xiang Bai <sup>1,✉</sup> <br> <sup>1</sup> Huazhong University of Science and Technology, <sup>2</sup> Baidu Inc. <br> * Equal contribution, ✉ Corresponding author. <br>

ECCV 2024

arXiv

</div>

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.

arch

News

Results on Waymo Open

ModelmAP/mAPH_L1mAP/mAPH_L2Vec_L1Vec_L2Ped_L1Ped_L2Cyc_L1Cyc_L2
SEED-S79.3/76.973.1/70.878.2/77.770.2/69.781.3/75.873.3/68.178.4/77.275.7/74.5
SEED-B80.9/78.874.9/72.879.7/79.271.8/71.483.1/78.375.5/70.880.0/78.877.3/76.1
SEED-L81.5/79.575.5/73.579.8/79.371.9/71.583.6/79.176.2/71.881.2/80.078.4/77.3
ModelmAP/mAPH_L1mAP/mAPH_L2Vec_L1Vec_L2Ped_L1Ped_L2Cyc_L1Cyc_L2Leaderboard
SEED-L83.5/82.178.7/77.384.3/83.977.5/77.185.2/82.379.9/77.081.0/80.178.7/77.8link

We could not provide the above pretrained models due to Waymo Dataset License Agreement.

TODO

Training & Inference

cd tools
bash run_train_seed.sh

Citation

@inproceedings{
  liu2024seed,
  title={SEED: A Simple and Effective 3D DETR in Point Clouds},
  author={Liu, Zhe and Hou, Jinghua and Ye, Xiaoqing and Wang, Tong, and Wang, Jingdong and Bai, Xiang},
  booktitle={ECCV},
  year={2024},
}

Acknowledgements

We thank these great works and open-source repositories: OpenPCDet, ConQueR, FocalFormer3d and MMDetection3D.