GRCVMar 25, 2018

P2P-NET: Bidirectional Point Displacement Net for Shape Transform

arXiv:1803.09263v452 citations
Originality Incremental advance
AI Analysis

This work addresses shape transformation challenges in computer graphics and vision, offering a versatile solution for various point-based applications, though it appears incremental as it builds on existing displacement-based methods.

The paper tackles the problem of learning geometric transformations between point-based shape representations from different domains, such as meso-skeletons to surfaces or partial to complete scans, by introducing P2P-NET, a bidirectional point displacement network that achieves shape transformation without requiring point-to-point correspondences.

We introduce P2P-NET, a general-purpose deep neural network which learns geometric transformations between point-based shape representations from two domains, e.g., meso-skeletons and surfaces, partial and complete scans, etc. The architecture of the P2P-NET is that of a bi-directional point displacement network, which transforms a source point set to a target point set with the same cardinality, and vice versa, by applying point-wise displacement vectors learned from data. P2P-NET is trained on paired shapes from the source and target domains, but without relying on point-to-point correspondences between the source and target point sets. The training loss combines two uni-directional geometric losses, each enforcing a shape-wise similarity between the predicted and the target point sets, and a cross-regularization term to encourage consistency between displacement vectors going in opposite directions. We develop and present several different applications enabled by our general-purpose bidirectional P2P-NET to highlight the effectiveness, versatility, and potential of our network in solving a variety of point-based shape transformation problems.

Foundations

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

Your Notes