paper-with-me

홈 › Papers

Re-ReND: Real-time Rendering of NeRFs across Devices

2023-03-15 · ICCV 2023 1 · Sara Rojas, Jesus Zarzar, Juan Camilo Perez, Artsiom Sanakoyeu, Ali Thabet, Albert Pumarola, Bernard Ghanem

This paper proposes a novel approach for rendering a pre-trained Neural Radiance Field (NeRF) in real-time on resource-constrained devices. We introduce Re-ReND, a method enabling Real-time Rendering of NeRFs across Devices. Re-ReND is designed to achieve real-time performance by converting the NeRF into a representation that can be efficiently processed by standard graphics pipelines. The proposed method distills the NeRF by extracting the learned density into a mesh, while the learned color information is factorized into a set of matrices that represent the scene's light field. Factorization implies the field is queried via inexpensive MLP-free matrix multiplications, while using a light field allows rendering a pixel by querying the field a single time-as opposed to hundreds of queries when employing a radiance field. Since the proposed representation can be implemented using a fragment shader, it can be directly integrated with standard rasterization frameworks. Our flexible implementation can render a NeRF in real-time with low memory requirements and on a wide range of resource-constrained devices, including mobiles and AR/VR headsets. Notably, we find that Re-ReND can achieve over a 2.6-fold increase in rendering speed versus the state-of-the-art without perceptible losses in quality.

📄 PDF Abstract BibTeX arXiv:2303.08717

Code (1)

sararoma95/Re-ReND 공식 구현 jax

Tasks

NeRF

Methods 이 논문이 사용한 방법론

SPEED The monocular depth estimation (MDE) is the task of estimating depth from a single frame. This information is an essential knowledge in many computer vision tasks such as scene…

Similar Papers 제목 키워드 기반

PlenOctrees for Real-time Rendering of Neural Radiance Fields

2021-03-25 · ICCV 2021 10 · Alex Yu, RuiLong Li, Matthew Tancik, Hao Li 외

We introduce a method to render Neural Radiance Fields (NeRFs) in real time using PlenOctrees, an octree-based 3D representation which supports view-dependent effects. Our method can render 800x800 images at more than 15…

NeRFNeural RenderingNovel View Synthesis

BoostMVSNeRFs: Boosting MVS-based NeRFs to Generalizable View Synthesis in Large-scale Scenes

2024-07-22 · Chih-Hai Su, Chih-Yao Hu, Shr-Ruei Tsai, Jie-Ying Lee 외

While Neural Radiance Fields (NeRFs) have demonstrated exceptional quality, their protracted training duration remains a limitation. Generalizable and MVS-based NeRFs, although capable of mitigating training time, often …

NeRF

Transient Neural Radiance Fields for Lidar View Synthesis and 3D Reconstruction

2023-07-14 · NeurIPS 2023 11 · Anagh Malik, Parsa Mirdehghan, Sotiris Nousias, Kiriakos N. Kutulakos 외

Neural radiance fields (NeRFs) have become a ubiquitous tool for modeling scene appearance and geometry from multiview imagery. Recent work has also begun to explore how to use additional supervision from lidar or depth …

3D ReconstructionAutonomous DrivingNeRF

NeRF-XL: Scaling NeRFs with Multiple GPUs

2024-04-24 · RuiLong Li, Sanja Fidler, Angjoo Kanazawa, Francis Williams

We present NeRF-XL, a principled method for distributing Neural Radiance Fields (NeRFs) across multiple GPUs, thus enabling the training and rendering of NeRFs with an arbitrarily large capacity. We begin by revisiting e…

GPUNeRF

Learning Neural Duplex Radiance Fields for Real-Time View Synthesis

2023-04-20 · CVPR 2023 1 · Ziyu Wan, Christian Richardt, Aljaž Božič, Chao Li 외

Neural radiance fields (NeRFs) enable novel view synthesis with unprecedented visual quality. However, to render photorealistic images, NeRFs require hundreds of deep multilayer perceptron (MLP) evaluations - for each pi…

Novel View SynthesisSurface Reconstruction