Adaptive Voronoi NeRFs
Tim Elsner, Victor Czech, Julia Berger, Zain Selman, Isaak Lim, Leif, Kobbelt

TL;DR
This paper introduces an adaptive Voronoi-based hierarchical partitioning method for NeRFs, enabling faster scene learning and rendering by dividing the scene into simpler regions with individual NeRFs, improving efficiency and quality.
Contribution
It proposes a novel Voronoi diagram hierarchy for scene partitioning that enhances NeRF training and rendering speed while maintaining quality, adaptable to various NeRF variants.
Findings
Faster scene learning and rendering with Voronoi-based partitioning.
Even distribution of information improves training efficiency.
Adaptive refinement reduces artifacts and enhances quality.
Abstract
Neural Radiance Fields (NeRFs) learn to represent a 3D scene from just a set of registered images. Increasing sizes of a scene demands more complex functions, typically represented by neural networks, to capture all details. Training and inference then involves querying the neural network millions of times per image, which becomes impractically slow. Since such complex functions can be replaced by multiple simpler functions to improve speed, we show that a hierarchy of Voronoi diagrams is a suitable choice to partition the scene. By equipping each Voronoi cell with its own NeRF, our approach is able to quickly learn a scene representation. We propose an intuitive partitioning of the space that increases quality gains during training by distributing information evenly among the networks and avoids artifacts through a top-down adaptive refinement. Our framework is agnostic to the…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Vision and Imaging · Computer Graphics and Visualization Techniques · Advanced Neural Network Applications
