paper-with-me

홈 › Papers

PyNeRF: Pyramidal Neural Radiance Fields

2023-11-30 · NeurIPS 2023 11 · Haithem Turki, Michael Zollhöfer, Christian Richardt, Deva Ramanan

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 performance overhead (as each model head is quick to evaluate). Compared to Mip-NeRF, we reduce error rates by 20% while training over 60x faster.

📄 PDF Abstract BibTeX arXiv:2312.00252

Code (1)

hturki/pynerf 공식 구현 jax

Tasks

NeRF

Similar Papers 제목 키워드 기반

BioNeRF: Biologically Plausible Neural Radiance Fields for View Synthesis

2024-02-11 · Leandro A. Passos, Douglas Rodrigues, Danilo Jodas, Kelton A. P. Costa 외

This paper presents BioNeRF, a biologically plausible architecture that models scenes in a 3D representation and synthesizes new views through radiance fields. Since NeRF relies on the network weights to store the scene'…

NeRF

PyGS: Large-scale Scene Representation with Pyramidal 3D Gaussian Splatting

2024-05-27 · Zipeng Wang, Dan Xu

Neural Radiance Fields (NeRFs) have demonstrated remarkable proficiency in synthesizing photorealistic images of large-scale scenes. However, they are often plagued by a loss of fine details and long rendering durations.…

NeRF

PARN: Pyramidal Affine Regression Networks for Dense Semantic Correspondence

2018-07-09 · ECCV 2018 9 · Sangryul Jeon, Seungryong Kim, Dongbo Min, Kwanghoon Sohn

This paper presents a deep architecture for dense semantic correspondence, called pyramidal affine regression networks (PARN), that estimates locally-varying affine transformation fields across images. To deal with intra…

regressionSemantic correspondence

Cross-Guided Optimization of Radiance Fields With Multi-View Image Super-Resolution for High-Resolution Novel View Synthesis

2023-01-01 · CVPR 2023 1 · Youngho Yoon, Kuk-Jin Yoon

Novel View Synthesis (NVS) aims at synthesizing an image from an arbitrary viewpoint using multi-view images and camera poses. Among the methods for NVS, Neural Radiance Fields (NeRF) is capable of NVS for an arbitra…

Image Super-ResolutionNeRFNovel View SynthesisSuper-Resolution

Point-DynRF: Point-based Dynamic Radiance Fields from a Monocular Video

2023-10-14 · Byeongjun Park, Changick Kim

Dynamic radiance fields have emerged as a promising approach for generating novel views from a monocular video. However, previous methods enforce the geometric consistency to dynamic radiance fields only between adjacent…