PCAM: Product of Cross-Attention Matrices for Rigid Registration of Point Clouds

Rigid registration of point clouds with partial overlaps is a longstanding problem usually solved in two steps: (a) finding correspondences between the point clouds; (b) filtering these correspondences to keep only the most reliable ones to estimate the transformation. Recently, several deep nets have been proposed to solve these steps jointly. We built upon these works and propose PCAM: a neural network whose key element is a pointwise product of cross-attention matrices that permits to mix both low-level geometric and high-level contextual information to find point correspondences. These cross-attention matrices also permits the exchange of context information between the point clouds, at each layer, allowing the network construct better matching features within the overlapping regions. The experiments show that PCAM achieves state-of-the-art results among methods which, like us, solve steps (a) and (b) jointly via deepnets. Our code and trained models are available at https://github.com/valeoai/PCAM.

PDF Abstract ICCV 2021 PDF ICCV 2021 Abstract
Task Dataset Model Metric Name Metric Value Global Rank Benchmark
Point Cloud Registration 3DLoMatch (10-30% overlap) PCAM (reported in REGTR) Recall ( correspondence RMSE below 0.2) 54.9 # 6
Point Cloud Registration 3DMatch (at least 30% overlapped - FCGF setting) PCAM-Sparse (All post-processing) Recall (0.3m, 15 degrees) 92.4 # 3
RE (all) 8.9 # 2
TE (all) 0.23 # 2
Point Cloud Registration 3DMatch (at least 30% overlapped - FCGF setting) PCAM-Soft (All post-processing) Recall (0.3m, 15 degrees) 91.3 # 4
RE (all) 9.8 # 4
TE (all) 0.24 # 3
Point Cloud Registration 3DMatch (at least 30% overlapped - sample 5k interest points) PCAM (reported in REGTR) Recall ( correspondence RMSE below 0.2) 85.5 # 5
Point Cloud Registration KITTI (FCGF setting) PCAM-Sparse + ICP Recall (0.6m, 5 degrees) 97.4 # 5
RE (all) 1.04 # 3
TE (all) 0.17 # 3
Point Cloud Registration KITTI (FCGF setting) PCAM-soft + ICP Recall (0.6m, 5 degrees) 98 # 4
RE (all) 0.79 # 1
TE (all) 0.12 # 1
Point Cloud Registration KITTI (FCGF setting) PCAM-Sparse Recall (0.6m, 5 degrees) 96.5 # 8
RE (all) 1.17 # 4
TE (all) 0.22 # 5
Point Cloud Registration KITTI (FCGF setting) PCAM - Soft Recall (0.6m, 5 degrees) 97.2 # 6
RE (all) 1.00 # 2
TE (all) 0.18 # 4

Methods


No methods listed for this paper. Add relevant methods here