CVMar 28, 2022

SC^2-PCR: A Second Order Spatial Compatibility for Efficient and Robust Point Cloud Registration

arXiv:2203.14453v1157 citationsh-index: 35Has Code
Originality Incremental advance
AI Analysis

This is an incremental improvement for point cloud registration in computer vision, offering a more efficient and robust method.

The paper tackles the problem of efficient and robust point cloud registration by proposing a second-order spatial compatibility measure, which improves clustering of inliers and outliers, resulting in fewer samplings and enhanced performance in experiments.

In this paper, we present a second order spatial compatibility (SC^2) measure based method for efficient and robust point cloud registration (PCR), called SC^2-PCR. Firstly, we propose a second order spatial compatibility (SC^2) measure to compute the similarity between correspondences. It considers the global compatibility instead of local consistency, allowing for more distinctive clustering between inliers and outliers at early stage. Based on this measure, our registration pipeline employs a global spectral technique to find some reliable seeds from the initial correspondences. Then we design a two-stage strategy to expand each seed to a consensus set based on the SC^2 measure matrix. Finally, we feed each consensus set to a weighted SVD algorithm to generate a candidate rigid transformation and select the best model as the final result. Our method can guarantee to find a certain number of outlier-free consensus sets using fewer samplings, making the model estimation more efficient and robust. In addition, the proposed SC^2 measure is general and can be easily plugged into deep learning based frameworks. Extensive experiments are carried out to investigate the performance of our method. Code will be available at \url{https://github.com/ZhiChen902/SC2-PCR}.

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