paper-with-me

Papers

Cascaded Refinement Network for Point Cloud Completion

2020-04-07 · CVPR 2020 6 · Xiaogang Wang, Marcelo H. Ang Jr, Gim Hee Lee

Point clouds are often sparse and incomplete. Existing shape completion methods are incapable of generating details of objects or learning the complex point distributions. To this end, we propose a cascaded refinement network together with a coarse-to-fine strategy to synthesize the detailed object shapes. Considering the local details of partial input with the global shape information together, we can preserve the existing details in the incomplete point set and generate the missing parts with high fidelity. We also design a patch discriminator that guarantees every local area has the same pattern with the ground truth to learn the complicated point distribution. Quantitative and qualitative experiments on different datasets show that our method achieves superior results compared to existing state-of-the-art approaches on the 3D point cloud completion task. Our source code is available at https://github.com/xiaogangw/cascaded-point-completion.git.

📄 PDF Abstract BibTeX arXiv:2004.03327

Code (1)

xiaogangw/cascaded-point-completion 공식 구현 tf

Tasks

Point Cloud Completion

Similar Papers 제목 키워드 기반

Cascaded Refinement Network for Point Cloud Completion with Self-supervision

2020-10-17 · Xiaogang Wang, Marcelo H Ang Jr, Gim Hee Lee

Point clouds are often sparse and incomplete, which imposes difficulties for real-world applications. Existing shape completion methods tend to generate rough shapes without fine-grained details. Considering this, we int…

3D Object ClassificationPoint Cloud Completion

CasFusionNet: A Cascaded Network for Point Cloud Semantic Scene Completion by Dense Feature Fusion

2022-11-24 · Jinfeng Xu, Xianzhi Li, Yuan Tang, Qiao Yu 외

Semantic scene completion (SSC) aims to complete a partial 3D scene and predict its semantics simultaneously. Most existing works adopt the voxel representations, thus suffering from the growth of memory and computation …

SegmentationSemantic Segmentation

CasPoinTr: Point Cloud Completion with Cascaded Networks and Knowledge Distillation

2025-09-27 · Yifan Yang, Yuxiang Yan, Boda Liu, Jian Pu arxiv

Point clouds collected from real-world environments are often incomplete due to factors such as limited sensor resolution, single viewpoints, occlusions, and noise. These challenges make point cloud completion essential …

Knowledge DistillationPoint Cloud CompletionPoint Clouds

CP3: Unifying Point Cloud Completion by Pretrain-Prompt-Predict Paradigm

2022-07-12 · Mingye Xu, Yali Wang, Yihao Liu, Tong He 외

Point cloud completion aims to predict complete shape from its partial observation. Current approaches mainly consist of generation and refinement stages in a coarse-to-fine style. However, the generation stage often lac…

Point Cloud CompletionPoint Cloud Generation

Refinement of Predicted Missing Parts Enhance Point Cloud Completion

2020-10-08 · Alexis Mendoza, Alexander Apaza, Ivan Sipiran, Cristian Lopez

Point cloud completion is the task of predicting complete geometry from partial observations using a point set representation for a 3D shape. Previous approaches propose neural networks to directly estimate the whole poi…

DecoderPoint Cloud Completion