paper-with-me

홈 › Papers

Vision Language Models Can Parse Floor Plan Maps

2024-09-19 · David Defazio, Hrudayangam Mehta, Jeremy Blackburn, Shiqi Zhang

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 floorplan 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://shorturl.at/OUkEY

📄 PDF Abstract BibTeX arXiv:2409.12842

Code (0)

등록된 구현이 없습니다.

Tasks

Image CaptioningQuestion AnsweringVisual Question Answering

Similar Papers 제목 키워드 기반

Multimodal Indoor Localization Using Crowdsourced Radio Maps

2023-11-17 · Zhaoguang Yi, Xiangyu Wen, Qiyue Xia, Peize Li 외

Indoor Positioning Systems (IPS) traditionally rely on odometry and building infrastructures like WiFi, often supplemented by building floor plans for increased accuracy. However, the limitation of floor plans in terms o…

Indoor Localization

SceneAligner: 3D-Grounded Floorplan Localization in the Wild

2026-05-21 · Junhyeong Cho, Ruojin Cai, Hadar Averbuch-Elor arxiv

Many public buildings provide floorplans with a "you are here" indicator to help visitors orient themselves. Floorplan localization seeks to computationally replicate this capability by determining where visual observati…

Room Classification on Floor Plan Graphs using Graph Neural Networks

2021-08-12 · Abhishek Paudel, Roshan Dhakal, Sakshat Bhattarai

We present our approach to improve room classification task on floor plan maps of buildings by representing floor plans as undirected graphs and leveraging graph neural networks to predict the room categories. Rooms in t…

Classification

Multi-Floor Exploration for Ground Robots via an Incremental Reachable Graph and Structural Priors

2026-05-22 · Zhiwen Zhu, Jiaqi Chen, Xiangyi Huang, Meiqi Hu 외 arxiv

Autonomous exploration of multi-floor buildings remains challenging for ground robots because conventional 2D and 2.5D maps cannot represent overlapping traversable surfaces such as stairs, ramps, and multiple reachable …

FloorPlan-VLN: A New Paradigm for Floor Plan Guided Vision-Language Navigation

2026-03-18 · Kehan Chen, Yan Huang, Dong An, Jiawei He 외 arxiv

Existing Vision-Language Navigation (VLN) task requires agents to follow verbose instructions, ignoring some potentially useful global spatial priors, limiting their capability to reason about spatial structures. Althoug…

Vision-Language Navigation