paper-with-me

Papers

Unsupervised 3D Shape Completion through GAN Inversion

2021-04-27 · CVPR 2021 1 · Junzhe Zhang, Xinyi Chen, Zhongang Cai, Liang Pan, Haiyu Zhao, Shuai Yi, Chai Kiat Yeo, Bo Dai, Chen Change Loy

Most 3D shape completion approaches rely heavily on partial-complete shape pairs and learn in a fully supervised manner. Despite their impressive performances on in-domain data, when generalizing to partial shapes in other forms or real-world partial scans, they often obtain unsatisfactory results due to domain gaps. In contrast to previous fully supervised approaches, in this paper we present ShapeInversion, which introduces Generative Adversarial Network (GAN) inversion to shape completion for the first time. ShapeInversion uses a GAN pre-trained on complete shapes by searching for a latent code that gives a complete shape that best reconstructs the given partial input. In this way, ShapeInversion no longer needs paired training data, and is capable of incorporating the rich prior captured in a well-trained generative model. On the ShapeNet benchmark, the proposed ShapeInversion outperforms the SOTA unsupervised method, and is comparable with supervised methods that are learned using paired data. It also demonstrates remarkable generalization ability, giving robust results for real-world scans and partial inputs of various forms and incompleteness levels. Importantly, ShapeInversion naturally enables a series of additional abilities thanks to the involvement of a pre-trained GAN, such as producing multiple valid complete shapes for an ambiguous partial input, as well as shape manipulation and interpolation.

📄 PDF Abstract BibTeX arXiv:2104.13366

Code (0)

등록된 구현이 없습니다.

Tasks

Generative Adversarial Networkvalid

Similar Papers 제목 키워드 기반

UnCLe: Unsupervised Continual Learning of Depth Completion

2024-10-23 · Suchisrit Gangopadhyay, Xien Chen, Michael Chu, Patrick Rim 외

We propose UnCLe, a standardized benchmark for Unsupervised Continual Learning of a multimodal depth estimation task: Depth completion aims to infer a dense depth map from a pair of synchronized RGB image and sparse dept…

Continual LearningDepth CompletionDepth Estimation

Energy-Based Residual Latent Transport for Unsupervised Point Cloud Completion

2022-11-13 · Ruikai Cui, Shi Qiu, Saeed Anwar, Jing Zhang 외

Unsupervised point cloud completion aims to infer the whole geometry of a partial object observation without requiring partial-complete correspondence. Differing from existing deterministic approaches, we advocate genera…

DecoderPoint Cloud Completion

Symmetric Shape-Preserving Autoencoder for Unsupervised Real Scene Point Cloud Completion

2023-01-01 · CVPR 2023 1 · Changfeng Ma, Yinuo Chen, Pengxiao Guo, Jie Guo 외

Unsupervised completion of real scene objects is of vital importance but still remains extremely challenging in preserving input shapes, predicting accurate results, and adapting to multi-category data. To solve thes…

Point Cloud Completion

Unsupervised Partial Point Set Registration via Joint Shape Completion and Registration

2020-09-11 · Xiang Li, Lingjing Wang, Yi Fang

We propose a self-supervised method for partial point set registration. While recent proposed learning-based methods have achieved impressive registration performance on the full shape observations, these methods mostly …

Decoder

Unsupervised Shape Completion via Deep Prior in the Neural Tangent Kernel Perspective

2021-04-19 · Lei Chu, Hao Pan, Wenping Wang

We present a novel approach for completing and reconstructing 3D shapes from incomplete scanned data by using deep neural networks. Rather than being trained on supervised completion tasks and applied on a testing shape,…