CVLGROMay 27, 2015

Training a Convolutional Neural Network for Appearance-Invariant Place Recognition

arXiv:1505.07428v173 citations
AI Analysis

This addresses a key challenge in mobile robotics and autonomous driving for loop closure in visual SLAM systems, though it is incremental as it builds on existing CNN methods for place recognition.

The paper tackles the problem of place recognition under severe appearance changes, such as weather or illumination variations, by training a convolutional neural network to map images to a low-dimensional space where Euclidean distances represent place dissimilarity, and demonstrates better performance than state-of-the-art algorithms on popular datasets.

Place recognition is one of the most challenging problems in computer vision, and has become a key part in mobile robotics and autonomous driving applications for performing loop closure in visual SLAM systems. Moreover, the difficulty of recognizing a revisited location increases with appearance changes caused, for instance, by weather or illumination variations, which hinders the long-term application of such algorithms in real environments. In this paper we present a convolutional neural network (CNN), trained for the first time with the purpose of recognizing revisited locations under severe appearance changes, which maps images to a low dimensional space where Euclidean distances represent place dissimilarity. In order for the network to learn the desired invariances, we train it with triplets of images selected from datasets which present a challenging variability in visual appearance. The triplets are selected in such way that two samples are from the same location and the third one is taken from a different place. We validate our system through extensive experimentation, where we demonstrate better performance than state-of-art algorithms in a number of popular datasets.

Foundations

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

Your Notes