paper-with-me

Papers

Point Cloud Completion by Learning Shape Priors

2020-08-02 · Xiaogang Wang, Marcelo H. Ang Jr, Gim Hee Lee

In view of the difficulty in reconstructing object details in point cloud completion, we propose a shape prior learning method for object completion. The shape priors include geometric information in both complete and the partial point clouds. We design a feature alignment strategy to learn the shape prior from complete points, and a coarse to fine strategy to incorporate partial prior in the fine stage. To learn the complete objects prior, we first train a point cloud auto-encoder to extract the latent embeddings from complete points. Then we learn a mapping to transfer the point features from partial points to that of the complete points by optimizing feature alignment losses. The feature alignment losses consist of a L2 distance and an adversarial loss obtained by Maximum Mean Discrepancy Generative Adversarial Network (MMD-GAN). The L2 distance optimizes the partial features towards the complete ones in the feature space, and MMD-GAN decreases the statistical distance of two point features in a Reproducing Kernel Hilbert Space. We achieve state-of-the-art performances on the point cloud completion task. Our code is available at https://github.com/xiaogangw/point-cloud-completion-shape-prior.

📄 PDF Abstract BibTeX arXiv:2008.00394

Code (1)

xiaogangw/point-cloud-completion-shape-prior 공식 구현 tf

Tasks

Generative Adversarial NetworkPoint Cloud Completion

Similar Papers 제목 키워드 기반

PCDreamer: Point Cloud Completion Through Multi-view Diffusion Priors

2024-11-28 · CVPR 2025 1 · Guangshun Wei, Yuan Feng, Long Ma, Chen Wang 외

This paper presents PCDreamer, a novel method for point cloud completion. Traditional methods typically extract features from partial point clouds to predict missing regions, but the large solution space often leads to u…

Point Cloud Completion

Point Cloud Completion Guided by Prior Knowledge via Causal Inference

2023-05-28 · Songxue Gao, Chuanqi Jiao, Ruidong Chen, Weijie Wang 외

Point cloud completion aims to recover raw point clouds captured by scanners from partial observations caused by occlusion and limited view angles. This makes it hard to recover details because the global feature is unli…

Causal InferenceContrastive LearningPoint Cloud Completion

View-Guided Point Cloud Completion

2021-04-12 · CVPR 2021 1 · Xuancheng Zhang, Yutong Feng, Siqi Li, Changqing Zou 외

This paper presents a view-guided solution for the task of point cloud completion. Unlike most existing methods directly inferring the missing points using shape priors, we address this task by introducing ViPC (view-gui…

Point Cloud Completion

LAKe-Net: Topology-Aware Point Cloud Completion by Localizing Aligned Keypoints

2022-03-31 · CVPR 2022 1 · Junshu Tang, Zhijun Gong, Ran Yi, Yuan Xie 외

Point cloud completion aims at completing geometric and topological shapes from a partial observation. However, some topology of the original shape is missing, existing methods directly predict the location of complete p…

Point Cloud Completion

Sparse Single Sweep LiDAR Point Cloud Segmentation via Learning Contextual Shape Priors from Scene Completion

2020-12-07 · Xu Yan, Jiantao Gao, Jie Li, Ruimao Zhang 외

LiDAR point cloud analysis is a core task for 3D computer vision, especially for autonomous driving. However, due to the severe sparsity and noise interference in the single sweep LiDAR point cloud, the accurate semantic…

3D Semantic Scene Completion3D Semantic Scene Completion from a single RGB image3D Semantic SegmentationAutonomous Driving+3