pith. sign in

arxiv: 2411.14594 · v2 · pith:H4YHRRKDnew · submitted 2024-11-21 · 💻 cs.CV

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

classification 💻 cs.CV
keywords groundinglanguageobjectsresultszero-shotconstraintcsvgdatasets
0
0 comments X
read the original abstract

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 utilize large language models (LLMs) to handle natural language descriptions, where the LLM either produces grounding results directly or generates programs that compute results (symbolically). 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 symbolic 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 available at https://asig-x.github.io/csvg_web.

This paper has not been read by Pith yet.

discussion (0)

Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.

Forward citations

Cited by 3 Pith papers

Reviewed papers in the Pith corpus that reference this work. Sorted by Pith novelty score.

  1. Agentic Collaborative Cognition for Zero-Shot 3D Understanding

    cs.CV 2026-06 unverdicted novelty 6.0

    A closed-loop multi-agent framework with Planning and Perception agents iteratively supplements viewpoints and integrates object observations into a holistic cognitive map, achieving SOTA on six 3D benchmarks.

  2. Agentic Collaborative Cognition for Zero-Shot 3D Understanding

    cs.CV 2026-06 unverdicted novelty 6.0

    A collaborative Planning-Perception agent framework using MLLMs constructs a holistic cognitive map through iterative viewpoint supplementation and achieves reported SOTA gains on six 3D benchmarks.

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

    cs.CV 2026-05 unverdicted novelty 5.0

    AgentGrounder performs zero-shot 3D visual grounding on colored point clouds via an offline object lookup table and an online agent that selectively retrieves, scores geometrically, and renders images on demand, repor...