paper-with-me

Papers

Multiscale Representation for Real-Time Anti-Aliasing Neural Rendering

2023-04-20 · ICCV 2023 1 · Dongting Hu, Zhenkai Zhang, Tingbo Hou, Tongliang Liu, Huan Fu, Mingming Gong

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 scales, and produces aliasing artifacts if the test images are taken in distant views. To address this issue, Mip-NeRF proposes a multiscale representation as a conical frustum to encode scale information. Nevertheless, this approach is only suitable for offline rendering since it relies on integrated positional encoding (IPE) to query a multilayer perceptron (MLP). To overcome this limitation, we propose mip voxel grids (Mip-VoG), an explicit multiscale representation with a deferred architecture for real-time anti-aliasing rendering. Our approach includes a density Mip-VoG for scene geometry and a feature Mip-VoG with a small MLP for view-dependent color. Mip-VoG encodes scene scale using the level of detail (LOD) derived from ray differentials and uses quadrilinear interpolation to map a queried 3D location to its features and density from two neighboring downsampled voxel grids. To our knowledge, our approach is the first to offer multiscale training and real-time anti-aliasing rendering simultaneously. We conducted experiments on multiscale datasets, and the results show that our approach outperforms state-of-the-art real-time rendering baselines.

📄 PDF Abstract BibTeX arXiv:2304.10075

Code (0)

등록된 구현이 없습니다.

Tasks

NeRFNeural Rendering

Methods 이 논문이 사용한 방법론

Test 설명 없음

Similar Papers 제목 키워드 기반

Neural Gaussian Scale-Space Fields

2024-05-31 · Felix Mujkanovic, Ntumba Elie Nsampi, Christian Theobalt, Hans-Peter Seidel 외

Gaussian scale spaces are a cornerstone of signal representation and processing, with applications in filtering, multiscale analysis, anti-aliasing, and many more. However, obtaining such a scale space is costly and cumb…

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

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

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

On Performance of Multiscale Sparse Fast Fourier Transform Algorithm

2020-11-11 · Bin Li, Zhikang Jiang, Jie Chen

Computing the Sparse Fast Fourier Transform(sFFT) of a K-sparse signal of size N has emerged as a critical topic for a long time. The sFFT algorithms decrease the runtime and sampling complexity by taking advantage of th…