SpaGBOL: Spatial-Graph-Based Orientated Localisation
Tavis Shore, Oscar Mendez, Simon Hadfield
TL;DR
SpaGBOL redefines cross-view geo-localisation as a graph-structured problem, enabling robust learning from geospatially organized sequences and generation of unseen routes in urban environments. It introduces a dual-branch neural network paired with a GNN to produce spatially strong embeddings and a bearing-based retrieval filter, achieving state-of-the-art results on an unseen city graph. A dense, multi-city graph dataset with multiple streetview images per node is released to foster generalisation under time, weather, and viewpoint variations. The approach addresses GNSS-denied localisation in urban canyons, demonstrating practical potential for real-world robotic and navigation systems, especially when combined with bearing vector matching and yaw cues. Limitations include localisation limited to road junctions, with future work proposing hierarchical sub-graphs and sensor fusion for finer-grained positioning.
Abstract
Cross-View Geo-Localisation within urban regions is challenging in part due to the lack of geo-spatial structuring within current datasets and techniques. We propose utilising graph representations to model sequences of local observations and the connectivity of the target location. Modelling as a graph enables generating previously unseen sequences by sampling with new parameter configurations. To leverage this newly available information, we propose a GNN-based architecture, producing spatially strong embeddings and improving discriminability over isolated image embeddings. We outline SpaGBOL, introducing three novel contributions. 1) The first graph-structured dataset for Cross-View Geo-Localisation, containing multiple streetview images per node to improve generalisation. 2) Introducing GNNs to the problem, we develop the first system that exploits the correlation between node proximity and feature similarity. 3) Leveraging the unique properties of the graph representation - we demonstrate a novel retrieval filtering approach based on neighbourhood bearings. SpaGBOL achieves state-of-the-art accuracies on the unseen test graph - with relative Top-1 retrieval improvements on previous techniques of 11%, and 50% when filtering with Bearing Vector Matching on the SpaGBOL dataset.
