Wen Xin, Xiang Peng, Han Zhizhong, Cao Yan-Pei, Wan Pengfei, Zheng Wen, Liu Yu-Shen
IEEE Trans Pattern Anal Mach Intell. 2023 Jan;45(1):852-867. doi: 10.1109/TPAMI.2022.3159003. Epub 2022 Dec 5.
Point cloud completion concerns to predict missing part for incomplete 3D shapes. A common strategy is to generate complete shape according to incomplete input. However, unordered nature of point clouds will degrade generation of high-quality 3D shapes, as detailed topology and structure of unordered points are hard to be captured during the generative process using an extracted latent code. We address this problem by formulating completion as point cloud deformation process. Specifically, we design a novel neural network, named PMP-Net++, to mimic behavior of an earth mover. It moves each point of incomplete input to obtain a complete point cloud, where total distance of point moving paths (PMPs) should be the shortest. Therefore, PMP-Net++ predicts unique PMP for each point according to constraint of point moving distances. The network learns a strict and unique correspondence on point-level, and thus improves quality of predicted complete shape. Moreover, since moving points heavily relies on per-point features learned by network, we further introduce a transformer-enhanced representation learning network, which significantly improves completion performance of PMP-Net++. We conduct comprehensive experiments in shape completion, and further explore application on point cloud up-sampling, which demonstrate non-trivial improvement of PMP-Net++ over state-of-the-art point cloud completion/up-sampling methods.
点云补全旨在预测不完整3D形状中缺失的部分。一种常见的策略是根据不完整的输入生成完整的形状。然而,点云的无序性会降低高质量3D形状的生成效果,因为在使用提取的潜在代码进行生成过程中,无序点的详细拓扑结构和结构很难被捕捉到。我们通过将补全公式化为点云变形过程来解决这个问题。具体来说,我们设计了一种新颖的神经网络,名为PMP-Net++,来模仿推土机的行为。它移动不完整输入的每个点以获得完整的点云,其中点移动路径(PMP)的总距离应该是最短的。因此,PMP-Net++根据点移动距离的约束为每个点预测唯一的PMP。该网络在点级别学习严格且唯一的对应关系,从而提高预测完整形状的质量。此外,由于移动点严重依赖于网络学习的逐点特征,我们进一步引入了一个基于Transformer的增强表示学习网络,这显著提高了PMP-Net++的补全性能。我们在形状补全方面进行了全面的实验,并进一步探索了在点云上采样中的应用,这表明PMP-Net++相对于当前最先进的点云补全/上采样方法有显著的改进。