Scaling Image Geo-Localization to Continent Level
Philipp Lindenberger, Paul-Edouard Sarlin, Jan Hosang, Matteo Balice, Marc Pollefeys, Simon Lynen, Eduard Trulls
TL;DR
This work tackles fine-grained image geolocalization at continental scales, addressing the寿 challenge of achieving meter-level accuracy without relying on dense ground-truth priors. It introduces a hybrid framework that learns rich ground-view feature prototypes via a proxy classification task and fuses them with aerial embeddings in per-cell codes, enabling scalable and precise cross-view retrieval across vast regions. By training with a triad of embeddings (ground, aerial, prototypes) under a multi-similarity loss and interpolating cell boundaries, the approach achieves strong continent-wide performance, demonstrates cross-area and cross-domain generalization, and shows robustness to data sparsity and viewpoint changes. The extensive experiments on Western Europe (BEDENL and EuropeWest) establish substantial gains over baselines, with effective scalability to millions of cells and practical implications for geolocation, navigation, and safety applications, while also acknowledging potential privacy concerns and the need for responsible deployment.
Abstract
Determining the precise geographic location of an image at a global scale remains an unsolved challenge. Standard image retrieval techniques are inefficient due to the sheer volume of images (>100M) and fail when coverage is insufficient. Scalable solutions, however, involve a trade-off: global classification typically yields coarse results (10+ kilometers), while cross-view retrieval between ground and aerial imagery suffers from a domain gap and has been primarily studied on smaller regions. This paper introduces a hybrid approach that achieves fine-grained geo-localization across a large geographic expanse the size of a continent. We leverage a proxy classification task during training to learn rich feature representations that implicitly encode precise location information. We combine these learned prototypes with embeddings of aerial imagery to increase robustness to the sparsity of ground-level data. This enables direct, fine-grained retrieval over areas spanning multiple countries. Our extensive evaluation demonstrates that our approach can localize within 200m more than 68\% of queries of a dataset covering a large part of Europe. The code is publicly available at https://scaling-geoloc.github.io.
