OpenStreetView-5M: The Many Roads to Global Visual Geolocation
Guillaume Astruc, Nicolas Dufour, Ioannis Siglidis, Constantin Aronssohn, Nacim Bouia, Stephanie Fu, Romain Loiseau, Van Nguyen Nguyen, Charles Raude, Elliot Vincent, Lintao XU, Hongyu Zhou, Loic Landrieu
TL;DR
OpenStreetView-5M introduces a global, open-access street-view geolocation dataset with a strict train/test split to evaluate geographical generalization rather than memorization. The authors benchmark a broad space of image encoders, spatial representations, and training strategies, showing that a carefully combined model—featuring a DATA_COMP-pretrained ViT-L-14 backbone, QuadTree-based hierarchical/hybrid supervision, and region-contrastive fine-tuning—achieves substantial gains over baselines. The work provides a rigorous framework for evaluation (Geoscore, Haversine distance, and admin-level accuracy), demonstrates the value of hierarchical and hybrid approaches, and highlights OSV-5M’s potential for self-supervised learning and generative modeling, along with a transparent dataset datasheet and extensive ablations. By balancing global geographic coverage with clean train/test separation and rich metadata, OSV-5M is positioned to advance robust geographic representation learning and fair benchmarking across geolocation research.
Abstract
Determining the location of an image anywhere on Earth is a complex visual task, which makes it particularly relevant for evaluating computer vision algorithms. Yet, the absence of standard, large-scale, open-access datasets with reliably localizable images has limited its potential. To address this issue, we introduce OpenStreetView-5M, a large-scale, open-access dataset comprising over 5.1 million geo-referenced street view images, covering 225 countries and territories. In contrast to existing benchmarks, we enforce a strict train/test separation, allowing us to evaluate the relevance of learned geographical features beyond mere memorization. To demonstrate the utility of our dataset, we conduct an extensive benchmark of various state-of-the-art image encoders, spatial representations, and training strategies. All associated codes and models can be found at https://github.com/gastruc/osv5m.
