Tag Map: A Text-Based Map for Spatial Reasoning and Navigation with Large Language Models
Mike Zhang, Kaixian Qu, Vaishakh Patil, Cesar Cadena, Marco Hutter
TL;DR
The paper addresses the challenge of providing robust scene context to large language models for navigation by introducing a text-based Tag Map that explicitly stores thousands of semantic tags observed from multiple viewpoints. Grounding an LLM is achieved by prompting with the tag vocabulary and enabling a dedicated API (localize_tag, region_region_dist, point_region_dist) to perform spatial reasoning over coarse 3D localizations derived from multi-view tag evidence. The Tag Map demonstrates memory efficiency and competitive precision/recall compared to embedding-based open-vocabulary maps, and real-robot experiments validate grounded navigation using an LLM to generate actionable plans. By defining $P2E$ and $E2P$ metrics and leveraging a simple but effective localization pipeline, the approach offers a practical pathway to scalable, language-grounded robotic navigation with explicit, reportable scene context.
Abstract
Large Language Models (LLM) have emerged as a tool for robots to generate task plans using common sense reasoning. For the LLM to generate actionable plans, scene context must be provided, often through a map. Recent works have shifted from explicit maps with fixed semantic classes to implicit open vocabulary maps based on queryable embeddings capable of representing any semantic class. However, embeddings cannot directly report the scene context as they are implicit, requiring further processing for LLM integration. To address this, we propose an explicit text-based map that can represent thousands of semantic classes while easily integrating with LLMs due to their text-based nature by building upon large-scale image recognition models. We study how entities in our map can be localized and show through evaluations that our text-based map localizations perform comparably to those from open vocabulary maps while using two to four orders of magnitude less memory. Real-robot experiments demonstrate the grounding of an LLM with the text-based map to solve user tasks.
