论文标题
通过隐式神经表示,自我监督的任意尺度点云云层云
Self-Supervised Arbitrary-Scale Point Clouds Upsampling via Implicit Neural Representation
论文作者
论文摘要
点云上采样是一个具有挑战性的问题,可以从给定的稀疏输入中产生密集和均匀的点云。大多数现有的方法要么采用基于端到端的基于监督的学习方式,其中将大量的稀疏输入和密集的地面真相作为监督信息;或将不同规模因素作为独立任务的缩减,并且必须构建多个网络以处理各种因素。在本文中,我们提出了一种新颖的方法,该方法可以同时实现自我监督和放大倍率的芬芳点笼罩。我们将点云提高采样作为在种子点上隐式表面上寻找最近的投影点的任务。为此,我们定义了两个隐式神经功能,分别估计投影方向和距离,可以通过两个借口学习任务来训练。实验结果表明,与基于监督学习的最新方法相比,我们基于自我监督的学习方案实现了竞争性甚至更好的表现。源代码可在https://github.com/xnowbzhao/sapcu上公开获得。
Point clouds upsampling is a challenging issue to generate dense and uniform point clouds from the given sparse input. Most existing methods either take the end-to-end supervised learning based manner, where large amounts of pairs of sparse input and dense ground-truth are exploited as supervision information; or treat up-scaling of different scale factors as independent tasks, and have to build multiple networks to handle upsampling with varying factors. In this paper, we propose a novel approach that achieves self-supervised and magnification-flexible point clouds upsampling simultaneously. We formulate point clouds upsampling as the task of seeking nearest projection points on the implicit surface for seed points. To this end, we define two implicit neural functions to estimate projection direction and distance respectively, which can be trained by two pretext learning tasks. Experimental results demonstrate that our self-supervised learning based scheme achieves competitive or even better performance than supervised learning based state-of-the-art methods. The source code is publicly available at https://github.com/xnowbzhao/sapcu.