用两阶段过滤提升RANSAC速度,实现实时高精度3D点云配准
RANSAC Back to SOTA: A Two-stage Consensus Filtering for Real-time 3D Registration
- 分三阶段:长度、角度、距离一致性逐步筛选对应点
- 在KITTI和ETH数据集上比MAC快千倍以上,精度相当
- 适合需要实时3D配准的机器人与自动驾驶场景
基于对应关系的点云配准(PCR)在机器人与计算机视觉中至关重要。然而,传感器噪声、物体遮挡及描述子局限性导致大量离群点。RANSAC家族虽是主流离群点剔除方法,但其迭代次数随离群点比例呈指数增长,导致在准确率或速度上远逊于现有方法(如SC2PCR [1]、MAC [2]等)。为此,我们提出两阶段共识过滤(TCF),将RANSAC提升至当前最优(SOTA)的速度与精度。首先,单点RANSAC基于长度一致性获得共识集;其次,两点RANSAC通过角度一致性进行精炼;随后,三点RANSAC计算粗略位姿,并依据变换后对应点的距离剔除离群点。结合前两级优化,三点RANSAC仅需少量迭代。最后,采用迭代重加权最小二乘法(IRLS)求解最优位姿。在大规模KITTI和ETH数据集上的实验表明,本方法相较MAC实现高达三个数量级的速度提升,同时保持相同水平的配准精度与召回率。代码已开源:https://github.com/ShiPC-AI/TCF。
原文摘要 · Abstract (English)
Correspondence-based point cloud registration (PCR) plays a key role in robotics and computer vision. However, challenges like sensor noises, object occlusions, and descriptor limitations inevitably result in numerous outliers. RANSAC family is the most popular outlier removal solution. However, the requisite iterations escalate exponentially with the outlier ratio, rendering it far inferior to existing methods (SC2PCR [1], MAC [2], etc.) in terms of accuracy or speed. Thus, we propose a two-stage consensus filtering (TCF) that elevates RANSAC to state-of-the-art (SOTA) speed and accuracy. Firstly, one-point RANSAC obtains a consensus set based on length consistency. Subsequently, two-point RANSAC refines the set via angle consistency. Then, three-point RANSAC computes a coarse pose and removes outliers based on transformed correspondence's distances. Drawing on optimizations from one-point and two-point RANSAC, three-point RANSAC requires only a few iterations. Eventually, an iterative reweighted least squares (IRLS) is applied to yield the optimal pose. Experiments on the large-scale KITTI and ETH datasets demonstrate our method achieves up to three-orders-of-magnitude speedup compared to MAC while maintaining registration accuracy and recall. Our code is available at https://github.com/ShiPC-AI/TCF.
Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。