Papers › Grounded 3D-LLM with Referent Tokens

Grounded 3D-LLM with Referent Tokens

16 May 2024arXiv:2405.10370archive 2025-07-28

Yilun Chen, Shuai Yang, Haifeng Huang, Tai Wang, Runsen Xu, Ruiyuan Lyu, Dahua Lin, Jiangmiao Pang

Prior studies on 3D scene understanding have primarily developed specialized models for specific tasks or required task-specific fine-tuning. In this study, we propose Grounded 3D-LLM, which explores the potential of 3D large multi-modal models (3D LMMs) to consolidate various 3D vision tasks within a unified generative framework. The model uses scene referent tokens as special noun phrases to reference 3D scenes, enabling it to handle sequences that interleave 3D and textual data. Per-task instruction-following templates are employed to ensure natural and diversity in translating 3D vision tasks into language formats. To facilitate the use of referent tokens in subsequent language modeling, we provide a large-scale, automatically curated grounded scene-text dataset with over 1 million phrase-to-region correspondences and introduce Contrastive Language-Scene Pre-training (CLASP) to perform phrase-level scene-text alignment using this data. Our comprehensive evaluation covers open-ended tasks like dense captioning and 3D question answering, alongside close-ended tasks such as object detection and language grounding. Experiments across multiple 3D benchmarks reveal the leading performance and the broad applicability of Grounded 3D-LLM. Code and datasets are available at the https://groundedscenellm.github.io/grounded_3d-llm.github.io.

PaperPDFCodeCode Syntology ran

In Syntology View this paper on Syntology: its repositories, every harvested function with whether it ran, its licence and the call to fetch it.

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="2405.10370")

Code

Syntology Ran 9 of 17 code samples harvested from 1 repository linked to this paper; 8 have no recorded run. Of those that ran: 1 ran · our draft was wrong; 2 ran · fixture could not drive it; 6 ran with no contract checked.

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

OpenRobotLab/Grounded_3D-LLM officialmentioned on GitHubpytorch 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

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

1ran · our draft was wrong
2ran · fixture could not drive it
6ran
8unverified

Licence: 17 of the 17 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 OpenRobotLab/Grounded_3D-LLM. “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.

repeat_kv OpenRobotLab/Grounded_3D-LLM/models/LLM/modeling_llama.py official repository ran · fixture could not drive it fingerprinted no licence file found · pointer only · 30d7eec482ebf6b1 · report
apply_rotary_pos_emb OpenRobotLab/Grounded_3D-LLM/models/LLM/modeling_llama.py official repository ran · fixture could not drive it no licence file found · pointer only · d61c483a3c2b3156 · report
extract_decoder_hidden_states OpenRobotLab/Grounded_3D-LLM/models/LLM/llama_utils.py official repository ran no licence file found · pointer only · af45d6b0d475f902 · report
extract_numbers_and_string OpenRobotLab/Grounded_3D-LLM/models/metrics/evaluate_LLM.py official repository ran fingerprinted no licence file found · pointer only · fe938788e6c1b91e · report
get_batch_aabb_pair_ious OpenRobotLab/Grounded_3D-LLM/models/metrics/evaluate_LLM.py official repository ran fingerprinted no licence file found · pointer only · 982eff1f79a70a95 · report
get_loss_for_each_type OpenRobotLab/Grounded_3D-LLM/models/LLM/llama_utils.py official repository ran no licence file found · pointer only · 98cb6f5c94e2ed6a · report
rotate_half OpenRobotLab/Grounded_3D-LLM/models/LLM/modeling_llama.py official repository ran · our draft was wrong fingerprinted no licence file found · pointer only · b99eea6376d1e212 · report
simple_ratio OpenRobotLab/Grounded_3D-LLM/models/LLM/scanqa_score.py official repository ran fingerprinted no licence file found · pointer only · d8f1ec58fa91ba5f · report
smooth_l1 OpenRobotLab/Grounded_3D-LLM/models/matcher.py official repository ran fingerprinted no licence file found · pointer only · d4d10e9d1f354600 · report
batch_dice_loss OpenRobotLab/Grounded_3D-LLM/models/matcher.py official repository unverified no licence file found · pointer only · bc2cb481a75c370d · report
binary_focal_loss_cost OpenRobotLab/Grounded_3D-LLM/models/matcher.py official repository unverified no licence file found · pointer only · 4854fff95b83b510 · report
calculate_uncertainty OpenRobotLab/Grounded_3D-LLM/models/criterion.py official repository unverified no licence file found · pointer only · 2dcb8123d89bb1ff · report
dice_loss OpenRobotLab/Grounded_3D-LLM/models/criterion.py official repository unverified no licence file found · pointer only · 89f75e54ff128be0 · report
eval_llm_iou_score OpenRobotLab/Grounded_3D-LLM/models/metrics/evaluate_LLM.py official repository unverified no licence file found · pointer only · f16e9fe96aedf28e · report
get_lemma OpenRobotLab/Grounded_3D-LLM/models/LLM/scanqa_score.py official repository unverified no licence file found · pointer only · a1ff41c753bffe5d · report
sigmoid_ce_loss OpenRobotLab/Grounded_3D-LLM/models/criterion.py official repository unverified no licence file found · pointer only · d0c61e8dba511aa3 · report
tokens_unigram_f_value OpenRobotLab/Grounded_3D-LLM/models/LLM/scanqa_score.py official repository unverified no licence file found · pointer only · 115badbfb8522aa6 · report

Tasks

Dense CaptioningDiversityInstruction FollowingLanguage ModelingLanguage ModellingObject DetectionQuestion AnsweringScene Understandingobject-detection

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