CamNet: Coarse-to-Fine Retrieval for Camera Re-Localization

Abstract

Camera re-localization is an important but challenging task in applications like robotics and autonomous driving. Recently, retrieval-based methods have been considered as a promising direction as they can be easily generalized to novel scenes. Despite significant progress has been made, we observe that the performance bottleneck of previous methods actually lies in the retrieval module. These methods use the same features for both retrieval and relative pose regression tasks which have potential conflicts in learning. To this end, here we present a coarse-to-fine retrieval-based deep learning framework, which includes three steps, i.e., image-based coarse retrieval, pose-based fine retrieval and precise relative pose regression. With our carefully designed retrieval module, the relative pose regression task can be surprisingly simpler. We design novel retrieval losses with batch hard sampling criterion and two-stage retrieval to locate samples that adapt to the relative pose regression task. Extensive experiments show that our model (CamNet) outperforms the state-of-the-art methods by a large margin on both indoor and outdoor datasets.

Cite

Text

Ding et al. "CamNet: Coarse-to-Fine Retrieval for Camera Re-Localization." Proceedings of the IEEE/CVF International Conference on Computer Vision, 2019. doi:10.1109/ICCV.2019.00296

Markdown

[Ding et al. "CamNet: Coarse-to-Fine Retrieval for Camera Re-Localization." Proceedings of the IEEE/CVF International Conference on Computer Vision, 2019.](https://mlanthology.org/iccv/2019/ding2019iccv-camnet/) doi:10.1109/ICCV.2019.00296

BibTeX

@inproceedings{ding2019iccv-camnet,
  title     = {{CamNet: Coarse-to-Fine Retrieval for Camera Re-Localization}},
  author    = {Ding, Mingyu and Wang, Zhe and Sun, Jiankai and Shi, Jianping and Luo, Ping},
  booktitle = {Proceedings of the IEEE/CVF International Conference on Computer Vision},
  year      = {2019},
  doi       = {10.1109/ICCV.2019.00296},
  url       = {https://mlanthology.org/iccv/2019/ding2019iccv-camnet/}
}