paper-with-me

Papers

High-Fidelity Point Cloud Completion with Low-Resolution Recovery and Noise-Aware Upsampling

2021-12-21 · Ren-Wu Li, Bo wang, Chun-Peng Li, Ling-Xiao Zhang, Lin Gao

Completing an unordered partial point cloud is a challenging task. Existing approaches that rely on decoding a latent feature to recover the complete shape, often lead to the completed point cloud being over-smoothing, losing details, and noisy. Instead of decoding a whole shape, we propose to decode and refine a low-resolution (low-res) point cloud first, and then performs a patch-wise noise-aware upsampling rather than interpolating the whole sparse point cloud at once, which tends to lose details. Regarding the possibility of lacking details of the initially decoded low-res point cloud, we propose an iterative refinement to recover the geometric details and a symmetrization process to preserve the trustworthy information from the input partial point cloud. After obtaining a sparse and complete point cloud, we propose a patch-wise upsampling strategy. Patch-based upsampling allows to better recover fine details unlike decoding a whole shape, however, the existing upsampling methods are not applicable to completion task due to the data discrepancy (i.e., input sparse data here is not from ground-truth). Therefore, we propose a patch extraction approach to generate training patch pairs between the sparse and ground-truth point clouds, and an outlier removal step to suppress the noisy points from the sparse point cloud. Together with the low-res recovery, our whole method is able to achieve high-fidelity point cloud completion. Comprehensive evaluations are provided to demonstrate the effectiveness of the proposed method and its individual components.

📄 PDF Abstract BibTeX arXiv:2112.11271

Code (0)

등록된 구현이 없습니다.

Tasks

Point Cloud Completion

Similar Papers 제목 키워드 기반

SymmCompletion: High-Fidelity and High-Consistency Point Cloud Completion with Symmetry Guidance

2025-03-23 · Hongyu Yan, Zijun Li, Kunming Luo, Li Lu 외

Point cloud completion aims to recover a complete point shape from a partial point cloud. Although existing methods can form satisfactory point clouds in global completeness, they often lose the original geometry details…

Point Cloud Completion

Digging into Intrinsic Contextual Information for High-fidelity 3D Point Cloud Completion

2024-12-11 · Jisheng Chu, Wenrui Li, Xingtao Wang, Kanglin Ning 외

The common occurrence of occlusion-induced incompleteness in point clouds has made point cloud completion (PCC) a highly-concerned task in the field of geometric processing. Existing PCC methods typically produce complet…

Point Cloud Completion

PF-Net: Point Fractal Network for 3D Point Cloud Completion

2020-03-01 · CVPR 2020 6 · Zitian Huang, Yikuan Yu, Jiawen Xu, Feng Ni 외

In this paper, we propose a Point Fractal Network (PF-Net), a novel learning-based approach for precise and high-fidelity point cloud completion. Unlike existing point cloud completion networks, which generate the overal…

Point Cloud Completion

PointInfinity: Resolution-Invariant Point Diffusion Models

2024-04-04 · CVPR 2024 1 · Zixuan Huang, Justin Johnson, Shoubhik Debnath, James M. Rehg 외

We present PointInfinity, an efficient family of point cloud diffusion models. Our core idea is to use a transformer-based architecture with a fixed-size, resolution-invariant latent representation. This enables efficien…

Point Cloud Completion by Skip-attention Network with Hierarchical Folding

2020-05-08 · CVPR 2020 6 · Xin Wen, Tianyang Li, Zhizhong Han, Yu-Shen Liu

Point cloud completion aims to infer the complete geometries for missing regions of 3D objects from incomplete ones. Previous methods usually predict the complete point cloud based on the global shape representation extr…

DecoderPoint Cloud Completion