HOLO: Homography-Guided Pose Estimator Network for Fine-Grained Visual Localization on SD Maps
Xuchang Zhong, Xu Cao, Jinke Feng, Hao Fang
TL;DR
HOLO introduces a homography-guided pose estimation framework for fine-grained visual localization between multi-view images and standard-definition maps. By embedding explicit homography priors into both BEV-map semantic alignment and pose decoding, HOLO achieves faster convergence and higher accuracy than regression-only methods while supporting cross-resolution inputs. The architecture fuses BEV perception with a rasterized SD map through a learned homography, and recovers 3-DoF pose from this geometric constraint, yielding state-of-the-art results on nuScenes with robust performance under noise and cross-resolution conditions. The approach is complemented by an OpenStreetMap based SD-map extension for nuScenes and demonstrates competitive efficiency, making it practical for real-time autonomous navigation with lightweight map data.
Abstract
Visual localization on standard-definition (SD) maps has emerged as a promising low-cost and scalable solution for autonomous driving. However, existing regression-based approaches often overlook inherent geometric priors, resulting in suboptimal training efficiency and limited localization accuracy. In this paper, we propose a novel homography-guided pose estimator network for fine-grained visual localization between multi-view images and standard-definition (SD) maps. We construct input pairs that satisfy a homography constraint by projecting ground-view features into the BEV domain and enforcing semantic alignment with map features. Then we leverage homography relationships to guide feature fusion and restrict the pose outputs to a valid feasible region, which significantly improves training efficiency and localization accuracy compared to prior methods relying on attention-based fusion and direct 3-DoF pose regression. To the best of our knowledge, this is the first work to unify BEV semantic reasoning with homography learning for image-to-map localization. Furthermore, by explicitly modeling homography transformations, the proposed framework naturally supports cross-resolution inputs, enhancing model flexibility. Extensive experiments on the nuScenes dataset demonstrate that our approach significantly outperforms existing state-of-the-art visual localization methods. Code and pretrained models will be publicly released to foster future research.
