CVROJul 31, 2024

VIPeR: Visual Incremental Place Recognition with Adaptive Mining and Continual Learning

arXiv:2407.21416v35 citationsh-index: 10
Originality Incremental advance
AI Analysis

This addresses the issue of limited generalizability and catastrophic forgetting in VPR for autonomous and AR/VR systems, though it is incremental as it builds on lifelong learning methods.

The paper tackles the problem of visual place recognition (VPR) in unseen environments, where existing methods suffer from performance drops, by proposing VIPeR, an approach that adapts to new environments while retaining performance in previous ones, achieving a 13.65% improvement in average performance.

Visual place recognition (VPR) is an essential component of many autonomous and augmented/virtual reality systems. It enables the systems to robustly localize themselves in large-scale environments. Existing VPR methods demonstrate attractive performance at the cost of heavy pre-training and limited generalizability. When deployed in unseen environments, these methods exhibit significant performance drops. Targeting this issue, we present VIPeR, a novel approach for visual incremental place recognition with the ability to adapt to new environments while retaining the performance of previous environments. We first introduce an adaptive mining strategy that balances the performance within a single environment and the generalizability across multiple environments. Then, to prevent catastrophic forgetting in lifelong learning, we draw inspiration from human memory systems and design a novel memory bank for our VIPeR. Our memory bank contains a sensory memory, a working memory and a long-term memory, with the first two focusing on the current environment and the last one for all previously visited environments. Additionally, we propose a probabilistic knowledge distillation to explicitly safeguard the previously learned knowledge. We evaluate our proposed VIPeR on three large-scale datasets, namely Oxford Robotcar, Nordland, and TartanAir. For comparison, we first set a baseline performance with naive finetuning. Then, several more recent lifelong learning methods are compared. Our VIPeR achieves better performance in almost all aspects with the biggest improvement of 13.65% in average performance.

Foundations

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

Your Notes