Point2Mesh: A Self-Prior for Deformable Meshes
Rana Hanocka, Gal Metzer, Raja Giryes, Daniel Cohen-Or
TL;DR
Point2Mesh introduces a self-prior for reconstructing watertight meshes from point clouds by optimizing a CNN-inspired, weight-sharing network that deforms a starting mesh to shrink-wrap the input. The self-prior leverages global self-similarity learned from the input shape, enabling robust reconstruction under noise, missing data, and unoriented normals, without requiring training data. The method combines edge-based CNNs (MeshCNN) with a beam-gap loss and a coarse-to-fine optimization, maintaining mesh connectivity and genus while using a differentiable sampling and Chamfer distance to align to the point cloud. Experimental results on real scans and benchmarks show superior performance to Poisson, DGP, and PCN in denoising and completion, and ablations demonstrate the importance of the self-prior.
Abstract
In this paper, we introduce Point2Mesh, a technique for reconstructing a surface mesh from an input point cloud. Instead of explicitly specifying a prior that encodes the expected shape properties, the prior is defined automatically using the input point cloud, which we refer to as a self-prior. The self-prior encapsulates reoccurring geometric repetitions from a single shape within the weights of a deep neural network. We optimize the network weights to deform an initial mesh to shrink-wrap a single input point cloud. This explicitly considers the entire reconstructed shape, since shared local kernels are calculated to fit the overall object. The convolutional kernels are optimized globally across the entire shape, which inherently encourages local-scale geometric self-similarity across the shape surface. We show that shrink-wrapping a point cloud with a self-prior converges to a desirable solution; compared to a prescribed smoothness prior, which often becomes trapped in undesirable local minima. While the performance of traditional reconstruction approaches degrades in non-ideal conditions that are often present in real world scanning, i.e., unoriented normals, noise and missing (low density) parts, Point2Mesh is robust to non-ideal conditions. We demonstrate the performance of Point2Mesh on a large variety of shapes with varying complexity.
