A Strong Baseline for Point Cloud Registration via Direct Superpoints Matching
Aniket Gupta, Yiming Xie, Hanumant Singh, Huaizu Jiang

TL;DR
This paper introduces a simple, end-to-end trainable baseline for point cloud registration that matches superpoints globally using normalized scores, avoiding RANSAC and prediction errors, and achieves competitive results.
Contribution
The paper proposes a novel global matching approach for superpoints in point cloud registration that eliminates RANSAC and improves accuracy through end-to-end training.
Findings
Achieves comparable or better results than state-of-the-art methods.
Eliminates the need for RANSAC in registration.
Demonstrates effectiveness across multiple datasets.
Abstract
Deep neural networks endow the downsampled superpoints with highly discriminative feature representations. Previous dominant point cloud registration approaches match these feature representations as the first step, e.g., using the Sinkhorn algorithm. A RANSAC-like method is then usually adopted as a post-processing refinement to filter the outliers. Other dominant method is to directly predict the superpoint matchings using learned MLP layers. Both of them have drawbacks: RANSAC-based methods are computationally intensive and prediction-based methods suffer from outputing non-existing points in the point cloud. In this paper, we propose a straightforward and effective baseline to find correspondences of superpoints in a global matching manner. We employ the normalized matching scores as weights for each correspondence, allowing us to reject the outliers and further weigh the rest…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsRemote Sensing and LiDAR Applications · 3D Surveying and Cultural Heritage · 3D Shape Modeling and Analysis
MethodsHigh-Order Consensuses · Softmax
