CVAug 19, 2022

Self-Supervised Place Recognition by Refining Temporal and Featural Pseudo Labels from Panoramic Data

arXiv:2208.09315v36 citationsh-index: 24
Originality Incremental advance
AI Analysis

This addresses the need for accurate place recognition in robotics and autonomous systems when labeled data is unavailable, though it is an incremental improvement over existing self-supervised methods.

The paper tackles the problem of visual place recognition without ground truth poses by proposing a self-supervised framework that uses temporal and feature neighborhoods to discover spatial neighborhoods, achieving improved recall rates, robustness, and heading diversity compared to baselines.

Visual place recognition (VPR) using deep networks has achieved state-of-the-art performance. However, most of them require a training set with ground truth sensor poses to obtain positive and negative samples of each observation's spatial neighborhood for supervised learning. When such information is unavailable, temporal neighborhoods from a sequentially collected data stream could be exploited for self-supervised training, although we find its performance suboptimal. Inspired by noisy label learning, we propose a novel self-supervised framework named TF-VPR that uses temporal neighborhoods and learnable feature neighborhoods to discover unknown spatial neighborhoods. Our method follows an iterative training paradigm which alternates between: (1) representation learning with data augmentation, (2) positive set expansion to include the current feature space neighbors, and (3) positive set contraction via geometric verification. We conduct auto-labeling and generalization tests on both simulated and real datasets, with either RGB images or point clouds as inputs. The results show that our method outperforms self-supervised baselines in recall rate, robustness, and heading diversity, a novel metric we propose for VPR. Our code and datasets can be found at https://ai4ce.github.io/TF-VPR/

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