Wang Guangming, Wu Xinrui, Jiang Shuyang, Liu Zhe, Wang Hesheng
IEEE Trans Pattern Anal Mach Intell. 2023 May;45(5):5749-5765. doi: 10.1109/TPAMI.2022.3207015. Epub 2023 Apr 3.
An efficient 3D point cloud learning architecture, named EfficientLO-Net, for LiDAR odometry is first proposed in this article. In this architecture, the projection-aware representation of the 3D point cloud is proposed to organize the raw 3D point cloud into an ordered data form to achieve efficiency. The Pyramid, Warping, and Cost volume (PWC) structure for the LiDAR odometry task is built to estimate and refine the pose in a coarse-to-fine approach. A projection-aware attentive cost volume is built to directly associate two discrete point clouds and obtain embedding motion patterns. Then, a trainable embedding mask is proposed to weigh the local motion patterns to regress the overall pose and filter outlier points. The trainable pose warp-refinement module is iteratively used with embedding mask optimized hierarchically to make the pose estimation more robust for outliers. The entire architecture is holistically optimized end-to-end to achieve adaptive learning of cost volume and mask, and all operations involving point cloud sampling and grouping are accelerated by projection-aware 3D feature learning methods. The superior performance and effectiveness of our LiDAR odometry architecture are demonstrated on KITTI, M2DGR, and Argoverse datasets. Our method outperforms all recent learning-based methods and even the geometry-based approach, LOAM with mapping optimization, on most sequences of KITTI odometry dataset. We open sourced our codes at: https://github.com/IRMVLab/EfficientLO-Net.
本文首次提出了一种用于激光雷达里程计的高效3D点云学习架构,即EfficientLO-Net。在该架构中,提出了3D点云的投影感知表示,将原始3D点云组织成有序的数据形式以提高效率。构建了用于激光雷达里程计任务的金字塔、扭曲和代价体积(PWC)结构,以粗到细的方式估计和优化位姿。构建了投影感知注意力代价体积,以直接关联两个离散点云并获得嵌入运动模式。然后,提出了一种可训练的嵌入掩码,对局部运动模式进行加权,以回归整体位姿并滤除离群点。可训练的位姿扭曲细化模块与分层优化的嵌入掩码迭代使用,以使位姿估计对离群点更具鲁棒性。整个架构进行了端到端的整体优化,以实现代价体积和掩码的自适应学习,并且所有涉及点云采样和分组的操作都通过投影感知3D特征学习方法加速。我们的激光雷达里程计架构在KITTI、M2DGR和Argoverse数据集上展示了卓越的性能和有效性。在KITTI里程计数据集的大多数序列上,我们的方法优于所有最近基于学习的方法,甚至优于基于几何的方法LOAM(带有映射优化)。我们在以下网址开源了我们的代码:https://github.com/IRMVLab/EfficientLO-Net。