DSLO通过时序传播提升激光雷达里程计精度与效率
DSLO: Deep Sequence LiDAR Odometry Based on Inconsistent Spatio-temporal Propagation
- 构建金字塔结构复用空间特征,降低计算开销
- 实现15.67%的RTE和12.64%的RRE提升,运行速度加快34.69%
- 适合需要高精度实时激光定位的自动驾驶系统
本文提出一种基于非一致时空传播的深度点云序列学习模型DSLO,用于激光雷达里程计。该模型包含金字塔结构与空间信息复用策略、顺序位姿初始化模块、门控分层位姿精修模块以及时间特征传播模块。首先,通过点特征金字塔编码空间特征,并在后续位姿估计中复用,减少计算负担;其次,利用激光雷达高频采样特性,提出顺序位姿初始化方法;随后,通过门控机制分层精修位姿,根据门控判断选择性保留或丢弃各层级运动信息;最后,设计时间特征传播机制,融合点云序列的历史运动信息,解决帧间运动信息传递中的空间不一致性问题。在KITTI和Argoverse数据集上的实验表明,DSLO优于当前最先进方法,在RTE上至少提升15.67%,在RRE上提升12.64%,同时相比基线方法运行时间减少34.69%。代码将开源于https://github.com/IRMVLab/DSLO。
原文摘要 · Abstract (English)
This paper introduces a 3D point cloud sequence learning model based on inconsistent spatio-temporal propagation for LiDAR odometry, termed DSLO. It consists of a pyramid structure with a spatial information reuse strategy, a sequential pose initialization module, a gated hierarchical pose refinement module, and a temporal feature propagation module. First, spatial features are encoded using a point feature pyramid, with features reused in successive pose estimations to reduce computational overhead. Second, a sequential pose initialization method is introduced, leveraging the high-frequency sampling characteristic of LiDAR to initialize the LiDAR pose. Then, a gated hierarchical pose refinement mechanism refines poses from coarse to fine by selectively retaining or discarding motion information from different layers based on gate estimations. Finally, temporal feature propagation is proposed to incorporate the historical motion information from point cloud sequences, and address the spatial inconsistency issue when transmitting motion information embedded in point clouds between frames. Experimental results on the KITTI odometry dataset and Argoverse dataset demonstrate that DSLO outperforms state-of-the-art methods, achieving at least a 15.67\% improvement on RTE and a 12.64\% improvement on RRE, while also achieving a 34.69\% reduction in runtime compared to baseline methods. Our implementation will be available at https://github.com/IRMVLab/DSLO.
Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。