TOL: Textual Localization with OpenStreetMap

arXiv cs.CV / 4/3/2026

📰 NewsIdeas & Deep AnalysisModels & Research

Key Points

  • The paper introduces a new global localization task, “Textual Localization with OpenStreetMap (T2O),” aiming to estimate accurate 2-DoF urban positions from text descriptions without geometric inputs or GNSS initialization.
  • It proposes TOL, a large-scale benchmark with ~121K text queries paired with OSM map tiles and coverage across Boston, Karlsruhe, and Singapore, totaling about 316 km of road trajectories.
  • The authors develop TOLoc, a coarse-to-fine framework that uses direction-aware semantic features from both text and OSM tiles to retrieve candidate locations before regressing pose via a dedicated alignment module.
  • Experimental results show TOLoc outperforms the best prior method by 6.53%, 9.93%, and 8.31% at 5m, 10m, and 25m thresholds, and it generalizes well to unseen environments.
  • The dataset, code, and models are planned for public release via the provided GitHub repository.

Abstract

Natural language provides an intuitive way to express spatial intent in geospatial applications. While existing localization methods often rely on dense point cloud maps or high-resolution imagery, OpenStreetMap (OSM) offers a compact and freely available map representation that encodes rich semantic and structural information, making it well suited for large-scale localization. However, text-to-OSM (T2O) localization remains largely unexplored. In this paper, we formulate the T2O global localization task, which aims to estimate accurate 2 degree-of-freedom (DoF) positions in urban environments from textual scene descriptions without relying on geometric observations or GNSS-based initial location. To support the proposed task, we introduce TOL, a large-scale benchmark spanning multiple continents and diverse urban environments. TOL contains approximately 121K textual queries paired with OSM map tiles and covers about 316 km of road trajectories across Boston, Karlsruhe, and Singapore. We further propose TOLoc, a coarse-to-fine localization framework that explicitly models the semantics of surrounding objects and their directional information. In the coarse stage, direction-aware features are extracted from both textual descriptions and OSM tiles to construct global descriptors, which are used to retrieve candidate locations for the query. In the fine stage, the query text and top-1 retrieved tile are jointly processed, where a dedicated alignment module fuses textual descriptor and local map features to regress the 2-DoF pose. Experimental results demonstrate that TOLoc achieves strong localization performance, outperforming the best existing method by 6.53%, 9.93%, and 8.31% at 5m, 10m, and 25m thresholds, respectively, and shows strong generalization to unseen environments. Dataset, code and models will be publicly available at: https://github.com/WHU-USI3DV/TOL.