ROCVJan 15, 2025

GOTPR: General Outdoor Text-based Place Recognition Using Scene Graph Retrieval with OpenStreetMap

arXiv:2501.08575v25 citationsh-index: 3IEEE Robot Autom Lett
AI Analysis

This addresses scalability and storage issues in robotics for outdoor navigation, though it is incremental as it builds on existing place recognition methods.

The paper tackles the problem of outdoor place recognition without GPS by proposing GOTPR, which uses scene graphs from text and OpenStreetMap instead of point clouds, achieving comparable accuracy while significantly reducing storage and processing within seconds in city-scale tests.

We propose GOTPR, a robust place recognition method designed for outdoor environments where GPS signals are unavailable. Unlike existing approaches that use point cloud maps, which are large and difficult to store, GOTPR leverages scene graphs generated from text descriptions and maps for place recognition. This method improves scalability by replacing point clouds with compact data structures, allowing robots to efficiently store and utilize extensive map data. In addition, GOTPR eliminates the need for custom map creation by using publicly available OpenStreetMap data, which provides global spatial information. We evaluated its performance using the KITTI360Pose dataset with corresponding OpenStreetMap data, comparing it to existing point cloud-based place recognition methods. The results show that GOTPR achieves comparable accuracy while significantly reducing storage requirements. In city-scale tests, it completed processing within a few seconds, making it highly practical for real-world robotics applications. More information can be found at https://donghwijung.github.io/GOTPR_page/.

Code Implementations1 repo
Foundations

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

Your Notes