paper-with-me

홈 › Papers

MF-NeRF: Memory Efficient NeRF with Mixed-Feature Hash Table

2023-04-25 · YongJae lee, Li Yang, Deliang Fan

Neural radiance field (NeRF) has shown remarkable performance in generating photo-realistic novel views. Among recent NeRF related research, the approaches that involve the utilization of explicit structures like grids to manage features achieve exceptionally fast training by reducing the complexity of multilayer perceptron (MLP) networks. However, storing features in dense grids demands a substantial amount of memory space, resulting in a notable memory bottleneck within computer system. Consequently, it leads to a significant increase in training times without prior hyper-parameter tuning. To address this issue, in this work, we are the first to 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. Specifically, we first design a mixed-feature hash encoding to adaptively mix part of multi-level feature grids and map it to a single hash table. Following that, in order to obtain the correct index of a grid point, we further develop 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.

📄 PDF Abstract BibTeX arXiv:2304.12587

Code (1)

nfyfamr/mf-nerf 공식 구현 pytorch

Tasks

BenchmarkingGPUNeRF

Similar Papers 제목 키워드 기반

Hyb-NeRF: A Multiresolution Hybrid Encoding for Neural Radiance Fields

2023-11-21 · Yifan Wang, Yi Gong, Yuan Zeng

Recent advances in Neural radiance fields (NeRF) have enabled high-fidelity scene reconstruction for novel view synthesis. However, NeRF requires hundreds of network evaluations per pixel to approximate a volume renderin…

NeRFNovel View Synthesis

Instant-NeRF: Instant On-Device Neural Radiance Field Training via Algorithm-Accelerator Co-Designed Near-Memory Processing

2023-05-09 · Yang Zhao, Shang Wu, Jingqun Zhang, Sixu Li 외

Instant on-device Neural Radiance Fields (NeRFs) are in growing demand for unleashing the promise of immersive AR/VR experiences, but are still limited by their prohibitive training time. Our profiling analysis reveals a…

NeRF

NGP-RT: Fusing Multi-Level Hash Features with Lightweight Attention for Real-Time Novel View Synthesis

2024-07-15 · Yubin Hu, Xiaoyang Guo, Yang Xiao, Jingwei Huang 외

This paper presents NGP-RT, a novel approach for enhancing the rendering speed of Instant-NGP to achieve real-time novel view synthesis. As a classic NeRF-based method, Instant-NGP stores implicit features in multi-level…

GPUNeRFNovel View Synthesis

HollowNeRF: Pruning Hashgrid-Based NeRFs with Trainable Collision Mitigation

2023-08-19 · ICCV 2023 1 · Xiufeng Xie, Riccardo Gherardi, Zhihong Pan, Stephen Huang

Neural radiance fields (NeRF) have garnered significant attention, with recent works such as Instant-NGP accelerating NeRF training and evaluation through a combination of hashgrid-based positional encoding and neural ne…

NeRF

DistGrid: Scalable Scene Reconstruction with Distributed Multi-resolution Hash Grid

2024-05-07 · Sidun Liu, Peng Qiao, Zongxin Ye, Wenyu Li 외

Neural Radiance Field~(NeRF) achieves extremely high quality in object-scaled and indoor scene reconstruction. However, there exist some challenges when reconstructing large-scale scenes. MLP-based NeRFs suffer from limi…

GPUIndoor Scene ReconstructionNeRF