English

ImLoc: Revisiting Visual Localization with Image-based Representation

Computer Vision and Pattern Recognition 2026-01-08 v1

Abstract

Existing visual localization methods are typically either 2D image-based, which are easy to build and maintain but limited in effective geometric reasoning, or 3D structure-based, which achieve high accuracy but require a centralized reconstruction and are difficult to update. In this work, we revisit visual localization with a 2D image-based representation and propose to augment each image with estimated depth maps to capture the geometric structure. Supported by the effective use of dense matchers, this representation is not only easy to build and maintain, but achieves highest accuracy in challenging conditions. With compact compression and a GPU-accelerated LO-RANSAC implementation, the whole pipeline is efficient in both storage and computation and allows for a flexible trade-off between accuracy and highest memory efficiency. Our method achieves a new state-of-the-art accuracy on various standard benchmarks and outperforms existing memory-efficient methods at comparable map sizes. Code will be available at https://github.com/cvg/Hierarchical-Localization.

Keywords

Cite

@article{arxiv.2601.04185,
  title  = {ImLoc: Revisiting Visual Localization with Image-based Representation},
  author = {Xudong Jiang and Fangjinhua Wang and Silvano Galliani and Christoph Vogel and Marc Pollefeys},
  journal= {arXiv preprint arXiv:2601.04185},
  year   = {2026}
}

Comments

Code will be available at https://github.com/cvg/Hierarchical-Localization

R2 v1 2026-07-01T08:54:50.302Z