Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

Parametric Surface Constrained Upsampler Network for Point Cloud

About

Designing a point cloud upsampler, which aims to generate a clean and dense point cloud given a sparse point representation, is a fundamental and challenging problem in computer vision. A line of attempts achieves this goal by establishing a point-to-point mapping function via deep neural networks. However, these approaches are prone to produce outlier points due to the lack of explicit surface-level constraints. To solve this problem, we introduce a novel surface regularizer into the upsampler network by forcing the neural network to learn the underlying parametric surface represented by bicubic functions and rotation functions, where the new generated points are then constrained on the underlying surface. These designs are integrated into two different networks for two tasks that take advantages of upsampling layers - point cloud upsampling and point cloud completion for evaluation. The state-of-the-art experimental results on both tasks demonstrate the effectiveness of the proposed method. The code is available at https://github.com/corecai163/PSCU.

Pingping Cai, Zhenyao Wu, Xinyi Wu, Song Wang• 2023

Related benchmarks

TaskDatasetResultRank
Point Cloud UpsamplingPU1K (test)
CD (x10^-4)0.886
10
Point Cloud CompletionShapeNet-PCN (test)
L1 Chamfer Distance (x10^-3)7.04
5
Showing 2 of 2 rows

Other info

Code

Follow for update