InterNeRF: Scaling Radiance Fields via Parameter Interpolation
Clinton Wang, Peter Hedman, Polina Golland, Jonathan T. Barron, Daniel Duckworth
TL;DR
InterNeRF introduces a scalable, out-of-core NeRF architecture that scales model capacity by interpolating a partitioned set of parameters based on camera origin. By using bilinear interpolation across a grid of parameter sets and loading only the relevant subsets during training and rendering, it achieves improved centimeter-scale geometry and texture in large multi-room scenes while keeping memory usage constrained. The method demonstrates strong gains over Zip-NeRF on large indoor datasets and highlights the trade-offs between grid resolution, training time, and capacity. This work enables higher-capacity NeRFs for expansive environments and points to practical paths for model parallelism and alternative interpolation schemes to further improve scalability and efficiency.
Abstract
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.
