Paper Overview
- Field: Computer Vision
- Authors: Yejun Zhang, Xinjue Wang, Zihan Wang
- arXiv: 2507.03228
- Local: directional and distance-aware embeddings enrich neighborhood aggregation with fine-grained spatial structure.
- Global: learnable context nodes aggregate and redistribute scene-level information via cross-attention, resolving ambiguities beyond local receptive fields.
- Training: Mix-Training leverages the detector-agnostic geometric space to learn representations across multiple keypoint detectors.
- 75th-percentile rotation error reduced by 89%
- Translation error reduced by up to 90%
- Zero-shot generalization to unseen detectors
- Significantly narrowed gap with descriptor-based pipelines
Abstract
Descriptor-free visual localization eliminates high-dimensional descriptor storage, preserves scene privacy, and simplifies map maintenance, yet its accuracy still lags far behind descriptor-based pipelines. The authors identify this gap as stemming from insufficient geometric discriminability in geometry-only matching: without visual appearance, current methods underutilize local geometry cues, lack global context among keypoints, and overfit to a single keypoint detector.
A key observation is that descriptor-free matching naturally enables multi-detector training, since heterogeneous keypoints can be optimized in a shared geometry-only space without aligning descriptor spaces.
The GeoMix Framework
GeoMix strengthens geometric discriminability at three levels:
Results
Extensive experiments on MegaDepth, Cambridge Landmarks, 7Scenes, and Aachen Day-Night show that GeoMix achieves a new state of the art among descriptor-free methods:
*Source: arXiv 2507.03228*