Neural radiance field (NeRF) has shown remarkable performance in generating photo-realistic novel views. Since the emergence of NeRF, many studies have been conducted, among which managing features with explicit structures such as grids has achieved exceptionally fast training by reducing the complexity of multilayer perceptron (MLP) networks. However, storing features in dense grids requires significantly large memory space, which leads to memory bottleneck in computer systems and thus large training time. To address this issue, in this work, we propose MF-NeRF, a memory-efficient NeRF framework that employs a mixed-feature hash table to improve memory efficiency and reduce training time while maintaining reconstruction quality. We first design a mixed-feature hash table to adaptively mix part of multi-level feature grids into one and map it to a single hash table. Following that, in order to obtain the correct index of a grid point, we further design an index transformation method that transforms indices of an arbitrary level grid to those of a canonical grid. Extensive experiments benchmarking with state-of-the-art Instant-NGP, TensoRF, and DVGO, indicate our MF-NeRF could achieve the fastest training time on the same GPU hardware with similar or even higher reconstruction quality. Source code is available at https://github.com/nfyfamr/MF-NeRF.
翻译:神经辐射场(NeRF)在生成逼真的新视角图像方面展现了卓越性能。自NeRF提出以来,已开展了大量研究,其中通过降低多层感知机(MLP)网络复杂度,采用网格等显式结构管理特征的方法实现了异常快速的训练。然而,在密集网格中存储特征需要极大的内存空间,这导致计算机系统出现内存瓶颈,进而造成训练时间过长。为解决该问题,本文提出MF-NeRF——一种内存高效的NeRF框架,它采用混合特征哈希表来提升内存效率、缩短训练时间,同时保持重建质量。我们首先设计了一个混合特征哈希表,将部分多层级特征网格自适应地混合为一个,并将其映射至单一哈希表。随后,为获取网格点的正确索引,我们进一步设计了一种索引转换方法,可将任意层级网格的索引转换为规范网格的索引。与当前最先进的Instant-NGP、TensoRF和DVGO进行的大量对比实验表明,在相同GPU硬件条件下,MF-NeRF能以相似或更高的重建质量实现最快的训练速度。源代码已公开于https://github.com/nfyfamr/MF-NeRF。