PyNeRF: Pyramidal Neural Radiance Fields
Haithem Turki, Michael Zollh\"ofer, Christian Richardt, Deva Ramanan

TL;DR
PyNeRF introduces a multi-resolution grid approach for Neural Radiance Fields, significantly enhancing rendering quality and training speed by explicitly modeling scale variations, and is compatible with existing accelerated NeRF methods.
Contribution
The paper proposes a simple, effective modification to grid-based NeRF models by training multiple model heads at different resolutions, improving scale-aware rendering without complex encodings.
Findings
Reduces rendering error by 20-90% across scenes.
Achieves 60x faster training compared to Mip-NeRF.
Maintains minimal performance overhead during rendering.
Abstract
Neural Radiance Fields (NeRFs) can be dramatically accelerated by spatial grid representations. However, they do not explicitly reason about scale and so introduce aliasing artifacts when reconstructing scenes captured at different camera distances. Mip-NeRF and its extensions propose scale-aware renderers that project volumetric frustums rather than point samples but such approaches rely on positional encodings that are not readily compatible with grid methods. We propose a simple modification to grid-based models by training model heads at different spatial grid resolutions. At render time, we simply use coarser grids to render samples that cover larger volumes. Our method can be easily applied to existing accelerated NeRF methods and significantly improves rendering quality (reducing error rates by 20-90% across synthetic and unbounded real-world scenes) while incurring minimal…
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.
Code & Models
Videos
Taxonomy
TopicsAdvanced Vision and Imaging · Computer Graphics and Visualization Techniques · 3D Shape Modeling and Analysis
