Parametric Point Cloud Completion for Polygonal Surface Reconstruction
Zhaiyu Chen, Yuqing Wang, Liangliang Nan, Xiao Xiang Zhu
TL;DR
This work introduces parametric point cloud completion (PaCo) to bridge point-level completion and polygonal surface reconstruction by learning plane proxies with parameters and inlier points. PaCo hierarchically encodes incomplete input into plane proxies, generates proposals via a Transformer, and recovers plane parameters, point distributions, and primitive confidences, all trained through a bipartite matching framework with multiple losses. The approach demonstrates state-of-the-art performance on the ABC dataset across completion, reconstruction, and simplification tasks, and shows robustness to noise and varying incompleteness, with fast inference. By shifting from point-based recovery to parametric primitives, PaCo enables high-quality, editable polygonal surfaces from incomplete data and suggests a path toward broader parametric primitives in 3D reconstruction.
Abstract
Existing polygonal surface reconstruction methods heavily depend on input completeness and struggle with incomplete point clouds. We argue that while current point cloud completion techniques may recover missing points, they are not optimized for polygonal surface reconstruction, where the parametric representation of underlying surfaces remains overlooked. To address this gap, we introduce parametric completion, a novel paradigm for point cloud completion, which recovers parametric primitives instead of individual points to convey high-level geometric structures. Our presented approach, PaCo, enables high-quality polygonal surface reconstruction by leveraging plane proxies that encapsulate both plane parameters and inlier points, proving particularly effective in challenging scenarios with highly incomplete data. Comprehensive evaluations of our approach on the ABC dataset establish its effectiveness with superior performance and set a new standard for polygonal surface reconstruction from incomplete data. Project page: https://parametric-completion.github.io.
