TL;DR
This paper introduces Equi-GSPR, a graph neural network model that incorporates SE(3) equivariance for sparse point cloud registration, improving robustness and efficiency by leveraging intrinsic symmetries.
Contribution
The paper proposes a novel SE(3) equivariant graph neural network for point cloud registration, effectively utilizing symmetry to enhance performance and reduce model complexity.
Findings
Outperforms state-of-the-art methods on 3DMatch and KITTI datasets
Maintains low model complexity while achieving robust registration
Effectively utilizes sparse input points and pre-trained features
Abstract
Point cloud registration is a foundational task for 3D alignment and reconstruction applications. While both traditional and learning-based registration approaches have succeeded, leveraging the intrinsic symmetry of point cloud data, including rotation equivariance, has received insufficient attention. This prohibits the model from learning effectively, resulting in a requirement for more training data and increased model complexity. To address these challenges, we propose a graph neural network model embedded with a local Spherical Euclidean 3D equivariance property through SE(3) message passing based propagation. Our model is composed mainly of a descriptor module, equivariant graph layers, match similarity, and the final regression layers. Such modular design enables us to utilize sparsely sampled input points and initialize the descriptor by self-trained or pre-trained geometric…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
MethodsGraph Neural Network
