CVFeb 28, 2023

Global Proxy-based Hard Mining for Visual Place Recognition

arXiv:2302.14217v111 citationsh-index: 38Has Code
Originality Highly original
AI Analysis

This work addresses the computational bottleneck in training deep networks for visual place recognition, offering a scalable solution for applications like robotics and autonomous navigation.

The paper tackles the problem of inefficient hard mining in visual place recognition by introducing a global proxy-based method that enables informative mini-batch sampling with minimal computational overhead, achieving state-of-the-art performance on benchmarks like Pittsburgh and over 100% relative improvement on Nordland.

Learning deep representations for visual place recognition is commonly performed using pairwise or triple loss functions that highly depend on the hardness of the examples sampled at each training iteration. Existing techniques address this by using computationally and memory expensive offline hard mining, which consists of identifying, at each iteration, the hardest samples from the training set. In this paper we introduce a new technique that performs global hard mini-batch sampling based on proxies. To do so, we add a new end-to-end trainable branch to the network, which generates efficient place descriptors (one proxy for each place). These proxy representations are thus used to construct a global index that encompasses the similarities between all places in the dataset, allowing for highly informative mini-batch sampling at each training iteration. Our method can be used in combination with all existing pairwise and triplet loss functions with negligible additional memory and computation cost. We run extensive ablation studies and show that our technique brings new state-of-the-art performance on multiple large-scale benchmarks such as Pittsburgh, Mapillary-SLS and SPED. In particular, our method provides more than 100% relative improvement on the challenging Nordland dataset. Our code is available at https://github.com/amaralibey/GPM

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