CVAIFeb 25, 2024

Deep Homography Estimation for Visual Place Recognition

arXiv:2402.16086v223 citationsh-index: 34Has CodeAAAI
Originality Incremental advance
AI Analysis

This work addresses a bottleneck in robot localization and augmented reality by making geometric verification faster and learnable, though it is incremental as it builds on hierarchical VPR methods.

The paper tackles the problem of slow and non-differentiable homography estimation in visual place recognition by proposing a transformer-based deep homography estimation network, resulting in a method that outperforms state-of-the-art approaches and is over ten times faster than RANSAC-based methods.

Visual place recognition (VPR) is a fundamental task for many applications such as robot localization and augmented reality. Recently, the hierarchical VPR methods have received considerable attention due to the trade-off between accuracy and efficiency. They usually first use global features to retrieve the candidate images, then verify the spatial consistency of matched local features for re-ranking. However, the latter typically relies on the RANSAC algorithm for fitting homography, which is time-consuming and non-differentiable. This makes existing methods compromise to train the network only in global feature extraction. Here, we propose a transformer-based deep homography estimation (DHE) network that takes the dense feature map extracted by a backbone network as input and fits homography for fast and learnable geometric verification. Moreover, we design a re-projection error of inliers loss to train the DHE network without additional homography labels, which can also be jointly trained with the backbone network to help it extract the features that are more suitable for local matching. Extensive experiments on benchmark datasets show that our method can outperform several state-of-the-art methods. And it is more than one order of magnitude faster than the mainstream hierarchical VPR methods using RANSAC. The code is released at https://github.com/Lu-Feng/DHE-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