用3D高斯点云实现自动驾驶地图长期高效更新
LT-Gaussian: Long-Term Map Update Using 3D Gaussian Splatting for Autonomous Driving
- 融合多源数据生成高保真旧地图,支持动态更新
- 通过激光雷达对比检测结构变化,定位更新区域
- 相比重构建图提升质量,适合真实场景持续迭代
地图在自动驾驶系统中至关重要。近期提出的3D高斯点阵(3D-GS)能生成高质量显式场景重建结果,展现出在自动驾驶场景中构建地图的潜力。然而,由于生成高斯场景需要大量时间和计算资源,如何高效更新地图成为关键挑战。本文提出LT-Gaussian,一种基于3D-GS的地图更新方法,包含三个核心组件:多模态高斯点阵、结构变化检测模块和高斯地图更新模块。首先,利用提出的多模态高斯点阵生成旧场景的高斯地图;随后,在地图更新过程中,将过时的高斯地图与当前激光雷达数据流进行比较,识别结构变化;最后,对高斯地图进行针对性更新,生成最新地图。我们在nuScenes数据集上建立了地图更新评估基准,实验结果表明,LT-Gaussian能有效且高效地完成高斯地图更新,可应对自动驾驶中常见的环境变化。此外,通过充分融合新旧场景信息,其重建质量优于从头重建的策略。开源代码已发布于https://github.com/ChengLuqi/LT-gaussian。
原文摘要 · Abstract (English)
Maps play an important role in autonomous driving systems. The recently proposed 3D Gaussian Splatting (3D-GS) produces rendering-quality explicit scene reconstruction results, demonstrating the potential for map construction in autonomous driving scenarios. However, because of the time and computational costs involved in generating Gaussian scenes, how to update the map becomes a significant challenge. In this paper, we propose LT-Gaussian, a map update method for 3D-GS-based maps. LT-Gaussian consists of three main components: Multimodal Gaussian Splatting, Structural Change Detection Module, and Gaussian-Map Update Module. Firstly, the Gaussian map of the old scene is generated using our proposed Multimodal Gaussian Splatting. Subsequently, during the map update process, we compare the outdated Gaussian map with the current LiDAR data stream to identify structural changes. Finally, we perform targeted updates to the Gaussian-map to generate an up-to-date map. We establish a benchmark for map updating on the nuScenes dataset to quantitatively evaluate our method. The experimental results show that LT-Gaussian can effectively and efficiently update the Gaussian-map, handling common environmental changes in autonomous driving scenarios. Furthermore, by taking full advantage of information from both new and old scenes, LT-Gaussian is able to produce higher quality reconstruction results compared to map update strategies that reconstruct maps from scratch. Our open-source code is available at https://github.com/ChengLuqi/LT-gaussian.
Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。