ROAICVSep 20, 2022

Open-vocabulary Queryable Scene Representations for Real World Planning

MIT
arXiv:2209.09874v2248 citationsh-index: 49
Originality Incremental advance
AI Analysis

It addresses the lack of scene grounding for LLM-based robotic planning, enabling more flexible real-world robot operation, though it appears incremental as it builds on existing LLM and VLM capabilities.

The paper tackles the problem of grounding large language models (LLMs) in real-world robotic tasks by developing NLMap, an open-vocabulary queryable scene representation that integrates contextual information into LLM planners, enabling robots to operate without fixed object lists and achieve real robot operation unattainable by prior methods.

Large language models (LLMs) have unlocked new capabilities of task planning from human instructions. However, prior attempts to apply LLMs to real-world robotic tasks are limited by the lack of grounding in the surrounding scene. In this paper, we develop NLMap, an open-vocabulary and queryable scene representation to address this problem. NLMap serves as a framework to gather and integrate contextual information into LLM planners, allowing them to see and query available objects in the scene before generating a context-conditioned plan. NLMap first establishes a natural language queryable scene representation with Visual Language models (VLMs). An LLM based object proposal module parses instructions and proposes involved objects to query the scene representation for object availability and location. An LLM planner then plans with such information about the scene. NLMap allows robots to operate without a fixed list of objects nor executable options, enabling real robot operation unachievable by previous methods. Project website: https://nlmap-saycan.github.io

Foundations

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

Your Notes