CVMar 22, 2023

RegFormer: An Efficient Projection-Aware Transformer Network for Large-Scale Point Cloud Registration

arXiv:2303.12384v372 citationsh-index: 123
Originality Incremental advance
AI Analysis

This addresses the problem of efficient and accurate registration of large-scale outdoor point clouds for applications like autonomous driving, though it is incremental as it builds on transformer-based methods.

The paper tackles large-scale point cloud registration for outdoor LiDAR scans by proposing RegFormer, an end-to-end transformer network that eliminates the need for post-processing, achieving competitive accuracy and efficiency on KITTI and NuScenes datasets.

Although point cloud registration has achieved remarkable advances in object-level and indoor scenes, large-scale registration methods are rarely explored. Challenges mainly arise from the huge point number, complex distribution, and outliers of outdoor LiDAR scans. In addition, most existing registration works generally adopt a two-stage paradigm: They first find correspondences by extracting discriminative local features and then leverage estimators (eg. RANSAC) to filter outliers, which are highly dependent on well-designed descriptors and post-processing choices. To address these problems, we propose an end-to-end transformer network (RegFormer) for large-scale point cloud alignment without any further post-processing. Specifically, a projection-aware hierarchical transformer is proposed to capture long-range dependencies and filter outliers by extracting point features globally. Our transformer has linear complexity, which guarantees high efficiency even for large-scale scenes. Furthermore, to effectively reduce mismatches, a bijective association transformer is designed for regressing the initial transformation. Extensive experiments on KITTI and NuScenes datasets demonstrate that our RegFormer achieves competitive performance in terms of both accuracy and efficiency.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes