CVIRJun 4, 2024

ProGEO: Generating Prompts through Image-Text Contrastive Learning for Visual Geo-localization

arXiv:2406.01906v114 citationsHas Code
Originality Incremental advance
AI Analysis

This work addresses a challenge in robotics and computer vision applications like autonomous driving, though it appears incremental by adapting existing multi-modal methods to a specific domain.

The paper tackles the problem of visual geo-localization in fine-grained images lacking text descriptions by proposing a two-stage training method that uses CLIP-generated learnable text prompts to enhance image encoder training, achieving competitive results on multiple large-scale datasets.

Visual Geo-localization (VG) refers to the process to identify the location described in query images, which is widely applied in robotics field and computer vision tasks, such as autonomous driving, metaverse, augmented reality, and SLAM. In fine-grained images lacking specific text descriptions, directly applying pure visual methods to represent neighborhood features often leads to the model focusing on overly fine-grained features, unable to fully mine the semantic information in the images. Therefore, we propose a two-stage training method to enhance visual performance and use contrastive learning to mine challenging samples. We first leverage the multi-modal description capability of CLIP (Contrastive Language-Image Pretraining) to create a set of learnable text prompts for each geographic image feature to form vague descriptions. Then, by utilizing dynamic text prompts to assist the training of the image encoder, we enable the image encoder to learn better and more generalizable visual features. This strategy of applying text to purely visual tasks addresses the challenge of using multi-modal models for geographic images, which often suffer from a lack of precise descriptions, making them difficult to utilize widely. We validate the effectiveness of the proposed strategy on several large-scale visual geo-localization datasets, and our method achieves competitive results on multiple visual geo-localization datasets. Our code and model are available at https://github.com/Chain-Mao/ProGEO.

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