paper-with-me

홈 › Papers

R2L: Distilling Neural Radiance Field to Neural Light Field for Efficient Novel View Synthesis

2022-03-31 · Huan Wang, Jian Ren, Zeng Huang, Kyle Olszewski, Menglei Chai, Yun Fu, Sergey Tulyakov

Recent research explosion on Neural Radiance Field (NeRF) shows the encouraging potential to represent complex scenes with neural networks. One major drawback of NeRF is its prohibitive inference time: Rendering a single pixel requires querying the NeRF network hundreds of times. To resolve it, existing efforts mainly attempt to reduce the number of required sampled points. However, the problem of iterative sampling still exists. On the other hand, Neural Light Field (NeLF) presents a more straightforward representation over NeRF in novel view synthesis -- the rendering of a pixel amounts to one single forward pass without ray-marching. In this work, we present a deep residual MLP network (88 layers) to effectively learn the light field. We show the key to successfully learning such a deep NeLF network is to have sufficient data, for which we transfer the knowledge from a pre-trained NeRF model via data distillation. Extensive experiments on both synthetic and real-world scenes show the merits of our method over other counterpart algorithms. On the synthetic scenes, we achieve 26-35x FLOPs reduction (per camera ray) and 28-31x runtime speedup, meanwhile delivering significantly better (1.4-2.8 dB average PSNR improvement) rendering quality than NeRF without any customized parallelism requirement.

📄 PDF Abstract BibTeX arXiv:2203.17261

Code (1)

snap-research/r2l 공식 구현 pytorch

Tasks

NeRFNovel View Synthesis

Similar Papers 제목 키워드 기반

From Particles to Fields: Reframing Photon Mapping with Continuous Gaussian Photon Fields

2025-12-13 · Jiachen Tao, Benjamin Planche, Van Nguyen Nguyen, Junyi Wu 외 arxiv

Accurately modeling light transport is essential for realistic image synthesis. Photon mapping provides physically grounded estimates of complex global illumination effects such as caustics and specular-diffuse interacti…

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

VDN-NeRF: Resolving Shape-Radiance Ambiguity via View-Dependence Normalization

2023-03-31 · CVPR 2023 1 · Bingfan Zhu, Yanchao Yang, Xulong Wang, Youyi Zheng 외

We propose VDN-NeRF, a method to train neural radiance fields (NeRFs) for better geometry under non-Lambertian surface and dynamic lighting conditions that cause significant variation in the radiance of a point when view…

NeRF

MVHuman: Tailoring 2D Diffusion with Multi-view Sampling For Realistic 3D Human Generation

2023-12-15 · Suyi Jiang, Haimin Luo, Haoran Jiang, Ziyu Wang 외

Recent months have witnessed rapid progress in 3D generation based on diffusion models. Most advances require fine-tuning existing 2D Stable Diffsuions into multi-view settings or tedious distilling operations and hence …

3D GenerationDenoising

Progressive Radiance Distillation for Inverse Rendering with Gaussian Splatting

2024-08-14 · Keyang Ye, Qiming Hou, Kun Zhou

We propose progressive radiance distillation, an inverse rendering method that combines physically-based rendering with Gaussian-based radiance field rendering using a distillation progress map. Taking multi-view images …

Inverse RenderingNovel View Synthesis