ROAISep 19, 2024

Vision Language Models Can Parse Floor Plan Maps

arXiv:2409.12842v27 citationsh-index: 6
Originality Incremental advance
AI Analysis

This addresses the problem of indoor navigation for mobile robots by applying VLMs to an unexplored domain, though it is incremental as it adapts existing models to a new task.

The paper tackles the novel task of map parsing using vision language models (VLMs) to generate navigation plans from floor plans, achieving a success rate of 0.96 in tasks requiring nine sequential actions.

Vision language models (VLMs) can simultaneously reason about images and texts to tackle many tasks, from visual question answering to image captioning. This paper focuses on map parsing, a novel task that is unexplored within the VLM context and particularly useful to mobile robots. Map parsing requires understanding not only the labels but also the geometric configurations of a map, i.e., what areas are like and how they are connected. To evaluate the performance of VLMs on map parsing, we prompt VLMs with floor plan maps to generate task plans for complex indoor navigation. Our results demonstrate the remarkable capability of VLMs in map parsing, with a success rate of 0.96 in tasks requiring a sequence of nine navigation actions, e.g., approaching and going through doors. Other than intuitive observations, e.g., VLMs do better in smaller maps and simpler navigation tasks, there was a very interesting observation that its performance drops in large open areas. We provide practical suggestions to address such challenges as validated by our experimental results. Webpage: https://sites.google.com/view/vlm-floorplan/

Foundations

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

Your Notes