You are on page 1of 10

PU-Net: Point Cloud

Upsampling Network
CVPR2018
Introduction
• Similar to 2D image’s super-resolution
problem

• Inspired from PointNet++


Architecture
Architecture cont’d
• Patch Extraction: randomly select points and grow patches around
them.

• Point Feature Embedding: from PointNet++, using hierarchical feature


learning, but with smaller radius.

• Multi-level feature aggregation: combine all stage of


interpolated(PointNet++) features.
Architecture cont’d
• Feature Expansion: expand feature number, then reshape to rN points.

• Coordinate Reconstruction: series of FCN to reduce dimension to


rN*3.
Datasets
• 60 models they collected, 40 for training, each model crop 100
patches, another 20 for testing, randomly choose 5000 points for
input.

• SHREC15: 1200 models from 50 categories. Choose 1 for testing in


each category.
Experiments
• NUC : calculate uniformity, NUC
lower means better.

• Compare with non-learnin-


based method
Experiments
• With learning-based methods
Experiments
• Surface reconstruction
Experiments
• Noisy inputs

You might also like