CVJul 10, 2020

Progressive Point Cloud Deconvolution Generation Network

arXiv:2007.05361v180 citations
Originality Incremental advance
AI Analysis

This work addresses point cloud generation for 3D modeling applications, presenting an incremental improvement with a novel network design.

The paper tackles the problem of generating multi-resolution point clouds from a latent vector by proposing a progressive deconvolution network with learning-based bilateral interpolation, achieving effective results as demonstrated in experiments.

In this paper, we propose an effective point cloud generation method, which can generate multi-resolution point clouds of the same shape from a latent vector. Specifically, we develop a novel progressive deconvolution network with the learning-based bilateral interpolation. The learning-based bilateral interpolation is performed in the spatial and feature spaces of point clouds so that local geometric structure information of point clouds can be exploited. Starting from the low-resolution point clouds, with the bilateral interpolation and max-pooling operations, the deconvolution network can progressively output high-resolution local and global feature maps. By concatenating different resolutions of local and global feature maps, we employ the multi-layer perceptron as the generation network to generate multi-resolution point clouds. In order to keep the shapes of different resolutions of point clouds consistent, we propose a shape-preserving adversarial loss to train the point cloud deconvolution generation network. Experimental results demonstrate the effectiveness of our proposed method.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes