Unsupervised 3D Point Cloud Completion via Multi-view Adversarial Learning
Lintai Wu, Xianjing Cheng, Yong Xu, Huanqiang Zeng, Junhui Hou
TL;DR
MAL-UPC addresses unsupervised 3D point cloud completion from single-view partial observations by introducing a Pattern Retrieval Network to exploit region-level geometric repetitiveness and a Multi-view Adversarial Network to capture category-specific priors via depth-map rendering. The framework renders partial completions into silhouettes and multi-view depth maps, using a category-specific image bank and a 2D discriminator to refine geometry without requiring complete 3D supervision. It combines a partial-chamfer loss, rendering loss, density loss, and adversarial loss, with a density-aware radius estimation to improve depth-map rendering quality. Experiments on ShapeNet-based synthetic data and real-world scans show strong performance against self-supervised and some unpaired methods, with ablations confirming the contributions of each module. The approach provides a practical path toward unsupervised, geometry-informed point cloud completion suitable for real-world applications.
Abstract
In real-world scenarios, scanned point clouds are often incomplete due to occlusion issues. The tasks of self-supervised and weakly-supervised point cloud completion involve reconstructing missing regions of these incomplete objects without the supervision of complete ground truth. Current methods either rely on multiple views of partial observations for supervision or overlook the intrinsic geometric similarity that can be identified and utilized from the given partial point clouds. In this paper, we propose MAL-UPC, a framework that effectively leverages both region-level and category-specific geometric similarities to complete missing structures. Our MAL-UPC does not require any 3D complete supervision and only necessitates single-view partial observations in the training set. Specifically, we first introduce a Pattern Retrieval Network to retrieve similar position and curvature patterns between the partial input and the predicted shape, then leverage these similarities to densify and refine the reconstructed results. Additionally, we render the reconstructed complete shape into multi-view depth maps and design an adversarial learning module to learn the geometry of the target shape from category-specific single-view depth images of the partial point clouds in the training set. To achieve anisotropic rendering, we design a density-aware radius estimation algorithm to improve the quality of the rendered images. Our MAL-UPC outperforms current state-of-the-art self-supervised methods and even some unpaired approaches. We will make the source code publicly available at https://github.com/ltwu6/malspc
