CVFeb 14, 2022

Tightly Coupled Learning Strategy for Weakly Supervised Hierarchical Place Recognition

arXiv:2202.06470v110 citations
Originality Incremental advance
AI Analysis

This addresses a specific bottleneck in robotics and autonomous systems by improving real-time visual place recognition, though it appears incremental as it builds on existing hierarchical architectures.

The paper tackles the problem of re-ranking confusion in hierarchical visual place recognition by proposing a tightly coupled learning strategy that jointly optimizes global and local descriptors, resulting in a lightweight unified model that outperforms state-of-the-art methods with over an order of magnitude computational efficiency.

Visual place recognition (VPR) is a key issue for robotics and autonomous systems. For the trade-off between time and performance, most of methods use the coarse-to-fine hierarchical architecture, which consists of retrieving top-N candidates using global features, and re-ranking top-N with local features. However, since the two types of features are usually processed independently, re-ranking may harm global retrieval, termed re-ranking confusion. Moreover, re-ranking is limited by global retrieval. In this paper, we propose a tightly coupled learning (TCL) strategy to train triplet models. Different from original triplet learning (OTL) strategy, it combines global and local descriptors for joint optimization. In addition, a bidirectional search dynamic time warping (BS-DTW) algorithm is also proposed to mine locally spatial information tailored to VPR in re-ranking. The experimental results on public benchmarks show that the models using TCL outperform the models using OTL, and TCL can be used as a general strategy to improve performance for weakly supervised ranking tasks. Further, our lightweight unified model is better than several state-of-the-art methods and has over an order of magnitude of computational efficiency to meet the real-time requirements of robots.

Foundations

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

Your Notes