CVGRJun 17, 2024

InterNeRF: Scaling Radiance Fields via Parameter Interpolation

arXiv:2406.11737v1
Originality Incremental advance
AI Analysis

This work addresses scaling challenges in NeRF applications for 3D scene rendering, though it appears incremental as it builds on existing partitioning approaches.

The paper tackles the problem of scaling Neural Radiance Fields (NeRFs) to large scenes by addressing limitations like poor test-time scaling and inconsistencies, proposing InterNeRF, which enables out-of-core training and rendering with increased model capacity and modest training time increases, demonstrating significant improvements in multi-room scenes while remaining competitive on standard benchmarks.

Neural Radiance Fields (NeRFs) have unmatched fidelity on large, real-world scenes. A common approach for scaling NeRFs is to partition the scene into regions, each of which is assigned its own parameters. When implemented naively, such an approach is limited by poor test-time scaling and inconsistent appearance and geometry. We instead propose InterNeRF, a novel architecture for rendering a target view using a subset of the model's parameters. Our approach enables out-of-core training and rendering, increasing total model capacity with only a modest increase to training time. We demonstrate significant improvements in multi-room scenes while remaining competitive on standard benchmarks.

Foundations

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

Your Notes