paper-with-me

홈 › Papers

Solving Zero-Shot 3D Visual Grounding as Constraint Satisfaction Problems

2024-11-21 · Qihao Yuan, Jiaming Zhang, Kailai Li, Rainer Stiefelhagen

3D visual grounding (3DVG) aims to locate objects in a 3D scene with natural language descriptions. Supervised methods have achieved decent accuracy, but have a closed vocabulary and limited language understanding ability. Zero-shot methods mostly utilize large language models (LLMs) to handle natural language descriptions, yet suffer from slow inference speed. To address these problems, in this work, we propose a zero-shot method that reformulates the 3DVG task as a Constraint Satisfaction Problem (CSP), where the variables and constraints represent objects and their spatial relations, respectively. This allows a global reasoning of all relevant objects, producing grounding results of both the target and anchor objects. Moreover, we demonstrate the flexibility of our framework by handling negation- and counting-based queries with only minor extra coding efforts. Our system, Constraint Satisfaction Visual Grounding (CSVG), has been extensively evaluated on the public datasets ScanRefer and Nr3D datasets using only open-source LLMs. Results show the effectiveness of CSVG and superior grounding accuracy over current state-of-the-art zero-shot 3DVG methods with improvements of $+7.0\%$ (Acc@0.5 score) and $+11.2\%$ on the ScanRefer and Nr3D datasets, respectively. The code of our system is publicly available at https://github.com/sunsleaf/CSVG.

📄 PDF Abstract BibTeX arXiv:2411.14594

Code (1)

sunsleaf/csvg 공식 구현 pytorch

Tasks

3D visual groundingNegationVisual Grounding

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