CVIVMar 21, 2023

Data-efficient Large Scale Place Recognition with Graded Similarity Supervision

arXiv:2303.11739v265 citationsh-index: 36Has Code
Originality Incremental advance
AI Analysis

This addresses a fundamental bottleneck in computer vision for visual localization, offering a more efficient training approach, though it is incremental in improving contrastive learning for VPR.

The paper tackles the problem of noisy binary supervision in visual place recognition by introducing graded similarity labels and a Generalized Contrastive Loss, which eliminates the need for hard-pair mining and achieves superior or comparable results to existing methods.

Visual place recognition (VPR) is a fundamental task of computer vision for visual localization. Existing methods are trained using image pairs that either depict the same place or not. Such a binary indication does not consider continuous relations of similarity between images of the same place taken from different positions, determined by the continuous nature of camera pose. The binary similarity induces a noisy supervision signal into the training of VPR methods, which stall in local minima and require expensive hard mining algorithms to guarantee convergence. Motivated by the fact that two images of the same place only partially share visual cues due to camera pose differences, we deploy an automatic re-annotation strategy to re-label VPR datasets. We compute graded similarity labels for image pairs based on available localization metadata. Furthermore, we propose a new Generalized Contrastive Loss (GCL) that uses graded similarity labels for training contrastive networks. We demonstrate that the use of the new labels and GCL allow to dispense from hard-pair mining, and to train image descriptors that perform better in VPR by nearest neighbor search, obtaining superior or comparable results than methods that require expensive hard-pair mining and re-ranking techniques. Code and models available at: https://github.com/marialeyvallina/generalized_contrastive_loss

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