paper-with-me

Papers

PatchRD: Detail-Preserving Shape Completion by Learning Patch Retrieval and Deformation

2022-07-24 · Bo Sun, Vladimir G. Kim, Noam Aigerman, QiXing Huang, Siddhartha Chaudhuri

This paper introduces a data-driven shape completion approach that focuses on completing geometric details of missing regions of 3D shapes. We observe that existing generative methods lack the training data and representation capacity to synthesize plausible, fine-grained details with complex geometry and topology. Our key insight is to copy and deform patches from the partial input to complete missing regions. This enables us to preserve the style of local geometric features, even if it drastically differs from the training data. Our fully automatic approach proceeds in two stages. First, we learn to retrieve candidate patches from the input shape. Second, we select and deform some of the retrieved candidates to seamlessly blend them into the complete shape. This method combines the advantages of the two most common completion methods: similarity-based single-instance completion, and completion by learning a shape space. We leverage repeating patterns by retrieving patches from the partial input, and learn global structural priors by using a neural network to guide the retrieval and deformation steps. Experimental results show our approach considerably outperforms baselines across multiple datasets and shape categories. Code and data are available at https://github.com/GitBoSun/PatchRD.

📄 PDF Abstract BibTeX arXiv:2207.11790

Code (1)

gitbosun/patchrd 공식 구현 pytorch

Tasks

Retrieval

Similar Papers 제목 키워드 기반

Learning quadrangulated patches for 3D shape parameterization and completion

2017-09-20 · Kripasindhu Sarkar, Kiran varanasi, Didier Stricker

We propose a novel 3D shape parameterization by surface patches, that are oriented by 3D mesh quadrangulation of the shape. By encoding 3D surface detail on local patches, we learn a patch dictionary that identifies prin…

DenoisingDictionary Learning

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 외

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, l…

Point Cloud Completion

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

Point Cloud Completion

Adaptive Local Basis Functions for Shape Completion

2023-07-17 · Hui Ying, Tianjia Shao, He Wang, Yin Yang 외

In this paper, we focus on the task of 3D shape completion from partial point clouds using deep implicit functions. Existing methods seek to use voxelized basis functions or the ones from a certain family of functions (e…

PatchNets: Patch-Based Generalizable Deep Implicit 3D Shape Representations

2020-08-04 · ECCV 2020 8 · Edgar Tretschk, Ayush Tewari, Vladislav Golyanik, Michael Zollhöfer 외

Implicit surface representations, such as signed-distance functions, combined with deep learning have led to impressive models which can represent detailed shapes of objects with arbitrary topology. Since a continuous fu…

Point Cloud Completion