论文标题
NEUS2:快速学习多视图重建的神经隐式表面
NeuS2: Fast Learning of Neural Implicit Surfaces for Multi-view Reconstruction
论文作者
论文摘要
神经表面表示和渲染的最新方法,例如NEU,已经证明了静态场景的高质量重建。但是,NEUS的训练需要很长时间(8小时),这几乎无法将它们应用于数千帧的动态场景中。我们提出了一种称为Neus2的快速神经表面重建方法,该方法在加速度方面取得了两个数量级的改善,而不会损害重建质量。为了加速训练过程,我们通过多分辨率哈希编码参数化神经表面表示,并提出了针对我们网络量身定制的二阶导数的新型轻量级计算,以利用CUDA并行性,从而达到了两倍的速度。为了进一步稳定和加快培训,提出了一种渐进式学习策略,以优化从粗到细的多分辨率哈希编码。我们通过提出的增量训练策略和一种新颖的全球变换预测组件扩展了快速训练动态场景的方法,这使我们的方法可以处理具有较大运动和变形的具有挑战性的长序列。我们在各种数据集上进行的实验表明,NEUS2在静态和动态场景的表面重建精度和训练速度中都显着优于最先进的。该代码可在我们的网站上找到:https://vcai.mpi-inf.mpg.de/projects/neus2/。
Recent methods for neural surface representation and rendering, for example NeuS, have demonstrated the remarkably high-quality reconstruction of static scenes. However, the training of NeuS takes an extremely long time (8 hours), which makes it almost impossible to apply them to dynamic scenes with thousands of frames. We propose a fast neural surface reconstruction approach, called NeuS2, which achieves two orders of magnitude improvement in terms of acceleration without compromising reconstruction quality. To accelerate the training process, we parameterize a neural surface representation by multi-resolution hash encodings and present a novel lightweight calculation of second-order derivatives tailored to our networks to leverage CUDA parallelism, achieving a factor two speed up. To further stabilize and expedite training, a progressive learning strategy is proposed to optimize multi-resolution hash encodings from coarse to fine. We extend our method for fast training of dynamic scenes, with a proposed incremental training strategy and a novel global transformation prediction component, which allow our method to handle challenging long sequences with large movements and deformations. Our experiments on various datasets demonstrate that NeuS2 significantly outperforms the state-of-the-arts in both surface reconstruction accuracy and training speed for both static and dynamic scenes. The code is available at our website: https://vcai.mpi-inf.mpg.de/projects/NeuS2/ .