paper-with-me

홈 › Papers

GAReT: Cross-view Video Geolocalization with Adapters and Auto-Regressive Transformers

2024-08-05 · Manu S Pillai, Mamshad Nayeem Rizve, Mubarak Shah

Cross-view video geo-localization (CVGL) aims to derive GPS trajectories from street-view videos by aligning them with aerial-view images. Despite their promising performance, current CVGL methods face significant challenges. These methods use camera and odometry data, typically absent in real-world scenarios. They utilize multiple adjacent frames and various encoders for feature extraction, resulting in high computational costs. Moreover, these approaches independently predict each street-view frame's location, resulting in temporally inconsistent GPS trajectories. To address these challenges, in this work, we propose GAReT, a fully transformer-based method for CVGL that does not require camera and odometry data. We introduce GeoAdapter, a transformer-adapter module designed to efficiently aggregate image-level representations and adapt them for video inputs. Specifically, we train a transformer encoder on video frames and aerial images, then freeze the encoder to optimize the GeoAdapter module to obtain video-level representation. To address temporally inconsistent trajectories, we introduce TransRetriever, an encoder-decoder transformer model that predicts GPS locations of street-view frames by encoding top-k nearest neighbor predictions per frame and auto-regressively decoding the best neighbor based on the previous frame's predictions. Our method's effectiveness is validated through extensive experiments, demonstrating state-of-the-art performance on benchmark datasets. Our code is available at https://github.com/manupillai308/GAReT.

📄 PDF Abstract BibTeX arXiv:2408.02840

Code (1)

manupillai308/garet 공식 구현 pytorch

Tasks

geo-localization

Methods 이 논문이 사용한 방법론

GPS Greedy Policy Search (GPS) is a simple algorithm that learns a policy for test-time data augmentation based on the predictive performance on a validation set. GPS starts with…

Similar Papers 제목 키워드 기반

Wide-Area Geolocalization with a Limited Field of View Camera

2022-09-23 · Lena M. Downes, Ted J. Steiner, Rebecca L. Russell, Jonathan P. How

Cross-view geolocalization, a supplement or replacement for GPS, localizes an agent within a search area by matching images taken from a ground-view camera to overhead images taken from satellites or aircraft. Although t…

CityGuessr: City-Level Video Geo-Localization on a Global Scale

2024-11-10 · Parth Parag Kulkarni, Gaurav Kumar Nayak, Mubarak Shah

Video geolocalization is a crucial problem in current times. Given just a video, ascertaining where it was captured from can have a plethora of advantages. The problem of worldwide geolocalization has been tackled before…

geo-localization

Towards Generative Location Awareness for Disaster Response: A Probabilistic Cross-view Geolocalization Approach

2025-12-23 · Hao Li, Fabian Deuser, Wenping Yin, Steffen Knoblauch 외 arxiv

As Earth's climate changes, it is impacting disasters and extreme weather events across the planet. Record-breaking heat waves, drenching rainfalls, extreme wildfires, and widespread flooding during hurricanes are all be…

Cross-View Geolocalization and Disaster Mapping with Street-View and VHR Satellite Imagery: A Case Study of Hurricane IAN

2024-08-13 · Hao Li, Fabian Deuser, Wenping Yina, Xuanshu Luo 외

Nature disasters play a key role in shaping human-urban infrastructure interactions. Effective and efficient response to natural disasters is essential for building resilience and a sustainable urban environment. Two typ…

Contrastive LearningDisaster Response

GAMa: Cross-view Video Geo-localization

2022-07-06 · Shruti Vyas, Chen Chen, Mubarak Shah

The existing work in cross-view geo-localization is based on images where a ground panorama is matched to an aerial image. In this work, we focus on ground videos instead of images which provides additional contextual cu…

geo-localization