LGMLOct 27, 2019

PRNet: Self-Supervised Learning for Partial-to-Partial Registration

arXiv:1910.12240v2455 citations
Originality Incremental advance
AI Analysis

This addresses registration challenges for partial 3D data in applications like robotics or computer vision, but it is incremental as it builds on existing learning-based methods.

The paper tackles the problem of partial-to-partial point cloud registration by introducing PRNet, a self-supervised framework that learns geometric representations, keypoint detection, and correspondences, outperforming methods like PointNetLK and DCP on synthetic data.

We present a simple, flexible, and general framework titled Partial Registration Network (PRNet), for partial-to-partial point cloud registration. Inspired by recently-proposed learning-based methods for registration, we use deep networks to tackle non-convexity of the alignment and partial correspondence problems. While previous learning-based methods assume the entire shape is visible, PRNet is suitable for partial-to-partial registration, outperforming PointNetLK, DCP, and non-learning methods on synthetic data. PRNet is self-supervised, jointly learning an appropriate geometric representation, a keypoint detector that finds points in common between partial views, and keypoint-to-keypoint correspondences. We show PRNet predicts keypoints and correspondences consistently across views and objects. Furthermore, the learned representation is transferable to classification.

Code Implementations4 repos
Foundations

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

Your Notes