VVLoc: Prior-free 3-DoF Vehicle Visual Localization
Ze Huang, Zhongyang Xiao, Mingliang Song, Longan Yang, Hongyuan Yuan, Li Sun
TL;DR
VVLoc tackles the gap in autonomous driving localization by unifying topological and metric localization within a single, multi-camera visual framework. It learns global and local-view BEV descriptors without explicit scale priors, leveraging BEV Padding and a matching-based pose estimator to recover $3$-DoF poses while providing a confidence score. The approach achieves state-of-the-art accuracy on public datasets such as NCLT and strong results on a self-collected Park-mapping dataset, including robust loop-closure detection and multi-modal mapping, with demonstrated robustness under degraded sensing. This work delivers a scalable, confidence-aware localization solution suitable for industrial deployment in autonomous driving pipelines.
Abstract
Localization is a critical technology in autonomous driving, encompassing both topological localization, which identifies the most similar map keyframe to the current observation, and metric localization, which provides precise spatial coordinates. Conventional methods typically address these tasks independently, rely on single-camera setups, and often require additional 3D semantic or pose priors, while lacking mechanisms to quantify the confidence of localization results, making them less feasible for real industrial applications. In this paper, we propose VVLoc, a unified pipeline that employs a single neural network to concurrently achieve topological and metric vehicle localization using multi-camera system. VVLoc first evaluates the geo-proximity between visual observations, then estimates their relative metric poses using a matching strategy, while also providing a confidence measure. Additionally, the training process for VVLoc is highly efficient, requiring only pairs of visual data and corresponding ground-truth poses, eliminating the need for complex supplementary data. We evaluate VVLoc not only on the publicly available datasets, but also on a more challenging self-collected dataset, demonstrating its ability to deliver state-of-the-art localization accuracy across a wide range of localization tasks.
