Papers › ViewRefer: Grasp the Multi-view Knowledge for 3D Visual Grounding with GPT and...

ViewRefer: Grasp the Multi-view Knowledge for 3D Visual Grounding with GPT and Prototype Guidance

29 Mar 2023arXiv:2303.16894archive 2025-07-28

Zoey Guo, Yiwen Tang, Ray Zhang, Dong Wang, Zhigang Wang, Bin Zhao, Xuelong Li

Understanding 3D scenes from multi-view inputs has been proven to alleviate the view discrepancy issue in 3D visual grounding. However, existing methods normally neglect the view cues embedded in the text modality and fail to weigh the relative importance of different views. In this paper, we propose ViewRefer, a multi-view framework for 3D visual grounding exploring how to grasp the view knowledge from both text and 3D modalities. For the text branch, ViewRefer leverages the diverse linguistic knowledge of large-scale language models, e.g., GPT, to expand a single grounding text to multiple geometry-consistent descriptions. Meanwhile, in the 3D modality, a transformer fusion module with inter-view attention is introduced to boost the interaction of objects across views. On top of that, we further present a set of learnable multi-view prototypes, which memorize scene-agnostic knowledge for different views, and enhance the framework from two perspectives: a view-guided attention module for more robust text features, and a view-guided scoring strategy during the final prediction. With our designed paradigm, ViewRefer achieves superior performance on three benchmarks and surpasses the second-best by +2.8%, +1.5%, and +1.35% on Sr3D, Nr3D, and ScanRefer. Code is released at https://github.com/Ivan-Tang-3D/ViewRefer3D.

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

Code

Syntology Ran 8 of 12 code samples harvested from 3 repositories linked to this paper; 4 have no recorded run. Of those that ran: 1 ran · violated contract; 1 ran · our draft was wrong; 6 ran with no contract checked.

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

ivan-tang-3d/viewrefer3d officialmentioned in papermentioned on GitHubpytorch report
ziyuguo99/viewrefer3d officialmentioned in papermentioned on GitHubpytorch report
EvenJoker/Point-PEFT mentioned on GitHubpytorch report
even-jk/peft-3d mentioned on GitHubpytorch report
ivan-tang-3d/any2point mentioned on GitHubpytorch report
ivan-tang-3d/peft-3d mentioned on GitHubpytorch report
ivan-tang-3d/point-peft mentioned 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

12 samples harvested; 8 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.

1ran · violated contract
1ran · our draft was wrong
6ran
4unverified

Licence: 12 of the 12 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 3 repositories linked to this paper, official or community; each sample names its own and says which. “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.

MLP ivan-tang-3d/viewrefer3d/referit3d/models/referit3d_net.py official repository ran · metamorphic tier: invariant fingerprinted no licence file found · pointer only · 5ccd1714b5d56d00 · report
TransformerDecoderLayer_ ivan-tang-3d/viewrefer3d/referit3d/models/referit3d_net.py official repository ran no licence file found · pointer only · 0f53e769c956656b · report
_get_clones ivan-tang-3d/viewrefer3d/referit3d/models/referit3d_net.py official repository ran · our draft was wrong no licence file found · pointer only · 6a5e7a1ee115ebdd · report
_translate ivan-tang-3d/viewrefer3d/referit3d/models/referit3d_net.py official repository ran fingerprinted no licence file found · pointer only · fc7209d0a815505b · report
ReferIt3DNet_transformer ivan-tang-3d/viewrefer3d/referit3d/models/referit3d_net.py official repository unverified no licence file found · pointer only · a417a1744fad155d · report
Block ivan-tang-3d/point-peft/MAE/models/Point_MAE_cp.py community (archive-listed) ran no licence file found · pointer only · ac34f59de765420a · report
Encoder ivan-tang-3d/point-peft/MAE/models/Point_MAE_cp.py community (archive-listed) ran no licence file found · pointer only · 2b00cd3626cdb9f2 · report
TransformerEncoder ivan-tang-3d/point-peft/MAE/models/Point_MAE_cp.py community (archive-listed) ran no licence file found · pointer only · 182c25ba5bdfe2d5 · report
euler2mat ivan-tang-3d/any2point/Any2Point_CLIP_Lang/models/peft_module/mv_utils.py community (archive-listed) ran · violated contract fingerprinted no licence file found · pointer only · 140122b970061273 · report
MaskTransformer ivan-tang-3d/point-peft/MAE/models/Point_MAE_cp.py community (archive-listed) unverified no licence file found · pointer only · 36c0073a9f252f29 · report
PCViews ivan-tang-3d/any2point/Any2Point_CLIP_Lang/models/peft_module/mv_utils.py community (archive-listed) unverified no licence file found · pointer only · 0e13f074f4c5db2f · report
points2pos ivan-tang-3d/any2point/Any2Point_CLIP_Lang/models/peft_module/mv_utils.py community (archive-listed) unverified no licence file found · pointer only · 5bf636008d86d226 · report

Tasks

3D visual groundingVisual Grounding

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Methods

AdamAttentionAttention DropoutBPECosine AnnealingDense ConnectionsDiscriminative Fine-TuningDropoutGPTLayer NormalizationLinear LayerLinear Warmup With Cosine AnnealingMulti-Head AttentionResidual ConnectionSoftmaxWeight Decayfail

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