Xudong Cai1, Yongcai Wang1,*, Zhe Huang1, Yu Shao1, Deying Li1
1 School of Information, Renmin University of China, Beijing, 100872
The availability of city-scale Lidar maps enables the potential of city-scale place recognition using mobile cam- eras. However, the city-scale Lidar maps generally need to be compressed for storage efficiency, which increases the difficulty of direct visual place recognition in compressed Lidar maps. This paper proposes VOLoc, an accurate and efficient visual place recognition method that exploits geometric similarity to directly query the compressed Lidar map via the real-time cap- tured image sequence. In the offline phase, VOLoc compresses the Lidar maps using a Geometry-Preserving Compressor (GPC), in which the compression is reversible, a crucial requirement for the downstream 6DoF pose estimation. In the online phase, VOLoc proposes an online Geometric Recovery Module (GRM), which is composed of online Visual Odometry (VO) and a point cloud optimization module, such that the local scene structure around the camera is online recovered to build the Querying Point Cloud (QPC). Then the QPC is compressed by the same GPC, and is aggregated into a global descriptor by an attention- based aggregation module, to query the compressed Lidar map in the vector space. A transfer learning mechanism is also proposed to improve the accuracy and the generality of the aggregation network. Extensive evaluations show that VOLoc provides localization accuracy even better than the Lidar-to- Lidar place recognition, setting up a new record for utilizing the compressed Lidar map by low-end mobile cameras.
Consider a city-scale point cloud map
The overview of the proposed method is shown. The Lidar sub-maps are first processed by Geometry-Preserving Compressor (Section~\ref{sec:GPC}), and are then processed by the Feature Aggregation module (Section~\ref{sec:Global Feature Aggregation}) to be converted into global descriptors
61@article{cai2024voloc,
2 title = {VOLoc: Visual Place Recognition by Querying Compressed Lidar Map},
3 author = {Xudong Cai, Yongcai Wang, Zhe Huang, Yu Shao, Deying Li},
4 journal = {arXiv preprint arXiv:2402.15961},
5 year = {2024},
6}
This work was supported in part by the National Natural Science Foundation of China Grant No. 61972404, 12071478; Public Computing Cloud, Renmin University of China; Blockchain Laboratory, Metaverse Research Center, Renmin University of China.