paper-with-me

Papers

Mip-NeRF 360: Unbounded Anti-Aliased Neural Radiance Fields

2021-11-23 · CVPR 2022 1 · Jonathan T. Barron, Ben Mildenhall, Dor Verbin, Pratul P. Srinivasan, Peter Hedman

Though neural radiance fields (NeRF) have demonstrated impressive view synthesis results on objects and small bounded regions of space, they struggle on "unbounded" scenes, where the camera may point in any direction and content may exist at any distance. In this setting, existing NeRF-like models often produce blurry or low-resolution renderings (due to the unbalanced detail and scale of nearby and distant objects), are slow to train, and may exhibit artifacts due to the inherent ambiguity of the task of reconstructing a large scene from a small set of images. We present an extension of mip-NeRF (a NeRF variant that addresses sampling and aliasing) that uses a non-linear scene parameterization, online distillation, and a novel distortion-based regularizer to overcome the challenges presented by unbounded scenes. Our model, which we dub "mip-NeRF 360" as we target scenes in which the camera rotates 360 degrees around a point, reduces mean-squared error by 57% compared to mip-NeRF, and is able to produce realistic synthesized views and detailed depth maps for highly intricate, unbounded real-world scenes.

📄 PDF Abstract BibTeX arXiv:2111.12077

Code (1)

kakaobrain/NeRF-Factory jax

Tasks

Image ReconstructionNeRFNovel View Synthesis

Similar Papers 제목 키워드 기반

Mip-NeRF: A Multiscale Representation for Anti-Aliasing Neural Radiance Fields

2021-03-24 · ICCV 2021 10 · Jonathan T. Barron, Ben Mildenhall, Matthew Tancik, Peter Hedman 외

The rendering procedure used by neural radiance fields (NeRF) samples a scene with a single ray per pixel and may therefore produce renderings that are excessively blurred or aliased when training or testing images obser…

NeRF

Tri-MipRF: Tri-Mip Representation for Efficient Anti-Aliasing Neural Radiance Fields

2023-07-21 · ICCV 2023 1 · WenBo Hu, Yuling Wang, Lin Ma, Bangbang Yang 외

Despite the tremendous progress in neural radiance fields (NeRF), we still face a dilemma of the trade-off between quality and efficiency, e.g., MipNeRF presents fine-detailed and anti-aliased renderings but takes days f…

NeRF

NeRF++: Analyzing and Improving Neural Radiance Fields

2020-10-15 · Kai Zhang, Gernot Riegler, Noah Snavely, Vladlen Koltun

Neural Radiance Fields (NeRF) achieve impressive view synthesis results for a variety of capture settings, including 360 capture of bounded scenes and forward-facing capture of bounded and unbounded scenes. NeRF fits mul…

NeRF

Drantal-NeRF: Diffusion-Based Restoration for Anti-aliasing Neural Radiance Field

2024-07-10 · Ganlin Yang, Kaidong Zhang, Jingjing Fu, Dong Liu

Aliasing artifacts in renderings produced by Neural Radiance Field (NeRF) is a long-standing but complex issue in the field of 3D implicit representation, which arises from a multitude of intricate causes and was mitigat…

DecoderNeRF

Zip-NeRF: Anti-Aliased Grid-Based Neural Radiance Fields

2023-04-13 · ICCV 2023 1 · Jonathan T. Barron, Ben Mildenhall, Dor Verbin, Pratul P. Srinivasan 외

Neural Radiance Field training can be accelerated through the use of grid-based representations in NeRF's learned mapping from spatial coordinates to colors and volumetric density. However, these grid-based approaches la…

NeRFNovel View SynthesisSpeech Enhancement