paper-with-me

Papers

Tag Map: A Text-Based Map for Spatial Reasoning and Navigation with Large Language Models

2024-09-23 · Mike Zhang, Kaixian Qu, Vaishakh Patil, Cesar Cadena, Marco Hutter

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.

📄 PDF Abstract BibTeX arXiv:2409.15451

Code (0)

등록된 구현이 없습니다.

Tasks

Common Sense ReasoningSpatial ReasoningTAG

Similar Papers 제목 키워드 기반

Vision-and-Language Navigation with Analogical Textual Descriptions in LLMs

2025-09-29 · Yue Zhang, Tianyi Ma, Zun Wang, Yanyuan Qiao 외 arxiv

Integrating large language models (LLMs) into embodied AI models is becoming increasingly prevalent. However, existing zero-shot LLM-based Vision-and-Language Navigation (VLN) agents either encode images as textual scene…

Scene UnderstandingSpatial Reasoning

TagaVLM: Topology-Aware Global Action Reasoning for Vision-Language Navigation

2026-03-03 · Jiaxing Liu, Zexi Zhang, Xiaoyan Li, Boyue Wang 외 arxiv

Vision-Language Navigation (VLN) presents a unique challenge for Large Vision-Language Models (VLMs) due to their inherent architectural mismatch: VLMs are primarily pretrained on static, disembodied vision-language task…

Vision-Language NavigationSpatial Reasoning

SpaceVLN: A Zero-Shot Vision-and-Language Navigation Agent with Online Spatial Cognitive Memory and Reasoning

2026-06-08 · Yucheng Deng, Pingrui Lai, Xinhai Li, Chenjia Bai 외 arxiv

Vision-and-Language Navigation in continuous environments requires agents to understand the spatial structure of previously unseen environments in order to follow language instructions. Although foundation models have op…

Spatial Reasoning

Mem2Ego: Empowering Vision-Language Models with Global-to-Ego Memory for Long-Horizon Embodied Navigation

2025-02-20 · Lingfeng Zhang, Yuecheng Liu, Zhanguang Zhang, Matin Aghaei 외

Recent advancements in Large Language Models (LLMs) and Vision-Language Models (VLMs) have made them powerful tools in embodied navigation, enabling agents to leverage commonsense and spatial reasoning for efficient expl…

Decision MakingEfficient ExplorationSpatial Reasoning

ImagineNav++: Prompting Vision-Language Models as Embodied Navigator through Scene Imagination

2025-12-19 · Teng Wang, Xinxin Zhao, Wenzhe Cai, Changyin Sun arxiv

Visual navigation is a fundamental capability for autonomous home-assistance robots, enabling long-horizon tasks such as object search. While recent methods have leveraged Large Language Models (LLMs) to incorporate comm…

Spatial ReasoningVisual Navigation