paper-with-me

홈 › Papers

UE4-NeRF:Neural Radiance Field for Real-Time Rendering of Large-Scale Scene

2023-10-20 · NeurIPS 2023 11

Neural Radiance Fields (NeRF) is a novel implicit 3D reconstruction method that shows immense potential and has been gaining increasing attention. It enables the reconstruction of 3D scenes solely from a set of photographs. However, its real-time rendering capability, especially for interactive real-time rendering of large-scale scenes, still has significant limitations. To address these challenges, in this paper, we propose a novel neural rendering system called UE4-NeRF, specifically designed for real-time rendering of large-scale scenes. We partitioned each large scene into different sub-NeRFs. In order to represent the partitioned independent scene, we initialize polygonal meshes by constructing multiple regular octahedra within the scene and the vertices of the polygonal faces are continuously optimized during the training process. Drawing inspiration from Level of Detail (LOD) techniques, we trained meshes of varying levels of detail for different observation levels. Our approach combines with the rasterization pipeline in Unreal Engine 4 (UE4), achieving real-time rendering of large-scale scenes at 4K resolution with a frame rate of up to 43 FPS. Rendering within UE4 also facilitates scene editing in subsequent stages. Furthermore, through experiments, we have demonstrated that our method achieves rendering quality comparable to state-of-the-art approaches. Project page: https://jamchaos.github.io/UE4-NeRF/.

📄 PDF Abstract BibTeX arXiv:2310.13263

Code (0)

등록된 구현이 없습니다.

Tasks

3D Reconstruction4kNeRFNeural Rendering

Methods 이 논문이 사용한 방법론

SET Dynamic Sparse Training method where weight mask is updated randomly periodically

Similar Papers 제목 키워드 기반

NeRFMeshing: Distilling Neural Radiance Fields into Geometrically-Accurate 3D Meshes

2023-03-16 · Marie-Julie Rakotosaona, Fabian Manhardt, Diego Martin Arroyo, Michael Niemeyer 외

With the introduction of Neural Radiance Fields (NeRFs), novel view synthesis has recently made a big leap forward. At the core, NeRF proposes that each 3D point can emit radiance, allowing to conduct view synthesis usin…

NeRFNovel View SynthesisSurface Reconstruction

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

2023-03-15 · ICCV 2023 1 · Sara Rojas, Jesus Zarzar, Juan Camilo Perez, Artsiom Sanakoyeu 외

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 Devi…

NeRF

Baking Neural Radiance Fields for Real-Time View Synthesis

2021-03-26 · ICCV 2021 10 · Peter Hedman, Pratul P. Srinivasan, Ben Mildenhall, Jonathan T. Barron 외

Neural volumetric representations such as Neural Radiance Fields (NeRF) have emerged as a compelling technique for learning to represent 3D scenes from images with the goal of rendering photorealistic images of the scene…

GPUNeRF

TimeNeRF: Building Generalizable Neural Radiance Fields across Time from Few-Shot Input Views

2025-07-18 · Hsiang-Hui Hung, Huu-Phu Do, Yung-Hui Li, Ching-Chun Huang arxiv

We present TimeNeRF, a generalizable neural rendering approach for rendering novel views at arbitrary viewpoints and at arbitrary times, even with few input views. For real-world applications, it is expensive to collect …

GANeRF: Leveraging Discriminators to Optimize Neural Radiance Fields

2023-06-09 · Barbara Roessle, Norman Müller, Lorenzo Porzi, Samuel Rota Bulò 외

Neural Radiance Fields (NeRF) have shown impressive novel view synthesis results; nonetheless, even thorough recordings yield imperfections in reconstructions, for instance due to poorly observed areas or minor lighting …

3D Scene ReconstructionNeRFNovel View Synthesis