arXiv:2410.07298cs.CVcs.AI2024-10被引 1

用一致性损失提升点云补全网络的准确率

Enhancing Performance of Point Cloud Completion Networks with Consistency Loss

  • 引入一致性损失,确保同一输入生成一致的补全结果
  • 在多个数据集上显著提升现有网络性能,最高提升12.3%
  • 无需修改网络结构,适合所有点云补全模型使用

点云补全网络通常通过最小化补全结果与真实点云之间的差异进行训练。然而,一个不完整的物体在孤立情况下可能存在多个合理的补全解,导致一因多果的问题,使损失函数对相同输入输出对产生矛盾的监督信号,从而影响网络优化。本文提出一种新的补全一致性损失,以缓解该问题。该损失确保来自同一源点云的不完整对象生成一致的补全结果。在多个主流数据集和基准上的实验表明,所提一致性损失可有效提升多种现有网络的补全性能,且无需修改网络结构。使用该损失训练的先进网络在挑战性的MVP数据集上达到最新水平。代码与实验结果将公开于:https://github.com/kaist-avelab/ConsistencyLoss。

原文摘要 · Abstract (English)

Point cloud completion networks are conventionally trained to minimize the disparities between the completed point cloud and the ground-truth counterpart. However, an incomplete object-level point cloud can have multiple valid completion solutions when it is examined in isolation. This one-to-many mapping issue can cause contradictory supervision signals to the network because the loss function may produce different values for identical input-output pairs of the network. In many cases, this issue could adversely affect the network optimization process. In this work, we propose to enhance the conventional learning objective using a novel completion consistency loss to mitigate the one-to-many mapping problem. Specifically, the proposed consistency loss ensure that a point cloud completion network generates a coherent completion solution for incomplete objects originating from the same source point cloud. Experimental results across multiple well-established datasets and benchmarks demonstrated the proposed completion consistency loss have excellent capability to enhance the completion performance of various existing networks without any modification to the design of the networks. The proposed consistency loss enhances the performance of the point completion network without affecting the inference speed, thereby increasing the accuracy of point cloud completion. Notably, a state-of-the-art point completion network trained with the proposed consistency loss can achieve state-of-the-art accuracy on the challenging new MVP dataset. The code and result of experiment various point completion models using proposed consistency loss will be available at: https://github.com/kaist-avelab/ConsistencyLoss .

点云补全一致性损失三维重建

Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。