Table of Contents
Fetching ...

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.

A Parameter-Efficient Mixture-of-Experts Framework for Cross-Modal Geo-Localization

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.
Paper Structure (26 sections, 1 equation, 2 figures, 2 tables)

This paper contains 26 sections, 1 equation, 2 figures, 2 tables.

Figures (2)

  • Figure 1: The overall architecture of our Parameter-Efficient Mixture-of-Experts (PE-MoE) framework. A shared backbone extracts general features, which are processed by a dynamic gating network and specialized expert heads to produce the final retrieval score.
  • Figure 2: The two-stage training pipeline. Stage 1 builds general alignment using positive pairs, while Stage 2 uses mined hard negatives to refine the model's discriminative ability.