Papers › State Space Model Meets Transformer: A New Paradigm for 3D Object Detection

State Space Model Meets Transformer: A New Paradigm for 3D Object Detection

18 Mar 2025International Conference on Learning Representations 2025 1arXiv:2503.14493archive 2025-07-28

Chuxin Wang, Wenfei Yang, Xiang Liu, Tianzhu Zhang

DETR-based methods, which use multi-layer transformer decoders to refine object queries iteratively, have shown promising performance in 3D indoor object detection. However, the scene point features in the transformer decoder remain fixed, leading to minimal contributions from later decoder layers, thereby limiting performance improvement. Recently, State Space Models (SSM) have shown efficient context modeling ability with linear complexity through iterative interactions between system states and inputs. Inspired by SSMs, we propose a new 3D object DEtection paradigm with an interactive STate space model (DEST). In the interactive SSM, we design a novel state-dependent SSM parameterization method that enables system states to effectively serve as queries in 3D indoor detection tasks. In addition, we introduce four key designs tailored to the characteristics of point cloud and SSM: The serialization and bidirectional scanning strategies enable bidirectional feature interaction among scene points within the SSM. The inter-state attention mechanism models the relationships between state points, while the gated feed-forward network enhances inter-channel correlations. To the best of our knowledge, this is the first method to model queries as system states and scene points as system inputs, which can simultaneously update scene point features and query features with linear complexity. Extensive experiments on two challenging datasets demonstrate the effectiveness of our DEST-based method. Our method improves the GroupFree baseline in terms of AP50 on ScanNet V2 (+5.3) and SUN RGB-D (+3.2) datasets. Based on the VDETR baseline, Our method sets a new SOTA on the ScanNetV2 and SUN RGB-D datasets.

PaperPDFConference PDFCodeCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2503.14493")

Code

Syntology Ran 2 of 10 code samples harvested from 1 repository linked to this paper; 8 have no recorded run. Of those that ran: 1 ran · honoured contract; 1 ran with no contract checked.

By repository: community (archive-listed): 10 samples from 1 repository, 2 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

10 samples harvested; 2 ran; 1 honoured the contract we drafted; 8 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

1ran · honoured contract
1ran
8unverified

Licence: 0 of the 10 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from OpenSpaceAI/DEST3D. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

convert_corners_camera2lidar OpenSpaceAI/DEST3D/models/dest_module.py community (archive-listed) ran fingerprinted MIT (permissive) · c442c7a276779ddf · report
flip_axis_to_camera OpenSpaceAI/DEST3D/models/ap_helper.py community (archive-listed) ran · honoured contract fingerprinted MIT (permissive) · eddd23cbbb297813 · report
flip_axis_to_camera_tensor OpenSpaceAI/DEST3D/models/dest_module.py community (archive-listed) unverified MIT (permissive) · b04696e835b2e2d2 · report
flip_axis_to_depth OpenSpaceAI/DEST3D/models/ap_helper.py community (archive-listed) unverified MIT (permissive) · d638b0201b9a9ece · report
get_3d_box_batch_tensor OpenSpaceAI/DEST3D/models/dest_module.py community (archive-listed) unverified MIT (permissive) · bb173311aa95fc27 · report
init_to_zero OpenSpaceAI/DEST3D/issm_triton/issm_chunk_scan.py community (archive-listed) unverified MIT (permissive) · f7a500c0f491fa7a · report
multi_head_attention_forward OpenSpaceAI/DEST3D/models/multi_head_attention.py community (archive-listed) unverified MIT (permissive) · fd73be3c7c18abff · report
rms_norm_ref OpenSpaceAI/DEST3D/issm_triton/layernorm_gated.py community (archive-listed) unverified MIT (permissive) · 019b69251d0aed68 · report
set_bn_momentum_default OpenSpaceAI/DEST3D/pointnet2/pytorch_utils.py community (archive-listed) unverified MIT (permissive) · 0ad12b1e8408e2f9 · report
softmax OpenSpaceAI/DEST3D/models/ap_helper.py community (archive-listed) unverified MIT (permissive) · 1a034a72c15f9903 · report

Tasks

3D Object DetectionDecoderObject DetectionState Space Modelsobject-detection

Results from the paper archive 2025-07-28

TaskDatasetModelMetricValueRank at snapshotLeaderboardReport
3D Object Detection SUN-RGBD val DEST (based on V-DETR) (TTA) mAP@0.25 69.2 #3 of 32 Archive leaderboard report
3D Object Detection SUN-RGBD val DEST (based on V-DETR) (TTA) mAP@0.5 52.2 #3 of 32 Archive leaderboard report
3D Object Detection SUN-RGBD val DEST (based on GroupFree3D) mAP@0.25 65.3 #11 of 32 Archive leaderboard report
3D Object Detection SUN-RGBD val DEST (based on GroupFree3D) mAP@0.5 48.4 #11 of 32 Archive leaderboard report
3D Object Detection ScanNetV2 DEST (based on V-DETR) (TTA) mAP@0.25 78.8 #1 of 33 Archive leaderboard report
3D Object Detection ScanNetV2 DEST (based on V-DETR) (TTA) mAP@0.5 67.9 #1 of 33 Archive leaderboard report
3D Object Detection ScanNetV2 DEST (based on GroupFree3D) mAP@0.25 71.3 #15 of 33 Archive leaderboard report
3D Object Detection ScanNetV2 DEST (based on GroupFree3D) mAP@0.5 58.1 #15 of 33 Archive leaderboard report

Ranks are positions in the archive's leaderboards as they stood at the 2025-07-28 snapshot. Results published since then are not among these rows, so a rank here is not a current standing.

Methods

AttentionSoftmax

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections