R-PointHop: A Green, Accurate, and Unsupervised Point Cloud Registration Method
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 (1)
Tasks
AttributeDimensionality ReductionPoint Cloud RegistrationTranslationSimilar Papers 제목 키워드 기반
A Tiny Machine Learning Model for Point Cloud Object Classification
The design of a tiny machine learning model, which can be deployed in mobile and edge devices, for point cloud object classification is investigated in this work. To achieve this objective, we replace the multi-scale rep…
ObjectGreenPCO: An Unsupervised Lightweight Point Cloud Odometry Method
Visual odometry aims to track the incremental motion of an object using the information captured by visual sensors. In this work, we study the point cloud odometry problem, where only the point cloud scans obtained by th…
BenchmarkingObjectVisual OdometryGSIP: Green Semantic Segmentation of Large-Scale Indoor Point Clouds
An efficient solution to semantic segmentation of large-scale indoor scene point clouds is proposed in this work. It is named GSIP (Green Segmentation of Indoor Point clouds) and its performance is evaluated on a represe…
SegmentationSemantic SegmentationPointHop++: A Lightweight Learning Model on Point Sets for 3D Classification
The PointHop method was recently proposed by Zhang et al. for 3D point cloud classification with unsupervised feature extraction. It has an extremely low training complexity while achieving state-of-the-art classificatio…
3D Classification3D Point Cloud ClassificationGeneral ClassificationPoint Cloud ClassificationS3I-PointHop: SO(3)-Invariant PointHop for 3D Point Cloud Classification
Many point cloud classification methods are developed under the assumption that all point clouds in the dataset are well aligned with the canonical axes so that the 3D Cartesian point coordinates can be employed to learn…
3D Point Cloud ClassificationClassificationPoint Cloud Classification