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}.
Related benchmarks
| Task | Dataset | Result | Rank | |
|---|---|---|---|---|
| Point cloud registration | 3DMatch (test) | Registration Recall95.7 | 339 | |
| Point cloud registration | 3DLoMatch (test) | -- | 287 | |
| Point cloud registration | KITTI | RR99.8 | 76 | |
| Point cloud registration | KITTI odometry (sequences 8-10) | Success Rate99.8 | 70 | |
| Point cloud registration | 3DLoMatch Indoor (test) | RR75.4 | 66 | |
| Point cloud registration | 3DMatch | Registration Recall (RR)92.5 | 51 | |
| Point cloud registration | KAIST Aeva → Avia | Registration Success Rate76.79 | 34 | |
| Pairwise point cloud registration | 3DLoMatch | RR74.1 | 23 | |
| Point cloud registration | KITTI odometry | Relative Recall (RR)99.5 | 22 | |
| Point cloud registration | TIERS OS128 → OS64 | Registration Success Rate85.25 | 17 |