GeoTransformer: Fast and Robust Point Cloud Registration with Geometric Transformer
We study the problem of extracting accurate correspondences for point cloud registration. Recent keypoint-free methods have shown great potential through bypassing the detection of repeatable keypoints which is difficult to do especially in low-overlap scenarios. They seek correspondences over downsampled superpoints, which are then propagated to dense points. Superpoints are matched based on whether their neighboring patches overlap. Such sparse and loose matching requires contextual features capturing the geometric structure of the point clouds. We propose Geometric Transformer, or GeoTransformer for short, to learn geometric feature for robust superpoint matching. It encodes pair-wise distances and triplet-wise angles, making it invariant to rigid transformation and robust in low-overlap cases. The simplistic design attains surprisingly high matching accuracy such that no RANSAC is required in the estimation of alignment transformation, leading to $100$ times acceleration. Extensive experiments on rich benchmarks encompassing indoor, outdoor, synthetic, multiway and non-rigid demonstrate the efficacy of GeoTransformer. Notably, our method improves the inlier ratio by $18{\sim}31$ percentage points and the registration recall by over $7$ points on the challenging 3DLoMatch benchmark. Our code and models are available at \url{https://github.com/qinzheng93/GeoTransformer}.
Code (1)
Tasks
Image to Point Cloud RegistrationPoint Cloud RegistrationTripletMethods 이 논문이 사용한 방법론
Similar Papers 제목 키워드 기반
Geometric Transformer for Fast and Robust Point Cloud Registration
We study the problem of extracting accurate correspondences for point cloud registration. Recent keypoint-free methods bypass the detection of repeatable keypoints which is difficult in low-overlap scenarios, showing gre…
Metric LearningPoint Cloud RegistrationTripletSPEAL: Skeletal Prior Embedded Attention Learning for Cross-Source Point Cloud Registration
Point cloud registration, a fundamental task in 3D computer vision, has remained largely unexplored in cross-source point clouds and unstructured scenes. The primary challenges arise from noise, outliers, and variations …
BenchmarkingPoint Cloud RegistrationPCR-CG: Point Cloud Registration via Deep Explicit Color and Geometry
In this paper, we introduce PCR-CG: a novel 3D point cloud registration module explicitly embedding the color signals into the geometry representation. Different from previous methods that only use geometry representatio…
Point Cloud RegistrationDecision PCR: Decision version of the Point Cloud Registration task
Low-overlap point cloud registration (PCR) remains a significant challenge in 3D vision. Traditional evaluation metrics, such as Maximum Inlier Count, become ineffective under extremely low inlier ratios. In this paper, …
Point Cloud RegistrationFeature-metric Registration: A Fast Semi-supervised Approach for Robust Point Cloud Registration without Correspondences
We present a fast feature-metric point cloud registration framework, which enforces the optimisation of registration by minimising a feature-metric projection error without correspondences. The advantage of the feature-m…
Point Cloud Registration