REVIEW 4 major objections 5 minor 44 references
Warp-free Cross-view Geo-localization via Feature-space Consensus Mining
T0 review · 4 major / 5 minor · reviewed 2026-08-11 · deepseek-v4-flash
Pith's one-line read A semantic consensus mined in feature space, without geometric warping, sets new state-of-the-art results in cross-view geo-localization.
desk verdict A genuinely new training-only joint-view consensus idea with solid ablations, but the SOTA claim rests on single-seed margins that don't hold on every metric. read the letter →
The pith
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
The reading
What carries the argument
The load-bearing machinery is a train-only joint-view consensus pathway plus a shared semantic dictionary. The joint representation $Z_{joint}$ is obtained by concatenating street tokens $Z_g$ and satellite tokens $Z_a$ and applying global multi-head self-attention, letting tokens from each view borrow corroborative evidence from the other. A set of $K$ learnable global pattern probes $P$, refined by self-attention into $P'$, then queries the street, satellite, and joint token sequences through cross-attention, producing descriptors $v_g$, $v_a$, and $v_{joint}$ in the same semantic basis. The training objective is $L_{total}=L_{g\leftrightarrow a}+\lambda(L_{g\leftrightarrow joint}+L_{a\leftrightarrow joint})$, symmetric InfoNCE losses in which the joint descriptor acts as the anchor. At inference, only the single-view branches and the shared probes remain.
What would settle it
Train the single-view encoders with the consensus objective on one city, then evaluate on a city whose buildings, vegetation, and street furniture share no visual vocabulary with training; if top-1 recall reverts to the no-consensus baseline, the joint-view anchor was overfitting to training-area co-occurrences rather than mining a transferable consensus.
Extended reading notes
Core claim
The central claim, stated on the paper's own terms, is that robust cross-view geo-localization can be achieved without geometric warping by treating co-visible evidence as a semantic consensus to be discovered and reinforced in feature space. The discovery is that a joint-view representation built by concatenating street and satellite patch tokens and applying global self-attention spontaneously highlights co-visible elements; when the two single-view streams and this joint stream are interpreted through the same globally shared pattern probes, divergent modalities land in a strictly aligned metric space. The consensus-mediated symmetric InfoNCE objective uses the joint-view descriptor as an anchor to draw the street and satellite descriptors closer to the shared semantics, suppressing view-exclusive distractors. Because this capability is absorbed into the single-view encoders during training, the joint branch can be discarded at inference with no extra overhead. The paper reports state-of-the-art top-1 recall and hit-rate numbers on VIGOR same-area and cross-area splits, and top-1 recall gains over the second-best methods on CVUSA, CVACT-Val, and CVACT-Test.
Load-bearing premise
The load-bearing premise is that the joint-view representation, built by concatenating the two views and running global self-attention, genuinely captures shared semantic consensus rather than averaging the views or memorizing training locations, and that this consensus transfers to the single-view encoders when used as a training anchor.
Editorial extensions
If this is right
- If the claim is right, polar and bird's-eye-view preprocessing are unnecessary for state-of-the-art retrieval; future methods can focus on semantic alignment rather than pixel-space warping.
- Because the joint branch is train-only, the accuracy gains come with no added inference cost, so the method can replace warping-based pipelines without slowing deployment.
- The shared pattern probes transfer across ground-to-satellite and UAV-to-satellite settings, suggesting the consensus mechanism is not tied to a specific camera platform.
- The cross-area VIGOR results imply that consensus distillation generalizes to unseen regions better than geometry-based compensation, which is the more practical setting for real-world localization.
Reading between the lines
- Editorial extension: The joint-view anchor acts like a soft pseudo-label encoding what the two views agree on, so the same recipe could transfer to other dual-modality retrieval tasks, such as image-text matching or multi-camera person re-identification, where view-exclusive noise also hurts correspondences.
- Editorial extension: The qualitative claim that probes attend to co-visible structures could be made quantitative by measuring the intersection-over-union of probe attention between single-view and joint-view streams on held-out pairs; if the agreement is not above chance, the consensus interpretation would need revision.
- Editorial extension: The paper does not analyze failure when training and test regions share no visual vocabulary; a direct stress test would train on VIGOR and evaluate on a city absent from the benchmark, where the joint anchor might overfit to training-city co-occurrences.
Signed reviews
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The paper proposes a warp-free cross-view geo-localization framework. During training, a joint-view branch concatenates street and satellite tokens and applies global self-attention to mine a cross-view consensus; a shared set of learnable global pattern probes projects all three streams into a common semantic basis; and a consensus-mediated contrastive loss pulls the single-view descriptors toward the joint-view anchor. At inference the joint branch is discarded, so retrieval uses only the single-view encoders. The authors report state-of-the-art performance on CVUSA, CVACT, VIGOR, and University-1652, together with ablations on VIGOR and qualitative analyses of probe attention and token-level interactions.
Significance. If the empirical claims hold, the work offers a useful alternative to explicit geometric warping in cross-view geo-localization, replacing polar or BEV transforms with a learned feature-space consensus. The central idea of transferring consensus-mining ability into single-view encoders via self-distillation is plausible and the paper provides code, multiple benchmark results, and componentwise ablations. The largest contributions are the architecture design (joint-view encoding with shared probes) and the demonstration that a training-only joint branch can improve inference-time retrieval without extra test-time computation. The main weaknesses are the lack of statistical rigor in the headline comparisons and a confounded ablation, which currently leave the strongest claims not fully established.
major comments (4)
- [§4.3, Tables 1-3] The 'state-of-the-art across four benchmarks' claim rests on single-seed runs with margins over the strongest baseline of only 0.33-1.41 points in R@1 (and a deficit on VIGOR R@1% in Table 2). No error bars, number of seeds, or significance tests are reported. Because these margins are within typical seed-to-seed variation for retrieval models, the central claim is not statistically established. Please report mean±std over at least 3 seeds, or a paired significance test, for the main tables and for the ablation in Table 5.
- [§4.4, Table 5] The ablation labeled 'CM' is confounded: moving from row 3 (GPP only) to row 5 (GPP+CM) simultaneously adds the entire joint-view encoder branch (global self-attention over concatenated street/satellite tokens) and two extra contrastive terms (L_g↔joint and L_a↔joint). The observed R@1 gain from 81.59 to 83.15 could be due to added model capacity, extra training signal, or better regularization rather than to the consensus-mining mechanism itself. A capacity-controlled baseline — for example, a joint branch with random or frozen attention, or an equally sized single-view teacher — is needed to isolate the contribution of learning a semantic consensus.
- [§4.3, Table 2, and Abstract] The abstract claims state-of-the-art performance across all four benchmarks, yet the paper itself notes that Co-Retrieval attains higher R@1% on VIGOR. The justification that R@1 and Hit Rate 'better reflect practical retrieval quality' is not supported by an argument or by prior conventions in the field. Either provide a principled rationale for prioritizing those metrics or qualify the state-of-the-art claim to match the reported metric set.
- [§4.1-4.3] The comparisons with prior work rely on numbers taken from the original papers rather than re-running baselines under the same training setup (backbone, resolution, batch size, augmentation, and number of epochs). Given the small absolute margins, implementation differences could change the ranking. Please re-run the strongest baselines (at least Sample4Geo and Co-Retrieval) under the same protocol, or discuss the comparability of the published settings in detail.
minor comments (5)
- [§3.3, after Eq. (3)] The descriptor dimension is stated as D=K×C, but the text says the flattened features are 'projected' to form descriptors. Please clarify whether a linear projection is applied and what its output dimension is; if D equals K×C, the term 'projected' is misleading.
- [§4.3, Table 4] At 96 probes, R@1% and Hit Rate are slightly higher (99.65 and 94.50) than at 64 probes (99.59 and 94.41), while R@1 is unchanged. The text says 'further increasing to 96 brings no gains in Recall@1' and selects 64 for the compute trade-off; please also report the effect on the other metrics and justify the choice considering them.
- [§4.2, Implementation Details] The phrase 'freeze all blocks except the last one' is ambiguous: it is not clear whether 'last one' refers to the last ConvNeXt block, the last self-attention layer, or the final linear projection. Please specify exactly which parameters are trainable.
- [Figure 3 and Figure 4 captions] The captions refer to a cyan triangle marking the ground-level capture location, but the text and figures do not consistently make the marker location clear in all subfigures. Please ensure the annotation is visible and described consistently.
- [§3.4, Eq. (6)] The loss weight λ is said to be fixed to 0.5 for all datasets. Please provide a sensitivity analysis for λ, or state whether the result is stable across a small range around 0.5, since the value could affect the balance between the primary and consensus-mediated constraints.
Circularity Check
No significant circularity: the joint-view anchor is an auxiliary training branch, and the paper's evidence is external benchmark comparison, so no claim reduces to its inputs by construction.
full rationale
The paper's central mechanism is a self-distillation setup: a joint-view branch (concatenated street and satellite tokens passed through global self-attention, Eq. 3) produces an auxiliary anchor, and the consensus-mediated loss (Eq. 6) pulls single-view descriptors toward that anchor during training, while the branch is removed at inference. This is not circular: the joint anchor is not a fitted constant whose value is later reported as a prediction; it is an additional training signal, and retrieval at test time uses only the single-view encoders. The 'consensus' is admittedly defined as whatever the joint branch computes, but the paper never derives a theorem from this definition; its evidence is external benchmark comparisons (Tables 1-3) and ablations (Table 5). The one self-citation (Ref. 26, Song et al. 2025, sharing the first author) appears only in related work as a general statement about fine-grained matching and is not load-bearing for any claim. Concerns about small performance margins, single-seed runs, and hyperparameter selection on the VIGOR same-area split are empirical-validity issues, not instances of a prediction reducing by construction to its inputs. No step in the paper equates an output to an input by definition or renames a fitted parameter as a prediction.
Assumptions & free parameters
free parameters (2)
- loss_weight_lambda =
0.5
- num_probes_K =
64
assumptions (3)
- domain assumption The joint-view representation from global self-attention over concatenated tokens captures cross-view consensus useful for alignment.
- domain assumption A shared set of pattern probes serves as a common semantic dictionary across street, satellite, and joint views.
- domain assumption Pulling single-view embeddings toward the joint-view anchor transfers consensus-mining ability to single-view encoders.
Cite this review
Pith. "Pith review of Warp-free Cross-view Geo-localization via Feature-space Consensus Mining." pith.science (2026). https://pith.science/paper/AYTA4YNQ
@misc{pith2026260809321,
author = {Pith},
title = {Pith review of: Warp-free Cross-view Geo-localization via Feature-space Consensus Mining},
year = {2026},
howpublished = {\url{https://pith.science/paper/AYTA4YNQ}},
note = {Machine review of arXiv:2608.09321}
}
read the original abstract
Cross-view geo-localization is challenging due to drastic viewpoint changes and large appearance discrepancies between street-level and satellite imagery. Although existing methods often use geometric warping to expose co-visible cues, such transformations rely on restrictive spatial assumptions and inevitably introduce severe visual distortions under view-dependent visibility, yielding noisy supervision and fragile correspondences. To overcome this, we propose a novel joint-view consensus-guided learning framework that entirely bypasses explicit geometric warping. Instead of forcing rigid spatial alignment, we dynamically mine and adaptively strengthen a semantic consensus directly within the feature space. Specifically, an auxiliary joint-view pathway during training enables direct cross-view interaction, allowing each view to selectively aggregate corroborative evidence into a unified consensus representation. To resolve feature heterogeneity among the single- and joint-view streams, we introduce global pattern probes acting as a semantic dictionary to project divergent modalities into a strictly aligned metric space. Guided by a consensus-mediated contrastive objective, single-view embeddings are explicitly pulled toward the joint-view anchor during training, distilling this consensus-mining capability into the single-view encoders for robust retrieval at inference. Extensive experiments demonstrate that our method achieves state-of-the-art performance across four standard benchmarks, underscoring the importance of discovering cross-view semantic consensus for reliable geo-localization.
Figures
Reference graph
Works this paper leans on
-
[1]
In: Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, CVPR (2024)
Ali-Bey, A., Chaib-Draa, B., Giguere, P.: Boq: A place is worth a bag of learnable queries. In: Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, CVPR (2024)
work page 2024
-
[2]
In: Proceedings of the ACM International Con- ference on Multimedia, ACM MM (2011)
Bansal, M., Sawhney, H.S., Cheng, H., Daniilidis, K.: Geo-localization of street views with aerial image databases. In: Proceedings of the ACM International Con- ference on Multimedia, ACM MM (2011)
work page 2011
-
[3]
In: Proceedings of the IEEE/CVF International Conference on Computer Vision, ICCV (2019) 16 Z
Cai,S.,Guo,Y.,Khan,S.,Hu,J.,Wen,G.:Ground-to-aerialimagegeo-localization with a hard exemplar reweighting triplet loss. In: Proceedings of the IEEE/CVF International Conference on Computer Vision, ICCV (2019) 16 Z. Song et al
work page 2019
-
[4]
In: Proceedings of the European Conference on Computer Vision, ECCV (2020)
Carion, N., Massa, F., Synnaeve, G., Usunier, N., Kirillov, A., Zagoruyko, S.: End-to-end object detection with transformers. In: Proceedings of the European Conference on Computer Vision, ECCV (2020)
work page 2020
-
[5]
In: Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, CVPR (2017)
Chen, W., Chen, X., Zhang, J., Huang, K.: Beyond triplet loss: A deep quadruplet network for person re-identification. In: Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, CVPR (2017)
work page 2017
-
[6]
Chen, Z., Li, K., Li, H., Fu, Z., Zhang, H., Guo, Y.: Metric localization for lunar rovers via cross-view image matching. Visual Intelligence (Vis. Intell.)2, 12 (2024)
work page 2024
-
[7]
In: Proceedings of the IEEE Conference on Virtual Reality and 3D User Interfaces, IEEE VR (2018)
Chiu, H.P., Murali, V., Villamil, R., Kessler, G.D., Samarasekera, S., Kumar, R.: Augmented reality driving using semantic geo-registration. In: Proceedings of the IEEE Conference on Virtual Reality and 3D User Interfaces, IEEE VR (2018)
work page 2018
-
[8]
In: Proceedings of the IEEE/CVF International Conference on Computer Vision, ICCV (2023)
Deuser, F., Habel, K., Oswald, N.: Sample4geo: Hard negative sampling for cross- view geo-localisation. In: Proceedings of the IEEE/CVF International Conference on Computer Vision, ICCV (2023)
work page 2023
Show all 44 references
-
[9]
In: Proceedings of the IEEE/CVF International Conference on Computer Vision, ICCV (2019)
Doan, A.D., Latif, Y., Chin, T.J., Liu, Y., Do, T.T., Reid, I.: Scalable place recog- nition under appearance change for autonomous driving. In: Proceedings of the IEEE/CVF International Conference on Computer Vision, ICCV (2019)
2019
-
[10]
In: Proceedings of the International Conference on Learning Representations, ICLR (2021)
Dosovitskiy, A., Beyer, L., Kolesnikov, A., Weissenborn, D., Zhai, X., Unterthiner, T., Dehghani, M., Minderer, M., Heigold, G., Gelly, S., Uszkoreit, J., Houlsby, N.: An image is worth 16x16 words: Transformers for image recognition at scale. In: Proceedings of the Internatio...
2021
-
[11]
In: Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, CVPR (2023)
Fervers, F., Bullinger, S., Bodensteiner, C., Arens, M., Stiefelhagen, R.: Uncertainty-aware vision-based metric cross-view geolocalization. In: Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, CVPR (2023)
2023
-
[12]
IEEE Transactions on Image Processing (TIP)31, 2094–2105 (2022)
Guo, Y., Choi, M., Li, K., Boussaid, F., Bennamoun, M.: Soft exemplar high- lighting for cross-view image-based geo-localization. IEEE Transactions on Image Processing (TIP)31, 2094–2105 (2022)
2022
-
[13]
IEEE Transactions on Pattern Analysis and Machine Intelligence (TPAMI) 48(1), 202–218 (2026)
Guo,Y.,Wang,L.,Mao,W.,Dong,X.,Wang,Y.,Liu,L.,An,W.:Deeplookupnet- work. IEEE Transactions on Pattern Analysis and Machine Intelligence (TPAMI) 48(1), 202–218 (2026)
2026
-
[14]
IEEE Transactions on Geoscience and Remote Sensing (TGRS)63, 1–15 (2025)
Hu, S., Shi, Z., Jin, T., Liu, Y.: Query-driven feature learning for cross-view geo- localization. IEEE Transactions on Geoscience and Remote Sensing (TGRS)63, 1–15 (2025)
2025
-
[15]
In: Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, CVPR (2018)
Hu, S., Feng, M., Nguyen, R.M.H., Lee, G.H.: Cvm-net: Cross-view matching network for image-based ground-to-aerial geo-localization. In: Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, CVPR (2018)
2018
-
[16]
In: Proceedings of the AAAI Conference on Artificial Intelligence, AAAI (2025)
Ji, Y., He, B., Tan, Z., Wu, L.: Game4loc: A uav geo-localization benchmark from game data. In: Proceedings of the AAAI Conference on Artificial Intelligence, AAAI (2025)
2025
-
[17]
In: Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, CVPR (2019)
Liu, L., Li, H.: Lending orientation to neural networks for cross-view geo- localization. In: Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, CVPR (2019)
2019
-
[18]
In: Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, CVPR (2022)
Liu, Z., Mao, H., Wu, C.Y., Feichtenhofer, C., Darrell, T., Xie, S.: A convnet for the 2020s. In: Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, CVPR (2022)
2022
-
[19]
In: Proceedings of Advances in Neural Information Processing Systems, NeurIPS (2018)
Mirowski, P., Grimes, M., Malinowski, M., Hermann, K.M., Anderson, K., Teplyashin, D., Simonyan, K., Kavukcuoglu, K., Zisserman, A., Hadsell, R.: Learn- Warp-free Cross-view Geo-localization via Feature-space Consensus Mining 17 ing to navigate in cities without a map. In: Pro...
2018
-
[20]
In: Proceedings of the International Conference on Machine Learning, ICML (2021)
Radford, A., Kim, J.W., Hallacy, C., Ramesh, A., Goh, G., Agarwal, S., Sastry, G., Askell, A., Mishkin, P., Clark, J., Krueger, G., Sutskever, I.: Learning trans- ferable visual models from natural language supervision. In: Proceedings of the International Conference on Machin...
2021
-
[21]
In: Proceedings of the IEEE/CVF Conference on Com- puter Vision and Pattern Recognition, CVPR (2015)
Schroff, F., Kalenichenko, D., Philbin, J.: Facenet: A unified embedding for face recognition and clustering. In: Proceedings of the IEEE/CVF Conference on Com- puter Vision and Pattern Recognition, CVPR (2015)
2015
-
[22]
IEEE Transactions on Circuits and Systems for Video Technology (TCSVT)34(3), 1456–1468 (2024)
Shen, T., Wei, Y., Kang, L., Wan, S., Yang, Y.H.: Mccg: A convnext-based multiple-classifier method for cross-view geo-localization. IEEE Transactions on Circuits and Systems for Video Technology (TCSVT)34(3), 1456–1468 (2024)
2024
-
[23]
Shi, Y., Liu, L., Yu, X., Li, H.: Spatial-aware feature aggregation for image based cross-viewgeo-localization.In:ProceedingsofAdvancesinNeuralInformationPro- cessing Systems, NeurIPS (2019)
2019
-
[24]
In: Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, CVPR (2020)
Shi, Y., Yu, X., Campbell, D., Li, H.: Where am i looking at? joint location and orientation estimation by cross-view matching. In: Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, CVPR (2020)
2020
-
[25]
In: Proceedings of the AAAI Conference on Artificial Intelligence, AAAI (2020)
Shi, Y., Yu, X., Liu, L., Zhang, T., Li, H.: Optimal feature transport for cross- view image geo-localization. In: Proceedings of the AAAI Conference on Artificial Intelligence, AAAI (2020)
2020
-
[26]
arXiv preprint arXiv:2505.07622 (2025)
Song, Z., Zhang, Y., Li, K., Wang, L., Guo, Y.: A unified hierarchical framework for fine-grained cross-view geo-localization over large-scale scenarios. arXiv preprint arXiv:2505.07622 (2025)
2025 arXiv
-
[27]
In: Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, CVPR (2021)
Toker, A., Zhou, Q., Maximov, M., Leal-Taixé, L.: Coming down to earth: Satellite- to-street view synthesis for geo-localization. In: Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, CVPR (2021)
2021
-
[28]
In: Proceedings of the European Conference on Computer Vision, ECCV (2016)
Varior, R.R., Haloi, M., Wang, G.: Gated siamese convolutional neural network ar- chitecture for human re-identification. In: Proceedings of the European Conference on Computer Vision, ECCV (2016)
2016
-
[29]
In: Proceedings of the IEEE/RSJ International Conference on Intelligent Robots and Systems, IROS (2014)
Viswanathan, A., Pires, B.R., Huber, D.: Vision based robot localization by ground to satellite matching in gps-denied situations. In: Proceedings of the IEEE/RSJ International Conference on Intelligent Robots and Systems, IROS (2014)
2014
-
[30]
In: Proceedings of the European Conference on Computer Vision, ECCV (2016)
Vo, N.N., Hays, J.: Localizing and orienting street views using overhead imagery. In: Proceedings of the European Conference on Computer Vision, ECCV (2016)
2016
-
[31]
arXiv preprint arXiv:2502.09080 (2025)
Wang, Q., Wu, S., Shi, Y.: Bevsplat: Resolving height ambiguity via feature-based gaussian primitives for weakly-supervised cross-view localization. arXiv preprint arXiv:2502.09080 (2025)
2025
-
[32]
IEEE Transactions on Circuits and Systems for Video Technology (TCSVT)32(2), 867–879 (2022)
Wang, T., Zheng, Z., Yan, C., Zhang, J., Sun, Y., Zheng, B., Yang, Y.: Each part matters: Local patterns facilitate cross-view geo-localization. IEEE Transactions on Circuits and Systems for Video Technology (TCSVT)32(2), 867–879 (2022)
2022
-
[33]
In: Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, CVPR (2019)
Wang, X., Han, X., Huang, W., Dong, D., Scott, M.R.: Multi-similarity loss with general pair weighting for deep metric learning. In: Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, CVPR (2019)
2019
-
[34]
Remote Sensing (Remote Sens.) 14(11), 2575 (2022)
Wilson, D., Alshaabi, T., Van Oort, C., Zhang, X., Nelson, J., Wshah, S.: Object tracking and geo-localization from street images. Remote Sensing (Remote Sens.) 14(11), 2575 (2022)
2022
-
[35]
In: Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition Workshops, CVPRW (2015) 18 Z
Workman, S., Jacobs, N.: On the location dependence of convolutional neural net- work features. In: Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition Workshops, CVPRW (2015) 18 Z. Song et al
2015
-
[36]
IEEE Transactions on Geoscience and Remote Sensing (TGRS)62, 1–14 (2024)
Wu, Q., Wan, Y., Zheng, Z., Zhang, Y., Wang, G., Zhao, Z.: Camp: A cross-view geo-localization method using contrastive attributes mining and position-aware partitioning. IEEE Transactions on Geoscience and Remote Sensing (TGRS)62, 1–14 (2024)
2024
-
[37]
In: Proceedings of Advances in Neural Information Processing Systems, NeurIPS (2021)
Yang, H., Lu, X., Zhu, Y.: Cross-view geo-localization with layer-to-layer trans- former. In: Proceedings of Advances in Neural Information Processing Systems, NeurIPS (2021)
2021
-
[38]
In: Proceedings of the European Conference on Computer Vision, ECCV (2025)
Ye, J., Lv, Z., Li, W., Yu, J., Yang, H., Zhong, H., He, C.: Cross-view image geo-localization with panorama-bev co-retrieval network. In: Proceedings of the European Conference on Computer Vision, ECCV (2025)
2025
-
[39]
In: Proceedings of the IEEE/CVF Conference on Com- puter Vision and Pattern Recognition, CVPR (2017)
Zhai, M., Bessinger, Z., Workman, S., Jacobs, N.: Predicting ground-level scene layout from aerial imagery. In: Proceedings of the IEEE/CVF Conference on Com- puter Vision and Pattern Recognition, CVPR (2017)
2017
-
[40]
In: Proceedings of the AAAI Conference on Artificial Intelligence, AAAI (2023)
Zhang, X., Li, X., Sultani, W., Zhou, Y., Wshah, S.: Cross-view geo-localization via learning disentangled geometric layout correspondence. In: Proceedings of the AAAI Conference on Artificial Intelligence, AAAI (2023)
2023
-
[41]
In: Proceedings of the ACM International Conference on Multimedia, ACM MM (2020)
Zheng, Z., Wei, Y., Yang, Y.: University-1652: A multi-view multi-source bench- mark for drone-based geo-localization. In: Proceedings of the ACM International Conference on Multimedia, ACM MM (2020)
2020
-
[42]
In: Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, CVPR (2022)
Zhu, S., Shah, M., Chen, C.: Transgeo: Transformer is all you need for cross-view image geo-localization. In: Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, CVPR (2022)
2022
-
[43]
In: Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, CVPR (2021)
Zhu, S., Yang, T., Chen, C.: Vigor: Cross-view image geo-localization beyond one- to-one retrieval. In: Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, CVPR (2021)
2021
-
[44]
arXiv preprint arXiv:2302.01572 (2023)
Zhu, Y., Yang, H., Lu, Y., Huang, Q.: Simple, effective and general: A new back- bone for cross-view image geo-localization. arXiv preprint arXiv:2302.01572 (2023)
2023 arXiv
Reviewed August 11, 2026 · model on record in the stance chip above.
Discussion (0). Continue with ORCID to comment.