arXiv:2603.14290cs.CV2026-03被引 3

提出高效端到端3D点云配准网络,无需后处理即可处理大规模激光雷达数据。

RegFormer++: An Efficient Large-Scale 3D LiDAR Point Registration Network with Projection-Aware 2D Transformer

论文配图:RegFormer++: An Efficient Large-Scale 3D LiDAR Point Registration Network with Projection-Aware 2D Transformer
图 1 · 摘自论文原文
  • 设计分层投影感知2D Transformer,线性复杂度下融合3D几何信息与2D高效计算
  • 在KITTI、NuScenes和Argoverse上实现最佳精度与速度,误差低于0.1°/0.1m
  • 适合自动驾驶等需要高鲁棒性大规模点云配准的场景

尽管点云配准在物体级和室内场景已取得显著进展,但大规模激光雷达配准方法仍鲜有探索。主要挑战来自海量点数、复杂的点分布以及大量异常值。现有方法多采用两阶段范式:先提取判别性局部描述子寻找对应关系,再用鲁棒估计器(如RANSAC)过滤异常值,严重依赖精心设计的描述子和后处理选择。为此,我们提出一种新型端到端可微变换器网络RegFormer++,用于大规模点云对齐,无需任何后续处理。具体而言,设计了一种具有线性复杂度的分层投影感知2D Transformer,将原始激光雷达点投影至圆柱面并提取全局特征,利用长程依赖增强对异常值的鲁棒性。通过将原始3D坐标嵌入2D投影位置,使网络兼具2D处理效率与3D几何精度。此外,为有效减少错误匹配,设计了双向关联变压器(BAT),结合交叉注意力与全对全点聚合。为提升训练稳定性和鲁棒性,还引入特征变换最优传输模块以回归最终姿态变换。在KITTI、NuScenes和Argoverse数据集上的大量实验表明,该模型在准确率与效率方面均达到当前最优水平。

原文摘要 · Abstract (English)

Although point cloud registration has achieved remarkable advances in object-level and indoor scenes, large-scale LiDAR registration methods has been rarely explored before. Challenges mainly arise from the huge point scale, complex point distribution, and numerous outliers within outdoor LiDAR scans. In addition, most existing registration works generally adopt a two-stage paradigm: They first find correspondences by extracting discriminative local descriptors and then leverage robust estimators (e.g. RANSAC) to filter outliers, which are highly dependent on well-designed descriptors and post-processing choices. To address these problems, we propose a novel end-to-end differential transformer network, termed RegFormer++, for large-scale point cloud alignment without requiring any further post-processing. Specifically, a hierarchical projection-aware 2D transformer with linear complexity is proposed to project raw LiDAR points onto a cylindrical surface and extract global point features, which can improve resilience to outliers due to long-range dependencies. Because we fill original 3D coordinates into 2D projected positions, our designed transformer can benefit from both high efficiency in 2D processing and accuracy from 3D geometric information. Furthermore, to effectively reduce wrong point matching, a Bijective Association Transformer (BAT) is designed, combining both cross attention and all-to-all point gathering. To improve training stability and robustness, a feature-transformed optimal transport module is also designed for regressing the final pose transformation. Extensive experiments on KITTI, NuScenes, and Argoverse datasets demonstrate that our model achieves state-of-the-art performance in terms of both accuracy and efficiency.

3D点云激光雷达点云配准Transformer

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