paper-with-me

Papers

AgentGrounder: Zero-Shot 3D Visual Pointcloud Grounding using Multimodal Language Models

2026-05-25 · Cuong Huynh, Maxim Popov, Denis Gridusov, Sergey Kolyubin arxiv

3D Visual Grounding (3DVG) is an essential capability for embodied AI, requiring agents to localize objects in 3D scenes based on natural language descriptions. Recent zero-shot methods leverage 2D vision-language models (LVLMs). However, they often rely on existing sets of multi-view images and struggle with the limited semantic and spatial details provided by standard 3D segmentation tools. We present $\textbf{AgentGrounder}$, a zero-shot 3D visual grounding framework that operates directly on colored point clouds without task-specific 3D training. Our approach follows a two-stage design: (1) an offline stage that applies 3D model to build an Object Lookup Table (OLT) with instance IDs, semantic labels, 3D bounding boxes; and (2) an online tool-driven agent that decomposes each query, retrieves only relevant candidates from the OLT, performs geometric scoring, and triggers image rendering on demand when additional visual evidence (e.g., color, material, or viewpoint-sensitive cues) is required. Compared with fixed anchor-target matching pipelines, this design reduces cascading matching errors and improves context-window efficiency by avoiding prompts overloaded with irrelevant objects. We evaluate on ScanRefer and Nr3D under a zero-shot setting and observe consistent improvements over SeeGround in our setup, including +2.5% Acc@0.5 on ScanRefer and +6.3% on Nr3D, with a notable +6.3% gain on Nr3D view-independent queries. These results show that combining selective retrieval, geometric reasoning, and adaptive visual inspection yields a practical and robust foundation for open-vocabulary 3D grounding. Our code is available at https://github.com/be2rlab/AgentGrounder.

📄 PDF Abstract BibTeX arXiv:2605.25901

Code (0)

등록된 구현이 없습니다.

Tasks

Visual GroundingPoint Clouds

Similar Papers 제목 키워드 기반

GRILL: Grounded Vision-language Pre-training via Aligning Text and Image Regions

2023-05-24 · Woojeong Jin, Subhabrata Mukherjee, Yu Cheng, Yelong Shen 외

Generalization to unseen tasks is an important ability for few-shot learners to achieve better zero-/few-shot performance on diverse tasks. However, such generalization to vision-language tasks including grounding and ge…

ObjectQuestion AnsweringVisual Commonsense ReasoningVisual Question Answering

VGDiffZero: Text-to-image Diffusion Models Can Be Zero-shot Visual Grounders

2023-09-03 · Xuyang Liu, Siteng Huang, Yachen Kang, Honggang Chen 외

Large-scale text-to-image diffusion models have shown impressive capabilities for generative tasks by leveraging strong vision-language alignment from pre-training. However, most vision-language discriminative tasks requ…

Visual Grounding

Z3D: Zero-Shot 3D Visual Grounding from Images

2026-02-03 · Nikita Drozdov, Andrey Lemeshko, Nikita Gavrilov, Anton Konushin 외 arxiv

3D visual grounding (3DVG) aims to localize objects in a 3D scene based on natural language queries. In this work, we explore zero-shot 3DVG from multi-view images alone, without requiring any geometric supervision or ob…

3D Instance SegmentationNatural Language QueriesVisual Grounding

VLM-Grounder: A VLM Agent for Zero-Shot 3D Visual Grounding

2024-10-17 · Runsen Xu, Zhiwei Huang, Tai Wang, Yilun Chen 외

3D visual grounding is crucial for robots, requiring integration of natural language and 3D scene understanding. Traditional methods depending on supervised learning with 3D point clouds are limited by scarce datasets. R…

3D geometry3D visual groundingObjectScene Understanding+1

GroundVLP: Harnessing Zero-shot Visual Grounding from Vision-Language Pre-training and Open-Vocabulary Object Detection

2023-12-22 · Haozhan Shen, Tiancheng Zhao, Mingwei Zhu, Jianwei Yin

Visual grounding, a crucial vision-language task involving the understanding of the visual context based on the query expression, necessitates the model to capture the interactions between objects, as well as various spa…

Attributeobject-detectionObject DetectionOpen-vocabulary object detection+2