A Unified Hierarchical Framework for Fine-grained Cross-view Geo-localization over Large-scale Scenarios
Zhuo Song, Ye Zhang, Kunhong Li, Longguang Wang, Yulan Guo
TL;DR
UnifyGeo addresses the challenge of large-scale, fine-grained cross-view geo-localization by unifying retrieval and metric localization within a single hierarchical framework. It introduces a shared multi-granularity feature encoder, a self-attention-based feature aggregator, and a localization decoder, complemented by a re-ranking mechanism and a loss that promotes cross-task synergy. The approach yields substantial gains on the LF-CVGL task, notably achieving dramatic improvements in 1m localization recall on the VIGOR benchmark, while also delivering competitive retrieval and localization performance and improved training efficiency. This unified strategy reduces training overhead and parameter count, enabling robust, scalable geo-localization suitable for real-world large-scale scenarios.
Abstract
Cross-view geo-localization is a promising solution for large-scale localization problems, requiring the sequential execution of retrieval and metric localization tasks to achieve fine-grained predictions. However, existing methods typically focus on designing standalone models for these two tasks, resulting in inefficient collaboration and increased training overhead. In this paper, we propose UnifyGeo, a novel unified hierarchical geo-localization framework that integrates retrieval and metric localization tasks into a single network. Specifically, we first employ a unified learning strategy with shared parameters to jointly learn multi-granularity representation, facilitating mutual reinforcement between these two tasks. Subsequently, we design a re-ranking mechanism guided by a dedicated loss function, which enhances geo-localization performance by improving both retrieval accuracy and metric localization references. Extensive experiments demonstrate that UnifyGeo significantly outperforms the state-of-the-arts in both task-isolated and task-associated settings. Remarkably, on the challenging VIGOR benchmark, which supports fine-grained localization evaluation, the 1-meter-level localization recall rate improves from 1.53\% to 39.64\% and from 0.43\% to 25.58\% under same-area and cross-area evaluations, respectively. Code will be made publicly available.
