GeoFlow: Real-Time Fine-Grained Cross-View Geolocalization via Iterative Flow Prediction

Xiaohan Zhang 1
Ahmad Arrabi 1
Waqas Sultani 2
Chen Chen 3
Safwan Wshah 1
1 Vermont Artificial Intelligence Lab, Department of Computer Science, University of Vermont
2 Intelligent Machines Lab, Information Technology University
3 Institute of Artificial Intelligence, University of Central Florida
CVPR 2026
Overview diagram of the GeoFlow method

Abstract

Accurate and fast localization is vital for safe autonomous navigation in GPS-denied areas. Fine-Grained Cross-View Geolocalization (FG-CVG) aims to estimate the precise 2-Degree-of-Freedom (2-DoF) location of a ground image relative to a satellite image. However, current methods force a difficult trade-off, with high-accuracy models being slow for real-time use. In this paper, we introduce GeoFlow, a new approach that offers a lightweight and highly efficient framework that breaks this accuracy-speed trade-off. Our technique learns a direct probabilistic mapping, predicting the displacement (in distance and direction) required to correct any given location hypothesis. This is complemented by our novel inference algorithm, Iterative Refinement Sampling (IRS). Instead of trusting a single prediction, IRS refines a population of hypotheses, allowing them to iteratively ‘flow’ from random starting points to a robust, converged consensus. Even its iterative nature, this approach offers flexible inference-time scaling, allowing a direct trade-off between performance and computation without any re-training. Experiments on the KITTI and VIGOR datasets show that GeoFlow achieves state-of-the-art efficiency, running at real-time speeds of 29 FPS while maintaining competitive localization accuracy. This work opens a new path for the development of practical real-time geolocalization systems.

Method

The top panel illustrates the architecture of our proposed GeoFlow. Ground (Fg\mathbf{F}_g) and satellite (Fs\mathbf{F}_s) features are extracted by ψg\psi_g and ψs\psi_s, then flattened, positionally encoded, and fused by a Cross-Attention block to produce a single visual representation, fvis\mathbf{f}_{vis}. Separately, an initial location point q0=(x0,y0)\mathbf{q}_0 = (x_0, y_0) is passed through a fully connected layer (FC). This point embedding is concatenated with fvis\mathbf{f}_{vis} to form the joint representation s\mathbf{s}. Finally, two regression heads (vϕ\mathbf{v}^\phi) predict the parameters for the probabilistic displacement: distance (μr,σr)(\mu_r, \sigma_r) and direction (μθ,κ)(\mu_\theta, \kappa). The bottom panel illustrates our Iterative Refinement Sampling (IRS) algorithm. (1) The process starts with NN randomly sampled hypotheses (red dots); the green dot represents the ground truth location. (2–4) In each round, our model predicts the displacement (blue arrows) for all hypotheses, which are then updated and iteratively converge toward the target. (5) After RR rounds, the final robust location (yellow dot) is computed as the mean of the entire converged population.

Results

Ablations (KITTI Cross-Area)

Our inference is controlled by two inference-time knobs (no retraining required):

Increasing NN improves robustness (more hypotheses), while increasing RR improves convergence (more refinement), at the cost of lower FPS.

Impact of refinement rounds (RR)

Rounds (RR)Mean (m) \downarrowMedian (m) \downarrowSpeed (FPS) \uparrow
110.699.9532.55
38.475.8831.23
58.425.6029.49
108.415.5926.23

Impact of initial seeds (NN)

Seeds (NN)Mean (m) \downarrowMedian (m) \downarrowSpeed (FPS) \uparrow
18.585.7530.70
58.495.6630.05
108.425.6029.49
208.415.6028.08

Efficiency

Unified efficiency comparison across representative FG-CVG methods. GeoFlow is designed for practical deployment on resource-constrained and edge devices, prioritizing low compute and memory footprint.

ModelGFLOPs \downarrowVRAM \downarrowInference time \downarrowFPS \uparrow
CCVPE31.184730 MiB41.7 ms24.0
HC-Net11.561900 MiB40.0 ms25.0
GeoFlow7.65686 MiB26.0 ms29.5
Gain (vs HC-Net)-34%-64%-35%+18%

Citation

@article{abulehyeh2026geoflow,
title = {{GeoFlow}: Real-Time Fine-Grained Cross-View Geolocalization via Iterative Flow Prediction},
author = {Abu Lehyeh, Ayesh and Zhang, Xiaohan and Arrabi, Ahmad and Sultani, Waqas and Chen, Chen and Wshah, Safwan},
journal={arXiv preprint arXiv:2603.21943},
year={2026}
}