CVLGJul 21, 2021

Correspondence-Free Point Cloud Registration with SO(3)-Equivariant Implicit Shape Representations

arXiv:2107.10296v240 citations
AI Analysis

This addresses the problem of aligning 3D shapes for robotics or computer vision, offering a robust and efficient solution.

The paper tackles point cloud rotational registration without correspondences by learning SO(3)-equivariant embeddings, achieving superior performance compared to existing deep methods.

This paper proposes a correspondence-free method for point cloud rotational registration. We learn an embedding for each point cloud in a feature space that preserves the SO(3)-equivariance property, enabled by recent developments in equivariant neural networks. The proposed shape registration method achieves three major advantages through combining equivariant feature learning with implicit shape models. First, the necessity of data association is removed because of the permutation-invariant property in network architectures similar to PointNet. Second, the registration in feature space can be solved in closed-form using Horn's method due to the SO(3)-equivariance property. Third, the registration is robust to noise in the point cloud because of the joint training of registration and implicit shape reconstruction. The experimental results show superior performance compared with existing correspondence-free deep registration methods.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes