Sample4Geo: Hard Negative Sampling For Cross-View Geo-Localisation

ICCV 2023  ยท  Fabian Deuser, Konrad Habel, Norbert Oswald ยท

Cross-View Geo-Localisation is still a challenging task where additional modules, specific pre-processing or zooming strategies are necessary to determine accurate positions of images. Since different views have different geometries, pre-processing like polar transformation helps to merge them. However, this results in distorted images which then have to be rectified. Adding hard negatives to the training batch could improve the overall performance but with the default loss functions in geo-localisation it is difficult to include them. In this article, we present a simplified but effective architecture based on contrastive learning with symmetric InfoNCE loss that outperforms current state-of-the-art results. Our framework consists of a narrow training pipeline that eliminates the need of using aggregation modules, avoids further pre-processing steps and even increases the generalisation capability of the model to unknown regions. We introduce two types of sampling strategies for hard negatives. The first explicitly exploits geographically neighboring locations to provide a good starting point. The second leverages the visual similarity between the image embeddings in order to mine hard negative samples. Our work shows excellent performance on common cross-view datasets like CVUSA, CVACT, University-1652 and VIGOR. A comparison between cross-area and same-area settings demonstrate the good generalisation capability of our model.

PDF Abstract ICCV 2023 PDF ICCV 2023 Abstract
Task Dataset Model Metric Name Metric Value Global Rank Result Benchmark
Image-Based Localization cvact Sample4Geo Recall@1 90.81 # 1
Recall@5 96.74 # 1
Recall@10 97.48 # 1
Recall@1 (%) 98.77 # 1
Image-Based Localization cvusa Sample4Geo Recall@10 99.78 # 1
Recall@1 98.68 # 1
Recall@5 99.68 # 1
Recall@top1% 99.87 # 1
Drone-view target localization University-1652 Sample4Geo AP 93.81 # 2
Recall@1 92.65 # 2
Image-Based Localization VIGOR Cross Area Sample4Geo Recall@1 61.70 # 1
Recall@5 83.50 # 1
Recall@10 88.00 # 1
Recall@1% 98.17 # 1
Hit Rate 69.87 # 1
Image-Based Localization VIGOR Same Area Sample4Geo Recall@1 77.86 # 1
Recall@5 95.66 # 1
Recall@10 97.21 # 1
Recall@1% 99.61 # 2
Hit Rate 89.82 # 1

Methods