CVAug 10, 2024

Cross-view image geo-localization with Panorama-BEV Co-Retrieval Network

arXiv:2408.05475v152 citationsh-index: 16Has Code
Originality Incremental advance
AI Analysis

It addresses the challenge of geo-localizing street view images for applications like navigation and mapping, though it is incremental as it builds on existing retrieval methods with novel integration.

The paper tackles cross-view geolocalization by matching street view images to satellite imagery using a Panorama-BEV Co-Retrieval Network, which converts panoramas to BEV views and integrates multiple retrieval branches, achieving state-of-the-art results on datasets like CVUSA, CVACT, VIGOR, and a new CVGlobal dataset.

Cross-view geolocalization identifies the geographic location of street view images by matching them with a georeferenced satellite database. Significant challenges arise due to the drastic appearance and geometry differences between views. In this paper, we propose a new approach for cross-view image geo-localization, i.e., the Panorama-BEV Co-Retrieval Network. Specifically, by utilizing the ground plane assumption and geometric relations, we convert street view panorama images into the BEV view, reducing the gap between street panoramas and satellite imagery. In the existing retrieval of street view panorama images and satellite images, we introduce BEV and satellite image retrieval branches for collaborative retrieval. By retaining the original street view retrieval branch, we overcome the limited perception range issue of BEV representation. Our network enables comprehensive perception of both the global layout and local details around the street view capture locations. Additionally, we introduce CVGlobal, a global cross-view dataset that is closer to real-world scenarios. This dataset adopts a more realistic setup, with street view directions not aligned with satellite images. CVGlobal also includes cross-regional, cross-temporal, and street view to map retrieval tests, enabling a comprehensive evaluation of algorithm performance. Our method excels in multiple tests on common cross-view datasets such as CVUSA, CVACT, VIGOR, and our newly introduced CVGlobal, surpassing the current state-of-the-art approaches. The code and datasets can be found at \url{https://github.com/yejy53/EP-BEV}.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes