CVAug 16, 2024

VF-NeRF: Learning Neural Vector Fields for Indoor Scene Reconstruction

arXiv:2408.08766v1h-index: 28
Originality Incremental advance
AI Analysis

This addresses indoor scene reconstruction for applications like robotics and AR/VR, but it is incremental as it builds on existing NeRF methods with a novel representation.

The paper tackles the problem of reconstructing indoor scenes with planar regions and weak textures using neural radiance fields, achieving state-of-the-art results in reconstruction and novel view rendering when depth cues are available.

Implicit surfaces via neural radiance fields (NeRF) have shown surprising accuracy in surface reconstruction. Despite their success in reconstructing richly textured surfaces, existing methods struggle with planar regions with weak textures, which account for the majority of indoor scenes. In this paper, we address indoor dense surface reconstruction by revisiting key aspects of NeRF in order to use the recently proposed Vector Field (VF) as the implicit representation. VF is defined by the unit vector directed to the nearest surface point. It therefore flips direction at the surface and equals to the explicit surface normals. Except for this flip, VF remains constant along planar surfaces and provides a strong inductive bias in representing planar surfaces. Concretely, we develop a novel density-VF relationship and a training scheme that allows us to learn VF via volume rendering By doing this, VF-NeRF can model large planar surfaces and sharp corners accurately. We show that, when depth cues are available, our method further improves and achieves state-of-the-art results in reconstructing indoor scenes and rendering novel views. We extensively evaluate VF-NeRF on indoor datasets and run ablations of its components.

Code Implementations1 repo
Foundations

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

Your Notes