paper-with-me

홈 › Papers

Cross-view Geo-localization with Evolving Transformer

2021-07-02 · Hongji Yang, Xiufan Lu, Yingying Zhu

In this work, we address the problem of cross-view geo-localization, which estimates the geospatial location of a street view image by matching it with a database of geo-tagged aerial images. The cross-view matching task is extremely challenging due to drastic appearance and geometry differences across views. Unlike existing methods that predominantly fall back on CNN, here we devise a novel evolving geo-localization Transformer (EgoTR) that utilizes the properties of self-attention in Transformer to model global dependencies, thus significantly decreasing visual ambiguities in cross-view geo-localization. We also exploit the positional encoding of Transformer to help the EgoTR understand and correspond geometric configurations between ground and aerial images. Compared to state-of-the-art methods that impose strong assumption on geometry knowledge, the EgoTR flexibly learns the positional embeddings through the training objective and hence becomes more practical in many real-world scenarios. Although Transformer is well suited to our task, its vanilla self-attention mechanism independently interacts within image patches in each layer, which overlooks correlations between layers. Instead, this paper propose a simple yet effective self-cross attention mechanism to improve the quality of learned representations. The self-cross attention models global dependencies between adjacent layers, which relates between image patches while modeling how features evolve in the previous layer. As a result, the proposed self-cross attention leads to more stable training, improves the generalization ability and encourages representations to keep evolving as the network goes deeper. Extensive experiments demonstrate that our EgoTR performs favorably against state-of-the-art methods on standard, fine-grained and cross-dataset cross-view geo-localization tasks.

📄 PDF Abstract BibTeX arXiv:2107.00842

Code (0)

등록된 구현이 없습니다.

Tasks

geo-localization

Methods 이 논문이 사용한 방법론

Multi-Head Attention 설명 없음
Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…
Position-Wise Feed-Forward Layer 설명 없음
Adam 설명 없음
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…

Similar Papers 제목 키워드 기반

Cross-view Geo-localization with Layer-to-Layer Transformer

2021-12-01 · NeurIPS 2021 12 · Hongji Yang, Xiufan Lu, Yingying Zhu

In this work, we address the problem of cross-view geo-localization, which estimates the geospatial location of a street view image by matching it with a database of geo-tagged aerial images. The cross-view matching task…

geo-localization

CIPER: A Unified Framework for Cross-view Image-retrieval and Pose-estimation

2026-06-03 · Yurim Jeon, Dongseong Seo, Seung-Woo Seo arxiv

Cross-view geo-localization estimates the geographic location of a ground image by matching it against an aerial image database. Existing methods tackle this through either large-scale retrieval or precise pose estimatio…

Pose Estimation

SMDT: Cross-View Geo-Localization with Image Alignment and Transformer

2022-04-06 · IEEE International Conference on Multimedia and Expo 2022 2022 4 · Xiaoyang Tian, Jie Shao, Deqiang Ouyang, Anjie Zhu 외

The goal of cross-view geo-localization is to determine the location of a given ground image by matching with aerial images. However, existing methods ignore the variability of scenes, additional information and spatial …

geo-localizationSegmentationSemantic Segmentation

BEV-Locator: An End-to-end Visual Semantic Localization Network Using Multi-View Images

2022-11-27 · Zhihuang Zhang, Meng Xu, Wenqiang Zhou, Tao Peng 외

Accurate localization ability is fundamental in autonomous driving. Traditional visual localization frameworks approach the semantic map-matching problem with geometric models, which rely on complex parameter tuning and …

Autonomous DrivingVisual Localization

SMGeo: Cross-View Object Geo-Localization with Grid-Level Mixture-of-Experts

2025-11-18 · Fan Zhang, Haoyuan Ren, Fei Ma, Qiang Yin 외 arxiv

Cross-view object Geo-localization aims to precisely pinpoint the same object across large-scale satellite imagery based on drone images. Due to significant differences in viewpoint and scale, coupled with complex backgr…