SYNTOLOGY HomeExplorerAtlasCodeMethodologyAboutDevelopersFeedPricing
Paper · 2407.10749 · ECCV · 2024

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

Jingdong Wang, Xiang Bai, Xiaoqing Ye, Zhe Liu, Tong Wang, Jinghua Hou

arXiv · PDF · Open in the Atlas

Code that ran

We lifted 10 functions out of this paper's own repositories and ran 3 of them in a sandbox. "Ran" means the function executed on a synthesized input and returned a value. It is not a reproduction of the paper's results.

RepositoryRoleRan
happinesslz/SEED canonical 3 of 10
FunctionStatusWhere it lives
flatten_with_shape Ran happinesslz/SEED/pcdet/models/model_utils/seed_transformer.py
pointer only (licence: NONE) · get_code("9c72a53b61686515")
get_clones Ran happinesslz/SEED/pcdet/models/model_utils/seed_transformer.py
pointer only (licence: NONE) · get_code("c680b54c7ddb899b")
inverse_sigmoid Ran happinesslz/SEED/pcdet/models/dense_heads/seed_head.py
pointer only (licence: NONE) · get_code("83c03ceb1307c6c4")
cfg_from_yaml_file Not yet run happinesslz/SEED/pcdet/config.py
pointer only (licence: NONE) · get_code("44db2351bcc0bffe")
compute_fg_mask Not yet run happinesslz/SEED/pcdet/utils/loss_utils.py
pointer only (licence: NONE) · get_code("65fe32ede00e7dcb")
get_activation_fn Not yet run happinesslz/SEED/pcdet/models/model_utils/seed_transformer.py
pointer only (licence: NONE) · get_code("f2e72d81f39d65cd")
get_corner_loss_lidar Not yet run happinesslz/SEED/pcdet/utils/loss_utils.py
pointer only (licence: NONE) · get_code("1780d388cc532a6d")
merge_new_config Not yet run happinesslz/SEED/pcdet/config.py
pointer only (licence: NONE) · get_code("50e8e8cdfc5129f0")
neg_loss_cornernet Not yet run happinesslz/SEED/pcdet/utils/loss_utils.py
pointer only (licence: NONE) · get_code("488b91d67a807558")
post_act_block Not yet run happinesslz/SEED/pcdet/models/backbones_3d/spconv_backbone.py
pointer only (licence: NONE) · get_code("2b4e0558df870bf9")

Repositories linked to this paper

Some links come from the archived Papers with Code dataset (CC BY-SA 4.0): attribution and licence.

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.

For agents

The same record, over MCP at https://syntology.ai/mcp:

get_harvested_code_for_paper("2407.10749")
get_code_for_paper("2407.10749")
have("2407.10749")

Connect an agent — have() is free.