paper-with-me

Papers

FSC: Few-point Shape Completion

2024-03-12 · CVPR 2024 1 · Xianzu Wu, Xianfeng Wu, Tianyu Luan, Yajing Bai, Zhongyuan Lai, Junsong Yuan

While previous studies have demonstrated successful 3D object shape completion with a sufficient number of points, they often fail in scenarios when a few points, e.g. tens of points, are observed. Surprisingly, via entropy analysis, we find that even a few points, e.g. 64 points, could retain substantial information to help recover the 3D shape of the object. To address the challenge of shape completion with very sparse point clouds, we then propose Few-point Shape Completion (FSC) model, which contains a novel dual-branch feature extractor for handling extremely sparse inputs, coupled with an extensive branch for maximal point utilization with a saliency branch for dynamic importance assignment. This model is further bolstered by a two-stage revision network that refines both the extracted features and the decoder output, enhancing the detail and authenticity of the completed point cloud. Our experiments demonstrate the feasibility of recovering 3D shapes from a few points. The proposed Few-point Shape Completion (FSC) model outperforms previous methods on both few-point inputs and many-point inputs, and shows good generalizability to different object categories.

📄 PDF Abstract BibTeX arXiv:2403.07359

Code (1)

xianzuwu/fsc 공식 구현 pytorch

Tasks

DecoderObject

Methods 이 논문이 사용한 방법론

PatchGAN 설명 없음
Revision Network Revision Network is a style transfer module that aims to revise the rough stylized image via generating residual details image $r_{c s}$, while the final stylized image is…

Similar Papers 제목 키워드 기반

GASCN: Graph Attention Shape Completion Network

2022-01-20 · Haojie Huang, ZiYi Yang, Robert Platt

Shape completion, the problem of inferring the complete geometry of an object given a partial point cloud, is an important problem in robotics and computer vision. This paper proposes the Graph Attention Shape Completion…

Graph Attention

Render4Completion: Synthesizing Multi-View Depth Maps for 3D Shape Completion

2019-04-17 · Tao Hu, Zhizhong Han, Abhinav Shrivastava, Matthias Zwicker

We propose a novel approach for 3D shape completion by synthesizing multi-view depth maps. While previous work for shape completion relies on volumetric representations, meshes, or point clouds, we propose to use multi-v…

Image-to-Image TranslationTranslation

PCN: Point Completion Network

2018-08-02 · Wentao Yuan, Tejas Khot, David Held, Christoph Mertz 외

Shape completion, the problem of estimating the complete geometry of objects from partial observations, lies at the core of many vision and robotics applications. In this work, we propose Point Completion Network (PCN), …

DecoderPoint 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

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 th…

Generative Adversarial NetworkPoint Cloud Completion