Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

GeoTransformer: Fast and Robust Point Cloud Registration with Geometric Transformer

About

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}.

Zheng Qin, Hao Yu, Changjian Wang, Yulan Guo, Yuxing Peng, Slobodan Ilic, Dewen Hu, Kai Xu• 2023

Related benchmarks

TaskDatasetResultRank
Point cloud registration3DMatch (test)
Registration Recall95.7
339
Point cloud registration3DLoMatch (test)--
287
Point cloud registrationKITTI
RR99.8
76
Point cloud registrationKITTI odometry (sequences 8-10)
Success Rate99.8
70
Point cloud registration3DLoMatch Indoor (test)
RR75.4
66
Point cloud registration3DMatch
Registration Recall (RR)92.5
51
Point cloud registrationKAIST Aeva → Avia
Registration Success Rate76.79
34
Pairwise point cloud registration3DLoMatch
RR74.1
23
Point cloud registrationKITTI odometry
Relative Recall (RR)99.5
22
Point cloud registrationTIERS OS128 → OS64
Registration Success Rate85.25
17
Showing 10 of 24 rows

Other info

Code

Follow for update