A Parameter-Efficient Mixture-of-Experts Framework for Cross-Modal Geo-Localization
LinFeng Li, Jian Zhao, Zepeng Yang, Yuhang Song, Bojun Lin, Tianle Zhang, Yuchen Yuan, Chi Zhang, Xuelong Li
TL;DR
This work tackles cross-modal geo-localization across heterogeneous platforms (satellite, drone, ground) by addressing appearance and textual-domain gaps with a Parameter-Efficient Mixture-of-Experts (PE-MoE) framework. It combines domain-aligned preprocessing (platform-based data stratification, LLM-based caption refinement, satellite-specific augmentations) with frozen backbones (BGE-M3 for text, EVA-CLIP for images) and lightweight, platform-specific expert heads, all orchestrated by a dynamic gating network. A two-stage training regime (base contrastive pretraining followed by hard-negative mining) and a gated inference that fuses per-expert similarities yield state-of-the-art results on RoboSense 2025 Track 4, validating robustness under severe viewpoint and modality shifts. The approach demonstrates the practical value of dividing a complex cross-modal task into specialized, parameter-efficient components, with implications for scalable, real-world geo-localization systems in autonomous navigation.
Abstract
We present a winning solution to RoboSense 2025 Track 4: Cross-Modal Drone Navigation. The task retrieves the most relevant geo-referenced image from a large multi-platform corpus (satellite/drone/ground) given a natural-language query. Two obstacles are severe inter-platform heterogeneity and a domain gap between generic training descriptions and platform-specific test queries. We mitigate these with a domain-aligned preprocessing pipeline and a Mixture-of-Experts (MoE) framework: (i) platform-wise partitioning, satellite augmentation, and removal of orientation words; (ii) an LLM-based caption refinement pipeline to align textual semantics with the distinct visual characteristics of each platform. Using BGE-M3 (text) and EVA-CLIP (image), we train three platform experts using a progressive two-stage, hard-negative mining strategy to enhance discriminative power, and fuse their scores at inference. The system tops the official leaderboard, demonstrating robust cross-modal geo-localization under heterogeneous viewpoints.
