From Coarse to Fine: Robust Hierarchical Localization at Large Scale

Abstract

Robust and accurate visual localization is a fundamental capability for numerous applications, such as autonomous driving, mobile robotics, or augmented reality. It remains, however, a challenging task, particularly for large-scale environments and in presence of significant appearance changes. State-of-the-art methods not only struggle with such scenarios, but are often too resource intensive for certain real-time applications. In this paper we propose HF-Net, a hierarchical localization approach based on a monolithic CNN that simultaneously predicts local features and global descriptors for accurate 6-DoF localization. We exploit the coarse-to-fine localization paradigm: we first perform a global retrieval to obtain location hypotheses and only later match local features within those candidate places. This hierarchical approach incurs significant runtime savings and makes our system suitable for real-time operation. By leveraging learned descriptors, our method achieves remarkable localization robustness across large variations of appearance and sets a new state-of-the-art on two challenging benchmarks for large-scale localization.

Cite

Text

Sarlin et al. "From Coarse to Fine: Robust Hierarchical Localization at Large Scale." Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, 2019. doi:10.1109/CVPR.2019.01300

Markdown

[Sarlin et al. "From Coarse to Fine: Robust Hierarchical Localization at Large Scale." Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, 2019.](https://mlanthology.org/cvpr/2019/sarlin2019cvpr-coarse/) doi:10.1109/CVPR.2019.01300

BibTeX

@inproceedings{sarlin2019cvpr-coarse,
  title     = {{From Coarse to Fine: Robust Hierarchical Localization at Large Scale}},
  author    = {Sarlin, Paul-Edouard and Cadena, Cesar and Siegwart, Roland and Dymczyk, Marcin},
  booktitle = {Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition},
  year      = {2019},
  doi       = {10.1109/CVPR.2019.01300},
  url       = {https://mlanthology.org/cvpr/2019/sarlin2019cvpr-coarse/}
}