paper-with-me

Papers

Parametric Surface Constrained Upsampler Network for Point Cloud

2023-03-14 · Pingping Cai, Zhenyao Wu, Xinyi Wu, Song Wang

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.

📄 PDF Abstract BibTeX arXiv:2303.08240

Code (1)

corecai163/pscu 공식 구현 pytorch

Tasks

Point Cloud Completionpoint cloud upsampling

Similar Papers 제목 키워드 기반

DUP-Net: Denoiser and Upsampler Network for 3D Adversarial Point Clouds Defense

2018-12-25 · ICCV 2019 10 · Hang Zhou, Kejiang Chen, Weiming Zhang, Han Fang 외

Neural networks are vulnerable to adversarial examples, which poses a threat to their application in security sensitive systems. We propose a Denoiser and UPsampler Network (DUP-Net) structure as defenses for 3D adversar…

DenoisingPoint Cloud Classification

Parametric Point Cloud Completion for Polygonal Surface Reconstruction

2025-03-11 · CVPR 2025 1 · Zhaiyu Chen, Yuqing Wang, Liangliang Nan, Xiao Xiang Zhu

Existing polygonal surface reconstruction methods heavily depend on input completeness and struggle with incomplete point clouds. We argue that while current point cloud completion techniques may recover missing points, …

Point Cloud CompletionSurface Reconstruction

Review and Evaluation of Point-Cloud based Leaf Surface Reconstruction Methods for Agricultural Applications

2026-04-02 · Arif Ahmed, Parikshit Maini arxiv

Accurate reconstruction of leaf surfaces from 3D point cloud is essential for agricultural applications such as phenotyping. However, real-world plant data (i.e., irregular 3D point cloud) are often complex to reconstruc…

Learning Bijective Surface Parameterization for Inferring Signed Distance Functions from Sparse Point Clouds with Grid Deformation

2025-03-31 · CVPR 2025 1 · Takeshi Noda, Chao Chen, Junsheng Zhou, Weiqi Zhang 외

Inferring signed distance functions (SDFs) from sparse point clouds remains a challenge in surface reconstruction. The key lies in the lack of detailed geometric information in sparse point clouds, which is essential for…

Surface Reconstruction

A Real-Time Multi-Model Parametric Representation of Point Clouds

2025-09-18 · Yuan Gao, Wei Dong arxiv

In recent years, parametric representations of point clouds have been widely applied in tasks such as memory-efficient mapping and multi-robot collaboration. Highly adaptive models, like spline surfaces or quadrics, are …

Point Clouds