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

**Authors:** Hugo Germain, Guillaume Bourmaud, Vincent Lepetit

arXiv: 1907.03965 · 2019-08-22

## TL;DR

This paper introduces a novel feature matching method for outdoor visual localization that leverages hypercolumn descriptors and an efficient sparse-to-dense search, significantly improving accuracy in challenging conditions.

## Contribution

The method uniquely extracts sparse features only in reference images and searches exhaustively in query images using hypercolumn descriptors, enhancing robustness and efficiency.

## Key findings

- Outperforms state-of-the-art on outdoor datasets
- Robust to varying environmental conditions
- Efficient hypercolumn-based search process

## Abstract

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.

## Full text

_Full body text omitted from this summary view._ Fetch the complete paper as Markdown: https://tomesphere.com/paper/1907.03965/full.md

## Figures

9 figures with captions in the complete paper: https://tomesphere.com/paper/1907.03965/full.md

## References

76 references — full list in the complete paper: https://tomesphere.com/paper/1907.03965/full.md

---
Source: https://tomesphere.com/paper/1907.03965