Leveraging Inlier Correspondences Proportion for Point Cloud Registration
Lifa Zhu, Haining Guan, Changwei Lin, Renmin Han
Code Available — Be the first to reproduce this paper.
ReproduceCode
- github.com/zhulf0804/ngenetOfficialIn paperpytorch★ 112
Abstract
In feature-learning based point cloud registration, the correct correspondence construction is vital for the subsequent transformation estimation. However, it is still a challenge to extract discriminative features from point cloud, especially when the input is partial and composed by indistinguishable surfaces (planes, smooth surfaces, etc.). As a result, the proportion of inlier correspondences that precisely match points between two unaligned point clouds is beyond satisfaction. Motivated by this, we devise several techniques to promote feature-learning based point cloud registration performance by leveraging inlier correspondences proportion: a pyramid hierarchy decoder to characterize point features in multiple scales, a consistent voting strategy to maintain consistent correspondences and a geometry guided encoding module to take geometric characteristics into consideration. Based on the above techniques, We build our Geometry-guided Consistent Network (GCNet), and challenge GCNet by indoor, outdoor and object-centric synthetic datasets. Comprehensive experiments demonstrate that GCNet outperforms the state-of-the-art methods and the techniques used in GCNet is model-agnostic, which could be easily migrated to other feature-based deep learning or traditional registration methods, and dramatically improve the performance. The code is available at https://github.com/zhulf0804/NgeNet.
Tasks
Benchmark Results
| Dataset | Model | Metric | Claimed | Verified | Status |
|---|---|---|---|---|---|
| 3DLoMatch (10-30% overlap) | NgeNet | Recall ( correspondence RMSE below 0.2) | 71.9 | — | Unverified |
| 3DMatch (at least 30% overlapped - FCGF setting) | NgeNet | Recall (0.3m, 15 degrees) | 95 | — | Unverified |
| 3DMatch (at least 30% overlapped - sample 5k interest points) | NgeNet | Recall ( correspondence RMSE below 0.2) | 92.9 | — | Unverified |