From Street to Orbit: Training-Free Cross-View Retrieval via Location Semantics and LLM Guidance
Jeongho Min, Dongyoung Kim, Jaehyup Lee
TL;DR
This paper tackles cross-view street-to-satellite retrieval without supervised training, enabling retrieval from monocular street images by inferring location semantics with a large language model and then geocoding to obtain satellite queries. It combines a frozen pretrained vision encoder (e.g., DINOv2) with a PCA-whitening refinement to bridge the ground–satellite domain gap, achieving state-of-the-art zero-shot results on University-1652. The approach also supports automatic generation of semantically aligned Street-to-Satellite datasets, offering scalable data construction without manual annotation. Overall, the method demonstrates that training-free, language-guided localization and robust feature refinement can rival supervised Cross-view retrieval while enabling practical deployment and scalable data generation.
Abstract
Cross-view image retrieval, particularly street-to-satellite matching, is a critical task for applications such as autonomous navigation, urban planning, and localization in GPS-denied environments. However, existing approaches often require supervised training on curated datasets and rely on panoramic or UAV-based images, which limits real-world deployment. In this paper, we present a simple yet effective cross-view image retrieval framework that leverages a pretrained vision encoder and a large language model (LLM), requiring no additional training. Given a monocular street-view image, our method extracts geographic cues through web-based image search and LLM-based location inference, generates a satellite query via geocoding API, and retrieves matching tiles using a pretrained vision encoder (e.g., DINOv2) with PCA-based whitening feature refinement. Despite using no ground-truth supervision or finetuning, our proposed method outperforms prior learning-based approaches on the benchmark dataset under zero-shot settings. Moreover, our pipeline enables automatic construction of semantically aligned street-to-satellite datasets, which is offering a scalable and cost-efficient alternative to manual annotation. All source codes will be made publicly available at https://jeonghomin.github.io/street2orbit.github.io/.
