paper-with-me

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, Ricardo Martin-Brualla, Pratul P. Srinivasan

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 observe scene content at different resolutions. The straightforward solution of supersampling by rendering with multiple rays per pixel is impractical for NeRF, because rendering each ray requires querying a multilayer perceptron hundreds of times. Our solution, which we call "mip-NeRF" (a la "mipmap"), extends NeRF to represent the scene at a continuously-valued scale. By efficiently rendering anti-aliased conical frustums instead of rays, mip-NeRF reduces objectionable aliasing artifacts and significantly improves NeRF's ability to represent fine details, while also being 7% faster than NeRF and half the size. Compared to NeRF, mip-NeRF reduces average error rates by 17% on the dataset presented with NeRF and by 60% on a challenging multiscale variant of that dataset that we present. Mip-NeRF is also able to match the accuracy of a brute-force supersampled NeRF on our multiscale dataset while being 22x faster.

📄 PDF Abstract BibTeX arXiv:2103.13415

Code (4)

google/mipnerf 공식 구현 jax
bebeal/mipnerf-pytorch pytorch
hjxwhy/mipnerf_pl pytorch
kakaobrain/NeRF-Factory jax

Tasks

NeRF

Methods 이 논문이 사용한 방법론

Robinhood Customer Care Number +1-833-534-1729 설명 없음

Similar Papers 제목 키워드 기반

Multiscale Representation for Real-Time Anti-Aliasing Neural Rendering

2023-04-20 · ICCV 2023 1 · Dongting Hu, Zhenkai Zhang, Tingbo Hou, Tongliang Liu 외

The rendering scheme in neural radiance field (NeRF) is effective in rendering a pixel by casting a ray into the scene. However, NeRF yields blurred rendering results when the training images are captured at non-uniform …

NeRFNeural Rendering

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

Mip-Grid: Anti-aliased Grid Representations for Neural Radiance Fields

2024-02-22 · NeurIPS 2023 11 · Seungtae Nam, Daniel Rho, Jong Hwan Ko, Eunbyung Park

Despite the remarkable achievements of neural radiance fields (NeRF) in representing 3D scenes and generating novel view images, the aliasing issue, rendering "jaggies" or "blurry" images at varying camera distances, rem…

NeRF

Freq-Mip-AA : Frequency Mip Representation for Anti-Aliasing Neural Radiance Fields

2024-06-19 · Youngin Park, Seungtae Nam, Cheul-hee Hahm, Eunbyung Park

Neural Radiance Fields (NeRF) have shown remarkable success in representing 3D scenes and generating novel views. However, they often struggle with aliasing artifacts, especially when rendering images from different came…

NeRF