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

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

About

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.

Anh-Quan Cao, Gilles Puy, Alexandre Boulch, Renaud Marlet• 2021

Related benchmarks

TaskDatasetResultRank
Point cloud registration3DMatch (test)
Registration Recall92.4
339
Point cloud registration3DLoMatch Indoor (test)
RR54.9
66
Point cloud registrationModelNet40 (Unseen categories)
RMSE (Rotation)0.023
36
Point cloud registrationKITTI odometry
Relative Recall (RR)97.2
22
3D Point Cloud Registration3DMatch (test)
Total Time1.58e+3
21
Point cloud registrationKITTI (test)
Recall98
16
Rigid Point Cloud RegistrationModelNet40 unseen objects + Gaussian noise
RMSE (R)0.47
7
Showing 7 of 7 rows

Other info

Code

Follow for update