← Back to feed
2026-06-29visiondatamultimodalcode

Beyond 2D Matching: A Unified Single-Stage Framework for Geometry-Aware Cross-View Object Geo-Localization

Liyao Wang, Ruipu Wu, Haojun Xu, Lei Shi, Linjiang Huang, Si Liu

PDF preview for Beyond 2D Matching: A Unified Single-Stage Framework for Geometry-Aware Cross-View Object Geo-Localization
Read on arXiv →

Key claim

Significantly improves cross-view object localization accuracy.

In plain English

Imagine you're trying to find a specific object in a city using images from different perspectives, like from a drone or a satellite. Traditionally, people would match the 2D appearances of these images, but this method often fails because it relies on limited datasets and doesn't account for the actual geometry of the scene. This is what's called the limitation of 2D appearance matching, which can lead to inaccuracies when the views differ significantly or when the dataset lacks diversity in prompts and imagery.

To tackle these issues, this paper introduces a new dataset that includes over 220,000 pairs of images from ground, drone, and satellite views, complete with multi-modal prompts and camera poses. This allows for a more flexible and accurate way to refer to targets in different views. The authors also propose a new framework that integrates visual features and referring prompts in a single model, which can predict bounding boxes, segmentation masks, and camera poses all at once. This approach is designed to overcome the limitations of previous methods by using a contrastive loss that aligns different views without needing extensive training data.

The result is a system that not only performs better than existing methods but also generalizes well to new scenes and setups. For anyone building applications that require accurate geo-localization across different perspectives, this work provides a robust solution that leverages both a rich dataset and an innovative modeling approach.

Novelty
8.0/10

The introduction of a large-scale dataset and a novel framework for geo-localization represents a significant advancement in the field.

Reliability
7.5/10

The claims are supported by extensive experiments and comparisons to state-of-the-art methods, though some details on baselines could be clearer.

Deep reliability assessment

The methodology supports the claim that GAGeo performs strongly on the authors' CMA-Loc benchmark and improves over the listed CVOGL baselines under ground-to-satellite, drone-to-satellite, and curated zero-shot ground-to-drone settings. The broader claim of robust real-world generalization is less fully supported because the data is building-centric, partly auto-labeled via OSM/SAM3/Cesium pipelines, and the visible evaluation does not stress many deployment conditions such as stale maps, heavy occlusion, weather, night imagery, or non-building targets.

Reproducibility

A project page is provided at https://cipual.github.io/GAGeo-project-page/, but the provided text does not explicitly confirm an open-source code repository or public dataset download.

Key figure

Figure 1 summarizes CMA-Loc's scale and annotations, then shows GAGeo adapting a 3D foundation model with prompt tokens, task tokens, camera heads, and bbox/mask decoders to outperform prior methods across drone-to-satellite, ground-to-satellite, and zero-shot ground-to-drone localization.

Benchmark results

~CMA-LocmAcc: 81vs TROGeo+5.0 pointsSOTA
~CMA-LocmAcc: 72vs TROGeo+22.0 pointsSOTA
~CMA-LocmIoU: 65vs TROGeo+32.0 pointsSOTA
~CMA-LocmIoU: 73vs TROGeo+32.0 pointsSOTA
~CMA-Loc triplet evaluation subsetmAcc: 44vs TROGeo+23.0 pointsSOTA
~CMA-Loc triplet evaluation subsetAcc@75: 58vs TROGeo+22.0 pointsSOTA
~CMA-Loc triplet evaluation subsetmIoU: 49vs DetGeo+22.0 pointsSOTA
~CMA-Loc triplet evaluation subsetmDice: 66vs TROGeo+26.0 pointsSOTA
Codelink
cipual.github.io/GAGeo-project-pageOfficial