DeepMapping2: Self-Supervised Large-Scale LiDAR mAP Optimization

Abstract

LiDAR mapping is important yet challenging in self-driving and mobile robotics. To tackle such a global point cloud registration problem, DeepMapping converts the complex map estimation into a self-supervised training of simple deep networks. Despite its broad convergence range on small datasets, DeepMapping still cannot produce satisfactory results on large-scale datasets with thousands of frames. This is due to the lack of loop closures and exact cross-frame point correspondences, and the slow convergence of its global localization network. We propose DeepMapping2 by adding two novel techniques to address these issues: (1) organization of training batch based on map topology from loop closing, and (2) self-supervised local-to-global point consistency loss leveraging pairwise registration. Our experiments and ablation studies on public datasets such as KITTI, NCLT, and Nebula, demonstrate the effectiveness of our method.

Cite

Text

Chen et al. "DeepMapping2: Self-Supervised Large-Scale LiDAR mAP Optimization." Conference on Computer Vision and Pattern Recognition, 2023. doi:10.1109/CVPR52729.2023.00898

Markdown

[Chen et al. "DeepMapping2: Self-Supervised Large-Scale LiDAR mAP Optimization." Conference on Computer Vision and Pattern Recognition, 2023.](https://mlanthology.org/cvpr/2023/chen2023cvpr-deepmapping2/) doi:10.1109/CVPR52729.2023.00898

BibTeX

@inproceedings{chen2023cvpr-deepmapping2,
  title     = {{DeepMapping2: Self-Supervised Large-Scale LiDAR mAP Optimization}},
  author    = {Chen, Chao and Liu, Xinhao and Li, Yiming and Ding, Li and Feng, Chen},
  booktitle = {Conference on Computer Vision and Pattern Recognition},
  year      = {2023},
  pages     = {9306-9316},
  doi       = {10.1109/CVPR52729.2023.00898},
  url       = {https://mlanthology.org/cvpr/2023/chen2023cvpr-deepmapping2/}
}