CVAug 12, 2018

Iterative Global Similarity Points : A robust coarse-to-fine integration solution for pairwise 3D point cloud registration

arXiv:1808.03899v148 citations
Originality Incremental advance
AI Analysis

This work addresses 3D point cloud registration for applications like robotics and computer vision, but it appears incremental as it builds on classical ICP with specific improvements.

The paper tackles the problem of pairwise 3D point cloud registration by proposing a coarse-to-fine integration solution with hybrid metric spaces and globally optimal correspondences matching, achieving improved performance over state-of-the-art methods in terms of rotation and translation errors on challenging datasets.

In this paper, we propose a coarse-to-fine integration solution inspired by the classical ICP algorithm, to pairwise 3D point cloud registration with two improvements of hybrid metric spaces (eg, BSC feature and Euclidean geometry spaces) and globally optimal correspondences matching. First, we detect the keypoints of point clouds and use the Binary Shape Context (BSC) descriptor to encode their local features. Then, we formulate the correspondence matching task as an energy function, which models the global similarity of keypoints on the hybrid spaces of BSC feature and Euclidean geometry. Next, we estimate the globally optimal correspondences through optimizing the energy function by the Kuhn-Munkres algorithm and then calculate the transformation based on the correspondences. Finally,we iteratively refine the transformation between two point clouds by conducting optimal correspondences matching and transformation calculation in a mutually reinforcing manner, to achieve the coarse-to-fine registration under an unified framework.The proposed method is evaluated and compared to several state-of-the-art methods on selected challenging datasets with repetitive, symmetric and incomplete structures.Comprehensive experiments demonstrate that the proposed IGSP algorithm obtains good performance and outperforms the state-of-the-art methods in terms of both rotation and translation errors.

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