Colloquium Computer Science - Qihao Yuan, University of Groningen
Title: Solving Zero-Shot 3D Visual Grounding as Constraint Satisfaction Problems
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. The work was recently published in the 36th British Machine Vision Conference (BMVC) 2025.
Short bio:
Qihao Yuan is a first-year PhD student at Bernoulli Institute, embedded within the Intelligent Systems group (supervisor: dr. Kailai Li). His research interest lie in the intersection of mobile robotics and embodied AI.