Skip to main content
QUICK REVIEW

[论文解读] PF-Net: Point Fractal Network for 3D Point Cloud Completion

Zitian Huang, Yikuan Yu|arXiv (Cornell University)|Mar 1, 2020
3D Shape Modeling and Analysis参考文献 33被引用 38
一句话总结

PF-Net 保留输入的部分点云并分层预测缺失区域,采用多尺度、分形状的解码器和对抗性损失,在高保真度的 3D 点云补全方面达到良好效果。

ABSTRACT

In this paper, we propose a Point Fractal Network (PF-Net), a novel learning-based approach for precise and high-fidelity point cloud completion. Unlike existing point cloud completion networks, which generate the overall shape of the point cloud from the incomplete point cloud and always change existing points and encounter noise and geometrical loss, PF-Net preserves the spatial arrangements of the incomplete point cloud and can figure out the detailed geometrical structure of the missing region(s) in the prediction. To succeed at this task, PF-Net estimates the missing point cloud hierarchically by utilizing a feature-points-based multi-scale generating network. Further, we add up multi-stage completion loss and adversarial loss to generate more realistic missing region(s). The adversarial loss can better tackle multiple modes in the prediction. Our experiments demonstrate the effectiveness of our method for several challenging point cloud completion tasks.

研究动机与目标

  • 旨在鲁棒地修复不完整的 3D 点云,而不改变现有点。
  • 开发一个分层、多尺度的生成器,在推断缺失几何的同时保持空间排列。
  • 使用新颖的多分辨率编码器从部分输入中提取丰富的多尺度特征。
  • 通过 Points Pyramid 解码器生成缺失区域,以减少 genus-失真并保留细节。
  • 结合多阶段补全损失和对抗损失,以提高真实感并处理多模态输出问题。

提出的方法

  • 引入 Multi-Resolution Encoder (MRE) 与 Combined Multi-Layer Perception (CMLP),在三个尺度上从部分点云提取多尺度特征。
  • 使用 Iterative Farthest Point Sampling (IFPS) 在编码器的多个分辨率上获取特征点。
  • 设计分层的 Point Pyramid Decoder (PPD),通过主点层、次要点层和细节点层在三个尺度输出缺失区域的点,受特征点引导。
  • 采用多阶段补全损失,将在多分辨率下对缺失区域的预测与缺失区域的真值子样本进行比较。
  • 在对抗损失下进行训练,其中判别器引导 PF-Net 生成更真实的缺失区域点云。
  • 将补全损失和对抗损失结合为联合目标,以在几何保真度和真实感之间取得平衡。

实验结果

研究问题

  • RQ1部分点云是否可以通过仅预测缺失区域来修复,同时保持现有结构?
  • RQ2多分辨率、基于特征点的编码-解码器是否能够充分利用局部和全局几何信息来提升预测区域的细节?
  • RQ3分层、分形状的解码器是否能够减少 genus-wise 失真并提高缺失区域的细节保留?
  • RQ4对抗性训练是否提高真实感并减少点云补全中的多模态预测问题?

主要发现

类别LGAN-AEPCN3D-CapsulePF-Net(vanilla)PF-Net
Airplane0.856 / 0.7220.800 / 0.8000.826 / 0.8810.284 / 0.2310.263 / 0.238
Bag3.102 / 2.9942.954 / 3.0633.228 / 2.7220.927 / 0.9340.926 / 0.772
Cap3.530 / 2.8233.466 / 2.6743.439 / 2.8441.308 / 1.0271.226 / 1.169
Car2.232 / 1.6872.324 / 1.7382.503 / 1.9130.616 / 0.4310.599 / 0.424
Chair1.541 / 1.4731.592 / 1.5381.678 / 1.5630.472 / 0.4200.487 / 0.427
Guitar0.394 / 0.3540.367 / 0.4060.298 / 0.4610.097 / 0.0940.108 / 0.091
Lamp3.181 / 1.9182.757 / 2.0033.271 / 1.9121.041 / 0.6161.037 / 0.640
Laptop1.206 / 1.0301.191 / 1.1551.276 / 1.2540.309 / 0.2440.301 / 0.245
Motorbike1.828 / 1.4551.699 / 1.4591.591 / 1.6640.524 / 0.4140.522 / 0.389
Mug2.732 / 2.9462.893 / 2.8213.086 / 2.9610.793 / 0.7760.745 / 0.739
Pistol1.113 / 0.9670.968 / 0.9581.089 / 1.0860.270 / 0.2370.252 / 0.244
Skateboard0.887 / 1.0200.816 / 1.2060.897 / 1.2620.289 / 0.2880.225 / 0.172
Table1.694 / 1.6011.604 / 1.7901.870 / 1.7490.505 / 0.4170.525 / 0.404
Mean1.869 / 1.6151.802 / 1.6621.927 / 1.7130.572 / 0.4710.555 / 0.458
  • PF-Net 在整体补全质量和缺失区域质量方面在大多数类别上优于基线方法。
  • 判别器的加入在大多数类别中提高了预测质量。
  • CMLP 与 MR-CMLP 提升了特征提取性能,PF-Net 通过 PPD 解码器进一步增强了对细节的保留。
  • 模型对不同程度的不完整输入(25%、50%、75%)具有鲁棒性,且能处理多块缺失区域。
  • 定量结果显示 PF-Net 和 PF-Net (vanilla) 在大多数类别和 13 类的均值上实现了更低的 Pred→GT 和 GT→Pred 误差。

更好的研究,从现在开始

从论文设计到论文写作,大幅缩短您的研究时间。

无需绑定信用卡

本解读由 AI 生成,并经人工编辑审核。