CVMar 15, 2021

R-PointHop: A Green, Accurate, and Unsupervised Point Cloud Registration Method

arXiv:2103.08129v371 citations
Originality Incremental advance
AI Analysis

This provides a green and accurate solution for 3D point cloud registration, which is incremental as it builds on the PointHop classification method.

The paper tackles 3D point cloud registration by proposing R-PointHop, an unsupervised method that uses local reference frames and hierarchical features to build correspondences, achieving smaller registration errors and significantly reduced model size and training time compared to deep learning methods.

Inspired by the recent PointHop classification method, an unsupervised 3D point cloud registration method, called R-PointHop, is proposed in this work. R-PointHop first determines a local reference frame (LRF) for every point using its nearest neighbors and finds local attributes. Next, R-PointHop obtains local-to-global hierarchical features by point downsampling, neighborhood expansion, attribute construction and dimensionality reduction steps. Thus, point correspondences are built in hierarchical feature space using the nearest neighbor rule. Afterwards, a subset of salient points with good correspondence is selected to estimate the 3D transformation. The use of the LRF allows for invariance of the hierarchical features of points with respect to rotation and translation, thus making R-PointHop more robust at building point correspondence, even when the rotation angles are large. Experiments are conducted on the 3DMatch, ModelNet40, and Stanford Bunny datasets, which demonstrate the effectiveness of R-PointHop for 3D point cloud registration. R-PointHop's model size and training time are an order of magnitude smaller than those of deep learning methods, and its registration errors are smaller, making it a green and accurate solution. Our codes are available on GitHub.

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