CVMay 7, 2023

MS-NeRF: Multi-Space Neural Radiance Fields

arXiv:2305.04268v26 citations
Originality Incremental advance
AI Analysis

This addresses rendering quality issues for reflective objects in NeRF applications, with incremental improvements to existing methods.

The paper tackles the problem of blurry or distorted rendering of reflective objects in Neural Radiance Fields (NeRF) by proposing MS-NeRF, a multi-space neural radiance field that uses parallel sub-spaces to better handle reflective and refractive objects, improving Mip-NeRF 360 by 4.15 dB in PSNR with 0.5% extra parameters and TensoRF by 2.71 dB with 0.046% extra parameters.

Existing Neural Radiance Fields (NeRF) methods suffer from the existence of reflective objects, often resulting in blurry or distorted rendering. Instead of calculating a single radiance field, we propose a multi-space neural radiance field (MS-NeRF) that represents the scene using a group of feature fields in parallel sub-spaces, which leads to a better understanding of the neural network toward the existence of reflective and refractive objects. Our multi-space scheme works as an enhancement to existing NeRF methods, with only small computational overheads needed for training and inferring the extra-space outputs. We design different multi-space modules for representative MLP-based and grid-based NeRF methods, which improve Mip-NeRF 360 by 4.15 dB in PSNR with 0.5% extra parameters and further improve TensoRF by 2.71 dB with 0.046% extra parameters on reflective regions without degrading the rendering quality on other regions. We further construct a novel dataset consisting of 33 synthetic scenes and 7 real captured scenes with complex reflection and refraction, where we design complex camera paths to fully benchmark the robustness of NeRF-based methods. Extensive experiments show that our approach significantly outperforms the existing single-space NeRF methods for rendering high-quality scenes concerned with complex light paths through mirror-like objects. The source code, dataset, and results are available via our project page: https://zx-yin.github.io/msnerf/.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes