arXiv:2503.17814cs.CV2025-03CVPR被引 14

LightLoc让室外激光雷达定位训练速度提升50倍,适合自动驾驶等实时场景。

LightLoc: Learning Outdoor LiDAR Localization at Light Speed

  • 用样本分类引导回归,减少相似样本干扰,提升训练效率。
  • 剔除已充分学习的冗余帧,训练时间减少50倍且精度不降。
  • 可集成进SLAM系统,有效抑制误差累积,适合机器人与自动驾驶。

场景坐标回归在室外激光雷达定位中表现优异,但需数天训练时间。由于每个新场景都需重新训练,长时间训练使其难以应用于自动驾驶、无人机和机器人等时效性要求高的场景。本文指出,大规模户外场景中的大覆盖范围和海量数据是限制快速训练的关键挑战。为此,提出LightLoc,首个可在新场景中以极快速度完成定位学习的方法。该方法引入两项新技术:首先,样本分类引导回归学习,降低相似样本带来的歧义,提升训练效率;其次,冗余样本下采样机制,在训练中移除已充分学习的帧,显著缩短训练时间而不损失精度。此外,样本分类带来的快速训练与置信度估计能力可无缝集成至SLAM系统,有效消除误差累积。在多个大规模户外数据集上的实验证明,LightLoc在保持顶尖性能的同时,训练时间比现有方法减少50倍。代码已开源:https://github.com/liw95/LightLoc。

原文摘要 · Abstract (English)

Scene coordinate regression achieves impressive results in outdoor LiDAR localization but requires days of training. Since training needs to be repeated for each new scene, long training times make these methods impractical for time-sensitive applications, such as autonomous driving, drones, and robotics. We identify large coverage areas and vast data in large-scale outdoor scenes as key challenges that limit fast training. In this paper, we propose LightLoc, the first method capable of efficiently learning localization in a new scene at light speed. LightLoc introduces two novel techniques to address these challenges. First, we introduce sample classification guidance to assist regression learning, reducing ambiguity from similar samples and improving training efficiency. Second, we propose redundant sample downsampling to remove well-learned frames during training, reducing training time without compromising accuracy. Additionally, the fast training and confidence estimation capabilities of sample classification enable its integration into SLAM, effectively eliminating error accumulation. Extensive experiments on large-scale outdoor datasets demonstrate that LightLoc achieves state-of-the-art performance with a 50x reduction in training time than existing methods. Our code is available at https://github.com/liw95/LightLoc.

激光雷达定位快速训练SLAM深度学习

Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。