Learnable Query Aggregation with KV Routing for Cross-view Geo-localisation
Hualin Ye, Bingxi Liu, Jixiang Du, Yu Qin, Ziyi Chen, Hong Zhang
TL;DR
This paper tackles cross-view geo-localisation (CVGL) by addressing severe viewpoint and scale shifts that hinder robust feature aggregation. It introduces a lightweight, parameter-efficient CVGL framework built on a DINOv2 backbone with convolutional adapters, a Multi-scale Channel Reallocation (MSCR) module for multi-scale spatial understanding, and a MoE-enhanced aggregation with KV routing to dynamically represent domain-specific cues. The approach achieves competitive results on University-1652 and SUES-200 datasets with significantly fewer trainable parameters, and ablations confirm the benefits of each component, especially the MoE KV routing. Overall, the method offers a practical, scalable solution for accurate CVGL in diverse real-world settings, enabling robust geo-localisation without heavy fine-tuning of foundation models.
Abstract
Cross-view geo-localisation (CVGL) aims to estimate the geographic location of a query image by matching it with images from a large-scale database. However, the significant view-point discrepancies present considerable challenges for effective feature aggregation and alignment. To address these challenges, we propose a novel CVGL system that incorporates three key improvements. Firstly, we leverage the DINOv2 backbone with a convolution adapter fine-tuning to enhance model adaptability to cross-view variations. Secondly, we propose a multi-scale channel reallocation module to strengthen the diversity and stability of spatial representations. Finally, we propose an improved aggregation module that integrates a Mixture-of-Experts (MoE) routing into the feature aggregation process. Specifically, the module dynamically selects expert subspaces for the keys and values in a cross-attention framework, enabling adaptive processing of heterogeneous input domains. Extensive experiments on the University-1652 and SUES-200 datasets demonstrate that our method achieves competitive performance with fewer trained parameters.
