CVJul 9, 2019

Sparse-to-Dense Hypercolumn Matching for Long-Term Visual Localization

arXiv:1907.03965v263 citations
Originality Highly original
AI Analysis

This addresses the problem of long-term visual localization for robotics and autonomous systems, representing a novel method for a known bottleneck.

The paper tackles the problem of robust visual localization across different conditions by proposing a sparse-to-dense hypercolumn matching method that extracts sparse features only in reference images and searches exhaustively in query images, achieving state-of-the-art performance on challenging outdoor datasets.

We propose a novel approach to feature point matching, suitable for robust and accurate outdoor visual localization in long-term scenarios. Given a query image, we first match it against a database of registered reference images, using recent retrieval techniques. This gives us a first estimate of the camera pose. To refine this estimate, like previous approaches, we match 2D points across the query image and the retrieved reference image. This step, however, is prone to fail as it is still very difficult to detect and match sparse feature points across images captured in potentially very different conditions. Our key contribution is to show that we need to extract sparse feature points only in the retrieved reference image: We then search for the corresponding 2D locations in the query image exhaustively. This search can be performed efficiently using convolutional operations, and robustly by using hypercolumn descriptors, i.e. image features computed for retrieval. We refer to this method as Sparse-to-Dense Hypercolumn Matching. Because we know the 3D locations of the sparse feature points in the reference images thanks to an offline reconstruction stage, it is then possible to accurately estimate the camera pose from these matches. Our experiments show that this method allows us to outperform the state-of-the-art on several challenging outdoor datasets.

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