CVMar 3, 2021

Style-based Point Generator with Adversarial Rendering for Point Cloud Completion

arXiv:2103.02535v396 citations
AI Analysis

This addresses the problem of generating realistic and accurate 3D point clouds from incomplete data for applications in computer vision and robotics, representing a novel hybrid approach.

The paper tackled point cloud completion by proposing SpareNet, which uses a style-based generator and adversarial rendering to enhance shape fidelity and perceptual quality, achieving state-of-the-art performance on ShapeNet and KITTI datasets.

In this paper, we proposed a novel Style-based Point Generator with Adversarial Rendering (SpareNet) for point cloud completion. Firstly, we present the channel-attentive EdgeConv to fully exploit the local structures as well as the global shape in point features. Secondly, we observe that the concatenation manner used by vanilla foldings limits its potential of generating a complex and faithful shape. Enlightened by the success of StyleGAN, we regard the shape feature as style code that modulates the normalization layers during the folding, which considerably enhances its capability. Thirdly, we realize that existing point supervisions, e.g., Chamfer Distance or Earth Mover's Distance, cannot faithfully reflect the perceptual quality of the reconstructed points. To address this, we propose to project the completed points to depth maps with a differentiable renderer and apply adversarial training to advocate the perceptual realism under different viewpoints. Comprehensive experiments on ShapeNet and KITTI prove the effectiveness of our method, which achieves state-of-the-art quantitative performance while offering superior visual quality.

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