REVIEW 4 major objections 5 minor 1 cited by
SPAZER: Spatial-Semantic Progressive Reasoning Agent for Zero-shot 3D Visual Grounding
T0 review · 4 major / 5 minor · reviewed 2026-08-06 · deepseek-v4-flash
Pith's one-line read A training-free VLM agent grounds 3D objects in indoor scenes by pairing 3D and 2D reasoning.
desk verdict Solid, well-engineered zero-shot 3DVG agent with a real architectural advance, but the headline numbers rest on hyperparameters tuned on the same subset they are evaluated on. read the letter →
The pith
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
The reading
What carries the argument
The load-bearing mechanism is a coarse-to-fine cascade of four modules. First, holistic multi-view rendering places a bird's-eye view and n oblique views around the scene and lets the VLM pick the view where the query object is most visible. Second, retrieval-augmented anchor filtering matches the queried object class to detector categories by text similarity and, when confidence is low, builds a visual object table from cropped object images so the VLM can filter candidates visually. Third, Top-k candidate screening annotates the selected 3D view with object IDs and asks the VLM for the k most plausible matches. Fourth, 3D-2D joint decision-making projects each candidate's 3D bounding box into the scanned camera images, maps the box corners through camera intrinsics and extrinsics, selects the most informative view per candidate, and prompts the VLM to decide using both the global 3D rendering and the 2D close-ups with consistent object IDs.
What would settle it
Run SPAZER on a ScanRefer or Nr3D subset with the off-the-shelf detector's boxes and class labels replaced by ground-truth boxes and class labels; the accuracy gap between the two runs quantifies how much of the claimed performance is carried by the detector rather than by the spatial-semantic reasoning pipeline. If the gap is large, the central 'zero-shot reasoning' claim is mostly a detector artifact; if it is small, the reasoning pipeline is the dominant factor.
Extended reading notes
Core claim
The central claim is that the gap between zero-shot and supervised 3D visual grounding can be closed, without any training on 3D-labeled data, by decoupling spatial and semantic reasoning into separate stages that use different modalities. SPAZER first reasons about where the target could be using rendered views of the 3D scene itself, rather than textual coordinates derived from predicted boxes, and then verifies appearance-level attributes such as color and material using 2D camera images of the candidate objects. The authors report state-of-the-art zero-shot accuracy on ScanRefer and Nr3D, with the 2D verification stage contributing the largest single accuracy gain (an average of 11.6 points over 3D-only decision-making) in their ablations.
Load-bearing premise
SPAZER's candidate pool is supplied entirely by an off-the-shelf 3D instance segmenter (Mask3D, pretrained on ScanNet), so if the target object is missed or misclassified by this detector it can never enter the candidate list and the whole pipeline fails regardless of VLM reasoning.
Editorial extensions
If this is right
- On ScanRefer, SPAZER reaches 57.2% Acc@0.25 overall, exceeding all prior zero-shot methods and matching or beating several fully supervised baselines such as BUTD-DETR and 3DVG-Transformer.
- On Nr3D, SPAZER achieves 63.8% overall accuracy without ground-truth class labels, and 73.2% with them, which the authors describe as within about one point of supervised state of the art.
- Removing the 2D verification stage drops accuracy by an average of 11.6 points, indicating that 3D spatial reasoning alone is not enough and that the two modalities are complementary.
- Replacing the default VLM with a stronger vision-language model raises overall accuracy on Nr3D from 63.8% to 64.3%, suggesting the framework benefits directly from VLM progress.
Reading between the lines
- If the detector ceiling is the binding constraint, then pairing SPAZER with a stronger open-vocabulary 3D segmenter should produce larger gains than swapping the VLM, which would make instance segmentation the primary lever for further improvement.
- The same spatial-first, semantic-verify-later cascade could be adapted to live embodied settings where the 2D camera stream is generated in real time rather than taken from a pre-scanned video, a testable extension the paper does not explore.
- Because the paper's headline gains are measured on 250-sample subsets of ScanRefer and Nr3D, a full-dataset evaluation with the default VLM would be needed to confirm that the reported margins hold exactly as stated.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. SPAZER is a zero-shot 3D visual grounding agent that combines 3D holistic rendered views with 2D camera images in a progressive spatial-semantic reasoning pipeline. The method first selects an optimal 3D viewpoint, screens candidate objects via anchor filtering and Top-k selection, and then performs joint 3D-2D decision-making using GPT-4o as the core VLM. The paper reports large gains over prior zero-shot methods on ScanRefer and Nr3D and claims near-supervised accuracy on Nr3D.
Significance. The proposed pipeline is well-motivated and clearly described; the integration of global 3D context with 2D close-up verification is a sensible complement to existing 3D- and 2D-only paradigms. The paper provides complete prompt templates in the appendix, which aids reproducibility, and it includes an explicit error-type analysis. If substantiated on matched full-set evaluations, the results would make SPAZER a strong new state of the art for zero-shot 3DVG. However, the current evaluation protocol does not fully support the headline quantitative claims.
major comments (4)
- [Sec. 4.4 / Fig. 4 and Eq. (3)] The hyperparameters k, n, and the threshold τ are selected using the same 250-sample Nr3D subset on which the final results in Table 2 are reported. Figure 4 chooses k=4 and n=4 based on this subset, and Eq. (3) introduces τ without a separate validation split. This selection-on-test protocol can inflate the reported gains over prior zero-shot methods and the 63.8% overall accuracy. Please split the subset into validation and test portions (or use cross-validation) for hyperparameter selection and report final accuracy on a held-out test portion.
- [Sec. 4.1 / Table 2] The comparison with supervised methods is not matched in evaluation set. Supervised numbers (e.g., MiKASA, SceneVerse, 3D-VisTA) are from the full Nr3D benchmark, while SPAZER is evaluated on the 250-sample subset used by VLM-Grounder. The Introduction's claim of a 'marginal gap (~1%)' to supervised SOTA is therefore not a like-for-like comparison; the gap could be substantially larger on the full benchmark. Please either run SPAZER on the full Nr3D and ScanRefer sets or report supervised baselines on the same subset before making this claim.
- [Appendix B.2 / Table 9] The full-dataset consistency check is performed only with Qwen2-VL-72B and Qwen2.5-VL-72B, not with the default GPT-4o that produces the headline results (Sec. 4.2, Table 4). The observed <2.0-point full-versus-subset differences for Qwen models do not establish the same behavior for GPT-4o. Please provide at least one full-set evaluation with GPT-4o, or justify why the Qwen results are sufficient to rule out subset-specific effects.
- [Appendix A] All reported numbers are from single runs at temperature 0.2. Since VLM outputs are stochastic, the claimed margins (e.g., +15.8 overall on Nr3D over VLM-Grounder in Table 2, and +9.0 on ScanRefer Acc@0.5 over CSVG in Table 1) may lie within run-to-run noise. Please report the mean and standard deviation over at least three runs, or otherwise bound the variance, to support the quantitative claims.
minor comments (5)
- [Abstract / Introduction] The '9% on ScanRefer' gain is not tied to a specific metric; Table 1 shows the gain over CSVG in Overall Acc@0.5 is 9.0 points, while Acc@0.25 gains are different. Please specify the metric in the abstract.
- [Tables 1 and 2] Add a note that all zero-shot methods are evaluated on the 250-sample subset, to clarify the comparison basis with supervised methods.
- [Appendix B.2 / Fig. 5] The appendix contains corrupted placeholder glyphs (e.g., lines beginning '/uni00000017/...' before Fig. 5 and in Fig. 6). These should be rendered properly before submission.
- [Fig. 4] The label text in panel (a) appears garbled in the current PDF; please ensure the figure is readable.
- [Sec. 3.1] The sentence 'Our proposed agent SPAZER solve this task' should read 'SPAZER solves this task.'
Circularity Check
Main Nr3D/ScanRefer accuracies are reported on the same subset used to tune k, n, and tau; otherwise the pipeline is not circular and self-citations are not load-bearing.
-
fitted input called prediction
[Sec. 4.1 (Experimental setup), Sec. 4.4 (Ablation study, Fig. 4), and Eq. (3)]
"To enable fair comparison and reduce expenditure, our main experiments are conducted on the same ScanRefer and Nr3D subsets as [41]. ... All ablation studies are conducted on the same subset of Nr3D as [41]. ... The number of views n is set to 4, and the Top-k parameter is set to k = 4."
The headline accuracies in Tables 1 and 2 (including the 9.0%/10.9% gains and the near-supervised Nr3D claim) are computed on the same 250-sample subsets on which the method's free parameters are chosen. Section 4.4 selects k=4 and n=4 by inspecting overall accuracy on 'the same subset of Nr3D as [41]', and the threshold tau in Eq. (3) is introduced without a specified held-out validation split. Thus the reported numbers are in-sample with respect to these hyperparameter choices rather than independent predictions; the gains are partly an artifact of selecting the configuration that maximizes accuracy on the evaluation set.
full rationale
SPAZER is an empirical agent pipeline with no mathematical derivation, so the relevant circularity question is whether the reported evaluation reduces to the inputs used to build it. The only concrete instance is the selection of k, n, and tau by ablation on the same 250-sample Nr3D subset used for the final accuracy and SOTA comparisons; this is a fitted-on-test evaluation issue, not a definitional equivalence. No load-bearing self-citation was found: the authors' prior works [32,33,34] appear only as related-work context, and the neuroscience framing cites external work. The Mask3D dependence is acknowledged in the Limitations and Appendix C.1 as a detection ceiling and applies to competing detect-and-match baselines as well. The paper also reports full-vs-subset checks showing under-2.0-point variations for open VLMs, which mitigates but does not eliminate the in-sample concern for GPT-4o. Overall, the core pipeline content (holistic view selection, anchor filtering, 3D-2D joint decision) is not forced by self-citation or by construction; the score reflects the partial circularity of tuning and evaluating on the same benchmark subset.
Assumptions & free parameters
free parameters (3)
- Top-k candidate count (k) =
4
- Number of additional rendered views (n) =
4
- Anchor filtering threshold (tau) =
not reported
assumptions (5)
- domain assumption Mask3D provides reliable 3D instance segmentation on ScanNet scenes.
- domain assumption 2D camera images and camera intrinsics/extrinsics are available and registered with the 3D scan.
- domain assumption The VLM (GPT-4o) can perform view selection, candidate screening, and joint reasoning from rendered and camera images.
- domain assumption The 250-sample evaluation subset is representative of the full benchmark.
- domain assumption Point cloud rendering produces images that preserve enough spatial and object detail for VLM interpretation.
Cite this review
Pith. "Pith review of SPAZER: Spatial-Semantic Progressive Reasoning Agent for Zero-shot 3D Visual Grounding." pith.science (2026). https://pith.science/paper/LBNX2EXJ
@misc{pith2026250621924,
author = {Pith},
title = {Pith review of: SPAZER: Spatial-Semantic Progressive Reasoning Agent for Zero-shot 3D Visual Grounding},
year = {2026},
howpublished = {\url{https://pith.science/paper/LBNX2EXJ}},
note = {Machine review of arXiv:2506.21924}
}
read the original abstract
3D Visual Grounding (3DVG) aims to localize target objects within a 3D scene based on natural language queries. To alleviate the reliance on costly 3D training data, recent studies have explored zero-shot 3DVG by leveraging the extensive knowledge and powerful reasoning capabilities of pre-trained LLMs and VLMs. However, existing paradigms tend to emphasize either spatial (3D-based) or semantic (2D-based) understanding, limiting their effectiveness in complex real-world applications. In this work, we introduce SPAZER - a VLM-driven agent that combines both modalities in a progressive reasoning framework. It first holistically analyzes the scene and produces a 3D rendering from the optimal viewpoint. Based on this, anchor-guided candidate screening is conducted to perform a coarse-level localization of potential objects. Furthermore, leveraging retrieved relevant 2D camera images, 3D-2D joint decision-making is efficiently performed to determine the best-matching object. By bridging spatial and semantic reasoning neural streams, SPAZER achieves robust zero-shot grounding without training on 3D-labeled data. Extensive experiments on ScanRefer and Nr3D benchmarks demonstrate that SPAZER significantly outperforms previous state-of-the-art zero-shot methods, achieving notable gains of 9.0% and 10.9% in accuracy.
Figures
Figures from the paper (3 more)
Forward citations
Cited by 1 Pith paper
-
TDVR: Joint Text Disambiguation and Viewpoint Reasoning for Zero-Shot 3D Visual Grounding
A training-free pipeline that disambiguates text queries and infers viewpoints improves zero-shot 3D visual grounding, reaching 64.06% Acc@0.5 on ScanRefer.
Reference graph
Works this paper leans on
-
[1]
ReferIt3D: Neural listeners for fine-grained 3D object identification in real-world scenes
Panos Achlioptas, Ahmed Abdelreheem, Fei Xia, Mohamed Elhoseiny, and Leonidas Guibas. ReferIt3D: Neural listeners for fine-grained 3D object identification in real-world scenes. In European Conference on Computer Vision (ECCV), pages 422–440, 2020
work page 2020
-
[2]
Shuai Bai, Keqin Chen, Xuejing Liu, Jialin Wang, Wenbin Ge, Sibo Song, Kai Dang, Peng Wang, Shijie Wang, Jun Tang, et al. Qwen2.5-vl technical report. arXiv preprint arXiv:2502.13923, 2025
arXiv 2025
-
[3]
3DJCG: A unified framework for joint dense captioning and visual grounding on 3D point clouds
Daigang Cai, Lichen Zhao, Jing Zhang, Lu Sheng, and Dong Xu. 3DJCG: A unified framework for joint dense captioning and visual grounding on 3D point clouds. In Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR), pages 16464–16473, 2022
work page 2022
-
[4]
Spatial and object visualization cognitive styles: Validation studies in 3800 individuals
Christopher F Chabris, Thomas E Jerde, Anita W Woolley, Margaret E Gerbasi, Jonathon P Schuldt, Sean L Bennett, J Richard Hackman, and Stephen M Kosslyn. Spatial and object visualization cognitive styles: Validation studies in 3800 individuals. Group brain technical report, 2:2, 2006
work page 2006
-
[5]
MiKASA: Multi-key-anchor & scene-aware transformer for 3D visual grounding
Chun-Peng Chang, Shaoxiang Wang, Alain Pagani, and Didier Stricker. MiKASA: Multi-key-anchor & scene-aware transformer for 3D visual grounding. In Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR), pages 14131–14140, 2024
work page 2024
-
[6]
ScanRefer: 3D object localization in RGB-D scans using natural language
Dave Zhenyu Chen, Angel X Chang, and Matthias Nießner. ScanRefer: 3D object localization in RGB-D scans using natural language. In European Conference on Computer Vision (ECCV), pages 202–221, 2020
work page 2020
-
[7]
D3Net: A unified speaker-listener architecture for 3D dense captioning and visual grounding
Dave Zhenyu Chen, Qirui Wu, Matthias Nießner, and Angel X Chang. D3Net: A unified speaker-listener architecture for 3D dense captioning and visual grounding. In European Conference on Computer Vision (ECCV), pages 487–505. Springer, 2022
work page 2022
-
[8]
Language conditioned spatial relation reasoning for 3D object grounding
Shizhe Chen, Pierre-Louis Guhur, Makarand Tapaswi, Cordelia Schmid, and Ivan Laptev. Language conditioned spatial relation reasoning for 3D object grounding. Advances in Neural Information Processing Systems (NeurIPS), 2022
work page 2022
Show all 54 references
-
[9]
ScanNet: Richly-annotated 3D reconstructions of indoor scenes
Angela Dai, Angel X Chang, Manolis Savva, Maciej Halber, Thomas Funkhouser, and Matthias Nießner. ScanNet: Richly-annotated 3D reconstructions of indoor scenes. In Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition (CVPR), pages 5828–5839, 2017
2017
-
[10]
Transcrib3D: 3D referring expression resolution through large language models
Jiading Fang, Xiangshan Tan, Shengjie Lin, Igor Vasiljevic, Vitor Guizilini, Hongyuan Mei, Rares Ambrus, Gregory Shakhnarovich, and Matthew R Walter. Transcrib3D: 3D referring expression resolution through large language models. In IEEE/RSJ International Conference on Intellig...
2024
-
[11]
Text-guided sparse voxel pruning for efficient 3D visual grounding
Wenxuan Guo, Xiuwei Xu, Ziwei Wang, Jianjiang Feng, Jie Zhou, and Jiwen Lu. Text-guided sparse voxel pruning for efficient 3D visual grounding. In Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR), 2025
2025
-
[12]
Visual programming: Compositional visual reasoning without training
Tanmay Gupta and Aniruddha Kembhavi. Visual programming: Compositional visual reasoning without training. In Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR), pages 14953–14962, 2023
2023
-
[13]
Chat-Scene: Bridging 3D scene and large language models with object identifiers
Haifeng Huang, Yilun Chen, Zehan Wang, Rongjie Huang, Runsen Xu, Tai Wang, Luping Liu, Xize Cheng, Yang Zhao, Jiangmiao Pang, et al. Chat-Scene: Bridging 3D scene and large language models with object identifiers. In The Thirty-eighth Annual Conference on Neural Information Pr...
2024
-
[14]
Multi-view transformer for 3D visual grounding
Shijia Huang, Yilun Chen, Jiaya Jia, and Liwei Wang. Multi-view transformer for 3D visual grounding. In Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR), pages 15524–15533, 2022
2022
-
[15]
Bottom up top down detection transformers for language grounding in images and point clouds
Ayush Jain, Nikolaos Gkanatsios, Ishita Mediratta, and Katerina Fragkiadaki. Bottom up top down detection transformers for language grounding in images and point clouds. In European Conference on Computer Vision (ECCV), pages 417–433. Springer, 2022
2022
-
[16]
SceneVerse: Scaling 3D vision-language learning for grounded scene understanding
Baoxiong Jia, Yixin Chen, Huangyue Yu, Yan Wang, Xuesong Niu, Tengyu Liu, Qing Li, and Siyuan Huang. SceneVerse: Scaling 3D vision-language learning for grounded scene understanding. In European Conference on Computer Vision (ECCV), pages 289–310, 2024
2024
-
[17]
PointGroup: Dual-set point grouping for 3D instance segmentation
Li Jiang, Hengshuang Zhao, Shaoshuai Shi, Shu Liu, Chi-Wing Fu, and Jiaya Jia. PointGroup: Dual-set point grouping for 3D instance segmentation. In Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR), pages 4867–4876, 2020. 10
2020
-
[18]
Context-aware alignment and mutual masking for 3D-language pre-training
Zhao Jin, Munawar Hayat, Yuwei Yang, Yulan Guo, and Yinjie Lei. Context-aware alignment and mutual masking for 3D-language pre-training. In Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR), pages 10984–10994, 2023
2023
-
[19]
SeeGround: See and ground for zero-shot open-vocabulary 3D visual grounding
Rong Li, Shijie Li, Lingdong Kong, Xulei Yang, and Junwei Liang. SeeGround: See and ground for zero-shot open-vocabulary 3D visual grounding. InProceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR), 2025
2025
-
[20]
A survey on text-guided 3D visual grounding: elements, recent advances, and future directions
Daizong Liu, Yang Liu, Wencan Huang, and Wei Hu. A survey on text-guided 3D visual grounding: elements, recent advances, and future directions. arXiv preprint arXiv:2406.05785, 2024
2024 arXiv
-
[21]
ScanERU: Interactive 3D visual grounding based on embodied reference understanding
Ziyang Lu, Yunqiang Pei, Guoqing Wang, Peiwei Li, Yang Yang, Yinjie Lei, and Heng Tao Shen. ScanERU: Interactive 3D visual grounding based on embodied reference understanding. In Proceedings of the AAAI Conference on Artificial Intelligence, volume 38, pages 3936–3944, 2024
2024
-
[22]
3D-SPS: Single-stage 3D visual grounding via referred point progressive selection
Junyu Luo, Jiahui Fu, Xianghao Kong, Chen Gao, Haibing Ren, Hao Shen, Huaxia Xia, and Si Liu. 3D-SPS: Single-stage 3D visual grounding via referred point progressive selection. In Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR), pages 1...
2022
-
[23]
Large language model agent: A survey on methodology, applications and challenges
Junyu Luo, Weizhi Zhang, Ye Yuan, Yusheng Zhao, Junwei Yang, Yiyang Gu, Bohan Wu, Binqi Chen, Ziyue Qiao, Qingqing Long, et al. Large language model agent: A survey on methodology, applications and challenges. arXiv preprint arXiv:2503.21460, 2025
2025 arXiv
-
[24]
Evolving symbolic 3D visual grounder with weakly supervised reflection
Boyu Mi, Hanqing Wang, Tai Wang, Yilun Chen, and Jiangmiao Pang. Evolving symbolic 3D visual grounder with weakly supervised reflection. arXiv preprint arXiv:2502.01401, 2025
2025 arXiv
-
[25]
OpenAI. ChatGPT. https://chat.openai.com/
-
[26]
Proxytransformation: Preshaping point cloud manifold with proxy attention for 3D visual grounding
Qihang Peng, Henry Zheng, and Gao Huang. Proxytransformation: Preshaping point cloud manifold with proxy attention for 3D visual grounding. In Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR), 2025
2025
-
[27]
OpenScene: 3D scene understanding with open vocabularies
Songyou Peng, Kyle Genova, Chiyu Jiang, Andrea Tagliasacchi, Marc Pollefeys, Thomas Funkhouser, et al. OpenScene: 3D scene understanding with open vocabularies. In Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR), pages 815–824, 2023
2023
-
[28]
Deep hough voting for 3D object detection in point clouds
Charles R Qi, Or Litany, Kaiming He, and Leonidas J Guibas. Deep hough voting for 3D object detection in point clouds. In proceedings of the IEEE/CVF International Conference on Computer Vision (ICCV), pages 9277–9286, 2019
2019
-
[29]
GPT4Scene: Understand 3D scenes from videos with vision-language models
Zhangyang Qi, Zhixiong Zhang, Ye Fang, Jiaqi Wang, and Hengshuang Zhao. GPT4Scene: Understand 3D scenes from videos with vision-language models. arXiv preprint arXiv:2501.01428, 2025
2025 arXiv
-
[30]
Mask3D: Mask transformer for 3D semantic instance segmentation
Jonas Schult, Francis Engelmann, Alexander Hermans, Or Litany, Siyu Tang, and Bastian Leibe. Mask3D: Mask transformer for 3D semantic instance segmentation. In 2023 IEEE International Conference on Robotics and Automation (ICRA), pages 8216–8223. IEEE, 2023
2023
-
[31]
HuggingGPT: Solving ai tasks with chatgpt and its friends in hugging face
Yongliang Shen, Kaitao Song, Xu Tan, Dongsheng Li, Weiming Lu, and Yueting Zhuang. HuggingGPT: Solving ai tasks with chatgpt and its friends in hugging face. Advances in Neural Information Processing Systems (NeurIPS), 36:38154–38180, 2023
2023
-
[32]
SPAgent: Adaptive task decomposition and model selection for general video generation and editing
Rong-Cheng Tu, Wenhao Sun, Zhao Jin, Jingyi Liao, Jiaxing Huang, and Dacheng Tao. SPAgent: Adaptive task decomposition and model selection for general video generation and editing. arXiv preprint arXiv:2411.18983, 2024
2024 arXiv
-
[33]
Mllm- guided vlm fine-tuning with joint inference for zero-shot composed image retrieval
Rong-Cheng Tu, Zhao Jin, Jingyi Liao, Xiao Luo, Yingjie Wang, Li Shen, and Dacheng Tao. Mllm- guided vlm fine-tuning with joint inference for zero-shot composed image retrieval. arXiv preprint arXiv:2505.19707, 2025
2025 arXiv
-
[34]
Multimodal reasoning agent for zero-shot composed image retrieval
Rong-Cheng Tu, Wenhao Sun, Hanzhe You, Yingjie Wang, Jiaxing Huang, Li Shen, and Dacheng Tao. Multimodal reasoning agent for zero-shot composed image retrieval. arXiv preprint arXiv:2505.19952, 2025
2025 arXiv
-
[35]
ROSS3D: Reconstructive visual instruction tuning with 3D-awareness
Haochen Wang, Yucheng Zhao, Tiancai Wang, Haoqiang Fan, Xiangyu Zhang, and Zhaoxiang Zhang. ROSS3D: Reconstructive visual instruction tuning with 3D-awareness. arXiv preprint arXiv:2504.01901, 2025
2025 arXiv
-
[36]
Qwen2-vl: Enhancing vision-language model’s perception of the world at any resolution
Peng Wang, Shuai Bai, Sinan Tan, Shijie Wang, Zhihao Fan, Jinze Bai, Keqin Chen, Xuejing Liu, Jialin Wang, Wenbin Ge, et al. Qwen2-vl: Enhancing vision-language model’s perception of the world at any resolution. arXiv preprint arXiv:2409.12191, 2024. 11
2024 arXiv
-
[37]
EmbodiedScan: A holistic multi-modal 3D perception suite towards embodied AI
Tai Wang, Xiaohan Mao, Chenming Zhu, Runsen Xu, Ruiyuan Lyu, Peisen Li, Xiao Chen, Wenwei Zhang, Kai Chen, Tianfan Xue, et al. EmbodiedScan: A holistic multi-modal 3D perception suite towards embodied AI. In Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern...
2024
-
[38]
LIBA: Language instructed multi-granularity bridge assistant for 3D visual grounding
Yuan Wang, Ya-Li Li, WU Eastman ZY , and Shengjin Wang. LIBA: Language instructed multi-granularity bridge assistant for 3D visual grounding. In Proceedings of the AAAI Conference on Artificial Intelligence, volume 39, pages 8114–8122, 2025
2025
-
[39]
Visual ChatGPT: Talking, drawing and editing with visual foundation models
Chenfei Wu, Shengming Yin, Weizhen Qi, Xiaodong Wang, Zecheng Tang, and Nan Duan. Visual ChatGPT: Talking, drawing and editing with visual foundation models. arXiv preprint arXiv:2303.04671, 2023
2023 arXiv
-
[40]
EDA: Explicit text-decoupling and dense alignment for 3D visual grounding
Yanmin Wu, Xinhua Cheng, Renrui Zhang, Zesen Cheng, and Jian Zhang. EDA: Explicit text-decoupling and dense alignment for 3D visual grounding. In Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR), pages 19231–19242, 2023
2023
-
[41]
VLM-Grounder: A VLM agent for zero-shot 3D visual grounding
Runsen Xu, Zhiwei Huang, Tai Wang, Yilun Chen, Jiangmiao Pang, and Dahua Lin. VLM-Grounder: A VLM agent for zero-shot 3D visual grounding. In Conference on Robot Learning (CoRL), 2024
2024
-
[42]
LLM-Grounder: Open-vocabulary 3D visual grounding with large language model as an agent
Jianing Yang, Xuweiyi Chen, Shengyi Qian, Nikhil Madaan, Madhavan Iyengar, David F Fouhey, and Joyce Chai. LLM-Grounder: Open-vocabulary 3D visual grounding with large language model as an agent. In 2024 IEEE International Conference on Robotics and Automation (ICRA), pages 76...
2024
-
[43]
Thinking in Space: How multimodal large language models see, remember, and recall spaces.arXiv preprint arXiv:2412.14171, 2024
Jihan Yang, Shusheng Yang, Anjali W Gupta, Rilyn Han, Li Fei-Fei, and Saining Xie. Thinking in Space: How multimodal large language models see, remember, and recall spaces.arXiv preprint arXiv:2412.14171, 2024
2024 arXiv
-
[44]
Inst3D-LMM: Instance-aware 3D scene understanding with multi-modal instruction tuning
Hanxun Yu, Wentong Li, Song Wang, Junbo Chen, and Jianke Zhu. Inst3D-LMM: Instance-aware 3D scene understanding with multi-modal instruction tuning. In Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR), 2025
2025
-
[45]
Solving zero-shot 3D visual grounding as constraint satisfaction problems
Qihao Yuan, Jiaming Zhang, Kailai Li, and Rainer Stiefelhagen. Solving zero-shot 3D visual grounding as constraint satisfaction problems. arXiv preprint arXiv:2411.14594, 2024
2024 arXiv
-
[46]
In- stanceRefer: Cooperative holistic understanding for visual grounding on point clouds through instance multi-level contextual referring
Zhihao Yuan, Xu Yan, Yinghong Liao, Ruimao Zhang, Sheng Wang, Zhen Li, and Shuguang Cui. In- stanceRefer: Cooperative holistic understanding for visual grounding on point clouds through instance multi-level contextual referring. In Proceedings of the IEEE/CVF International Con...
2021
-
[47]
Visual programming for zero-shot open-vocabulary 3D visual grounding
Zhihao Yuan, Jinke Ren, Chun-Mei Feng, Hengshuang Zhao, Shuguang Cui, and Zhen Li. Visual programming for zero-shot open-vocabulary 3D visual grounding. In Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR), pages 20623–20633, 2024
2024
-
[48]
Towards CLIP-driven language-free 3D visual grounding via 2D-3D relational enhancement and consistency
Yuqi Zhang, Han Luo, and Yinjie Lei. Towards CLIP-driven language-free 3D visual grounding via 2D-3D relational enhancement and consistency. In Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR), pages 13063–13072, 2024
2024
-
[49]
3DVG-Transformer: Relation modeling for visual grounding on point clouds
Lichen Zhao, Daigang Cai, Lu Sheng, and Dong Xu. 3DVG-Transformer: Relation modeling for visual grounding on point clouds. In Proceedings of the IEEE/CVF International Conference on Computer Vision (ICCV), pages 2928–2937, 2021
2021
-
[50]
Video-3D LLM: Learning position-aware video representation for 3D scene understanding
Duo Zheng, Shijia Huang, and Liwei Wang. Video-3D LLM: Learning position-aware video representation for 3D scene understanding. In Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR), 2025
2025
-
[51]
unknown" for the category. Your response should be formatted in JSON. Here are some examples: Input: Query: this is a brown cabinet. it is to the right of a picture. Output: {
Ziyu Zhu, Xiaojian Ma, Yixin Chen, Zhidong Deng, Siyuan Huang, and Qing Li. 3D-VISTA: Pre-trained transformer for 3D vision and text alignment. In Proceedings of the IEEE/CVF International Conference on Computer Vision (ICCV), pages 2911–2921, 2023. 12 SPAZER: Spatial-Semantic...
2023
-
[52]
Start with the global view image: • Analyze the overall spatial layout and object distribution in the room. • Use the global view to evaluate view-independent spatial relationships, which do not rely on a specific viewpoint: Examples include: near, close to, next to, far, abov...
-
[53]
• Evaluate visual features: color, shape, size, texture, and material
Then examine the camera images: • Validate candidate objects identified from the global view. • Evaluate visual features: color, shape, size, texture, and material. • Use camera views to judge view-dependent spatial relationships, which depend on the camera perspective: Exampl...
-
[54]
{text}" Object IDs to choose from: {object_id_list} Output format (JSON): {
Iterate if needed: • If no candidate fully matches the query, return to the global view and reassess alterna- tives. • Repeat verification with camera images until you confidently identify the best match. Task: Select the object ID of the target class: {target_class} Query des...
Reviewed August 6, 2026 · model on record in the stance chip above.
Discussion (0). Sign in to comment.