CVMay 17, 2021

Leveraging EfficientNet and Contrastive Learning for Accurate Global-scale Location Estimation

arXiv:2105.07645v122 citations
Originality Incremental advance
AI Analysis

This work addresses the problem of accurately estimating image locations at a global scale for applications like mapping and surveillance, representing an incremental improvement over existing methods.

The paper tackles global-scale image geolocation by proposing a mixed classification-retrieval scheme that combines EfficientNet for geographic cell assignment and a residual architecture with contrastive learning for embedding-based retrieval, achieving state-of-the-art performance with 15.0% accuracy at 1km on the Im2GPS3k dataset.

In this paper, we address the problem of global-scale image geolocation, proposing a mixed classification-retrieval scheme. Unlike other methods that strictly tackle the problem as a classification or retrieval task, we combine the two practices in a unified solution leveraging the advantages of each approach with two different modules. The first leverages the EfficientNet architecture to assign images to a specific geographic cell in a robust way. The second introduces a new residual architecture that is trained with contrastive learning to map input images to an embedding space that minimizes the pairwise geodesic distance of same-location images. For the final location estimation, the two modules are combined with a search-within-cell scheme, where the locations of most similar images from the predicted geographic cell are aggregated based on a spatial clustering scheme. Our approach demonstrates very competitive performance on four public datasets, achieving new state-of-the-art performance in fine granularity scales, i.e., 15.0% at 1km range on Im2GPS3k.

Foundations

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

Your Notes