CVROSep 29, 2020

Fast and Incremental Loop Closure Detection with Deep Features and Proximity Graphs

arXiv:2010.11703v248 citations
Originality Incremental advance
AI Analysis

This work addresses the problem of efficient and accurate place recognition for robotics applications, representing an incremental improvement over previous methods.

The paper tackles loop closure detection in robotics by proposing FILD++, a pipeline that uses a single CNN for global and local feature extraction and a proximity graph for incremental database construction, achieving the highest recall on eight out of eleven datasets with an average execution time of 22.05 ms on the largest dataset.

In recent years, the robotics community has extensively examined methods concerning the place recognition task within the scope of simultaneous localization and mapping applications.This article proposes an appearance-based loop closure detection pipeline named ``FILD++" (Fast and Incremental Loop closure Detection).First, the system is fed by consecutive images and, via passing them twice through a single convolutional neural network, global and local deep features are extracted.Subsequently, a hierarchical navigable small-world graph incrementally constructs a visual database representing the robot's traversed path based on the computed global features.Finally, a query image, grabbed each time step, is set to retrieve similar locations on the traversed route.An image-to-image pairing follows, which exploits local features to evaluate the spatial information. Thus, in the proposed article, we propose a single network for global and local feature extraction in contrast to our previous work (FILD), while an exhaustive search for the verification process is adopted over the generated deep local features avoiding the utilization of hash codes. Exhaustive experiments on eleven publicly available datasets exhibit the system's high performance (achieving the highest recall score on eight of them) and low execution times (22.05 ms on average in New College, which is the largest one containing 52480 images) compared to other state-of-the-art approaches.

Code Implementations2 repos
Foundations

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

Your Notes