通过迭代补全缺失块,实现任意尺度点云上采样
SPU-IMR: Self-supervised Arbitrary-scale Point Cloud Upsampling via Iterative Mask-recovery Network
- 将上采样视为全局补全问题,分块掩码后迭代恢复
- 在多个数据集上优于现有自监督与监督方法
- 适合需要高精度、任意尺度点云生成的场景
点云上采样旨在从稀疏点云生成密集且均匀分布的点集。现有方法通常将其视为局部插值问题,通过点云间或特征空间中的局部插值,再回归至合理位置完成上采样。相比之下,本文提出的方法将上采样视为全局形状补全问题:首先将点云划分为多个块,对部分块进行掩码操作,保留可见块;随后利用定制的迭代掩码恢复神经网络,基于可见部分逐步补全缺失区域。测试时,通过选择不同掩码序列可恢复多种完整块,合并所有补全块即可获得足够密集的上采样点云。定量与定性实验均表明,该方法在性能上全面优于现有自监督及监督方法。
原文摘要 · Abstract (English)
Point cloud upsampling aims to generate dense and uniformly distributed point sets from sparse point clouds. Existing point cloud upsampling methods typically approach the task as an interpolation problem. They achieve upsampling by performing local interpolation between point clouds or in the feature space, then regressing the interpolated points to appropriate positions. By contrast, our proposed method treats point cloud upsampling as a global shape completion problem. Specifically, our method first divides the point cloud into multiple patches. Then, a masking operation is applied to remove some patches, leaving visible point cloud patches. Finally, our custom-designed neural network iterative completes the missing sections of the point cloud through the visible parts. During testing, by selecting different mask sequences, we can restore various complete patches. A sufficiently dense upsampled point cloud can be obtained by merging all the completed patches. We demonstrate the superior performance of our method through both quantitative and qualitative experiments, showing overall superiority against both existing self-supervised and supervised methods.
Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。