paper-with-me

Papers

DiffusioNeRF: Regularizing Neural Radiance Fields with Denoising Diffusion Models

2023-02-23 · CVPR 2023 1 · Jamie Wynn, Daniyar Turmukhambetov

Under good conditions, Neural Radiance Fields (NeRFs) have shown impressive results on novel view synthesis tasks. NeRFs learn a scene's color and density fields by minimizing the photometric discrepancy between training views and differentiable renderings of the scene. Once trained from a sufficient set of views, NeRFs can generate novel views from arbitrary camera positions. However, the scene geometry and color fields are severely under-constrained, which can lead to artifacts, especially when trained with few input views. To alleviate this problem we learn a prior over scene geometry and color, using a denoising diffusion model (DDM). Our DDM is trained on RGBD patches of the synthetic Hypersim dataset and can be used to predict the gradient of the logarithm of a joint probability distribution of color and depth patches. We show that, these gradients of logarithms of RGBD patch priors serve to regularize geometry and color of a scene. During NeRF training, random RGBD patches are rendered and the estimated gradient of the log-likelihood is backpropagated to the color and density fields. Evaluations on LLFF, the most relevant dataset, show that our learned prior achieves improved quality in the reconstructed geometry and improved generalization to novel views. Evaluations on DTU show improved reconstruction quality among NeRF methods.

📄 PDF Abstract BibTeX arXiv:2302.12231

Code (1)

nianticlabs/diffusionerf 공식 구현 pytorch

Tasks

DenoisingNeRFNovel View Synthesis

Methods 이 논문이 사용한 방법론

Diffusion Diffusion models generate samples by gradually removing noise from a signal, and their training objective can be expressed as a reweighted variational lower-bound…

Similar Papers 제목 키워드 기반

DiffRF: Rendering-Guided 3D Radiance Field Diffusion

2022-12-02 · CVPR 2023 1 · Norman Müller, Yawar Siddiqui, Lorenzo Porzi, Samuel Rota Bulò 외

We introduce DiffRF, a novel approach for 3D radiance field synthesis based on denoising diffusion probabilistic models. While existing diffusion-based methods operate on images, latent codes, or point cloud data, we are…

Denoising

Regularizing Dynamic Radiance Fields with Kinematic Fields

2024-07-19 · Woobin Im, Geonho Cha, Sebin Lee, Jumin Lee 외

This paper presents a novel approach for reconstructing dynamic radiance fields from monocular videos. We integrate kinematics with dynamic radiance fields, bridging the gap between the sparse nature of monocular videos …

RegNeRF: Regularizing Neural Radiance Fields for View Synthesis from Sparse Inputs

2021-12-01 · CVPR 2022 1 · Michael Niemeyer, Jonathan T. Barron, Ben Mildenhall, Mehdi S. M. Sajjadi 외

Neural Radiance Fields (NeRF) have emerged as a powerful representation for the task of novel view synthesis due to their simplicity and state-of-the-art performance. Though NeRF can produce photorealistic renderings of …

NeRFNovel View Synthesis

SSDNeRF: Semantic Soft Decomposition of Neural Radiance Fields

2022-12-07 · Siddhant Ranade, Christoph Lassner, Kai Li, Christian Haene 외

Neural Radiance Fields (NeRFs) encode the radiance in a scene parameterized by the scene's plenoptic function. This is achieved by using an MLP together with a mapping to a higher-dimensional space, and has been proven t…

Video Editing

Simple-RF: Regularizing Sparse Input Radiance Fields with Simpler Solutions

2024-04-29 · Nagabhushan Somraj, Sai Harsha Mupparaju, Adithyan Karanayil, Rajiv Soundararajan

Neural Radiance Fields (NeRF) show impressive performance in photo-realistic free-view rendering of scenes. Recent improvements on the NeRF such as TensoRF and ZipNeRF employ explicit models for faster optimization and r…

NeRF