CVAICLLGROSep 21, 2023

LLM-Grounder: Open-Vocabulary 3D Visual Grounding with Large Language Model as an Agent

arXiv:2309.12311v1174 citationsh-index: 30
Originality Incremental advance
AI Analysis

This addresses the problem of enabling robots to handle complex language queries in 3D environments without labeled data, though it is incremental as it builds on existing LLM and visual grounding methods.

The paper tackles 3D visual grounding for household robots by proposing LLM-Grounder, a zero-shot, open-vocabulary pipeline that uses an LLM to decompose queries and integrate visual tools, achieving state-of-the-art zero-shot accuracy on the ScanRefer benchmark.

3D visual grounding is a critical skill for household robots, enabling them to navigate, manipulate objects, and answer questions based on their environment. While existing approaches often rely on extensive labeled data or exhibit limitations in handling complex language queries, we propose LLM-Grounder, a novel zero-shot, open-vocabulary, Large Language Model (LLM)-based 3D visual grounding pipeline. LLM-Grounder utilizes an LLM to decompose complex natural language queries into semantic constituents and employs a visual grounding tool, such as OpenScene or LERF, to identify objects in a 3D scene. The LLM then evaluates the spatial and commonsense relations among the proposed objects to make a final grounding decision. Our method does not require any labeled training data and can generalize to novel 3D scenes and arbitrary text queries. We evaluate LLM-Grounder on the ScanRefer benchmark and demonstrate state-of-the-art zero-shot grounding accuracy. Our findings indicate that LLMs significantly improve the grounding capability, especially for complex language queries, making LLM-Grounder an effective approach for 3D vision-language tasks in robotics. Videos and interactive demos can be found on the project website https://chat-with-nerf.github.io/ .

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes