Papers › 3D-STMN: Dependency-Driven Superpoint-Text Matching Network for End-to-End 3D...

3D-STMN: Dependency-Driven Superpoint-Text Matching Network for End-to-End 3D Referring Expression Segmentation

31 Aug 2023arXiv:2308.16632archive 2025-07-28

Changli Wu, Yiwei Ma, Qi Chen, Haowei Wang, Gen Luo, Jiayi Ji, Xiaoshuai Sun

In 3D Referring Expression Segmentation (3D-RES), the earlier approach adopts a two-stage paradigm, extracting segmentation proposals and then matching them with referring expressions. However, this conventional paradigm encounters significant challenges, most notably in terms of the generation of lackluster initial proposals and a pronounced deceleration in inference speed. Recognizing these limitations, we introduce an innovative end-to-end Superpoint-Text Matching Network (3D-STMN) that is enriched by dependency-driven insights. One of the keystones of our model is the Superpoint-Text Matching (STM) mechanism. Unlike traditional methods that navigate through instance proposals, STM directly correlates linguistic indications with their respective superpoints, clusters of semantically related points. This architectural decision empowers our model to efficiently harness cross-modal semantic relationships, primarily leveraging densely annotated superpoint-text pairs, as opposed to the more sparse instance-text pairs. In pursuit of enhancing the role of text in guiding the segmentation process, we further incorporate the Dependency-Driven Interaction (DDI) module to deepen the network's semantic comprehension of referring expressions. Using the dependency trees as a beacon, this module discerns the intricate relationships between primary terms and their associated descriptors in expressions, thereby elevating both the localization and segmentation capacities of our model. Comprehensive experiments on the ScanRefer benchmark reveal that our model not only set new performance standards, registering an mIoU gain of 11.7 points but also achieve a staggering enhancement in inference speed, surpassing traditional methods by 95.7 times. The code and models are available at https://github.com/sosppxo/3D-STMN.

PaperPDFCodeCode 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="2308.16632")

Code

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

By repository: official repository: 10 samples from 1 repository, 6 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

sosppxo/3d-stmn officialmentioned in papermentioned on GitHubpytorchApache-2.0 report

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; 6 ran; 0 honoured the contract we drafted; 4 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.

6ran
4unverified

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 sosppxo/3d-stmn. “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.

createResolutionCallbackFromEnv sosppxo/3d-stmn/stmn/torch/_jit_internal.py official repository ran Apache-2.0 (permissive) · 381979e9afe9d569 · report
createResolutionCallbackFromFrame sosppxo/3d-stmn/stmn/torch/_jit_internal.py official repository ran Apache-2.0 (permissive) · b126ffa42a0734fe · report
get_closure sosppxo/3d-stmn/stmn/torch/_jit_internal.py official repository ran Apache-2.0 (permissive) · c351f1920c45765d · report
is_integral sosppxo/3d-stmn/stmn/torch/testing/_core.py official repository ran Apache-2.0 (permissive) · 3da3f1e07779dcb8 · report
is_quantized sosppxo/3d-stmn/stmn/torch/testing/_core.py official repository ran Apache-2.0 (permissive) · f6e2f8ff46abe726 · report
make_non_contiguous sosppxo/3d-stmn/stmn/torch/testing/_core.py official repository ran fingerprinted Apache-2.0 (permissive) · 42478ed654ad3707 · report
batch_dice_loss sosppxo/3d-stmn/stmn/model/loss.py official repository unverified Apache-2.0 (permissive) · 89f8d423e0baf041 · report
batch_sigmoid_bce_loss sosppxo/3d-stmn/stmn/model/loss.py official repository unverified Apache-2.0 (permissive) · 2815d6704af5fb9c · report
batch_sigmoid_focal_loss sosppxo/3d-stmn/stmn/model/loss.py official repository unverified Apache-2.0 (permissive) · 5ce41ce149ac0278 · report
handle_torch_function sosppxo/3d-stmn/stmn/torch/overrides.py official repository unverified Apache-2.0 (permissive) · a6f16e0be190712d · report

Tasks

NavigateReferring ExpressionReferring Expression SegmentationSegmentationText Matching

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

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