paper-with-me

Papers

ExtraNeRF: Visibility-Aware View Extrapolation of Neural Radiance Fields with Diffusion Models

2024-06-10 · CVPR 2024 1 · Meng-Li Shih, Wei-Chiu Ma, Aleksander Holynski, Forrester Cole, Brian L. Curless, Janne Kontkanen

We propose ExtraNeRF, a novel method for extrapolating the range of views handled by a Neural Radiance Field (NeRF). Our main idea is to leverage NeRFs to model scene-specific, fine-grained details, while capitalizing on diffusion models to extrapolate beyond our observed data. A key ingredient is to track visibility to determine what portions of the scene have not been observed, and focus on reconstructing those regions consistently with diffusion models. Our primary contributions include a visibility-aware diffusion-based inpainting module that is fine-tuned on the input imagery, yielding an initial NeRF with moderate quality (often blurry) inpainted regions, followed by a second diffusion model trained on the input imagery to consistently enhance, notably sharpen, the inpainted imagery from the first pass. We demonstrate high-quality results, extrapolating beyond a small number of (typically six or fewer) input views, effectively outpainting the NeRF as well as inpainting newly disoccluded regions inside the original viewing volume. We compare with related work both quantitatively and qualitatively and show significant gains over prior art.

📄 PDF Abstract BibTeX arXiv:2406.06133

Code (0)

등록된 구현이 없습니다.

Tasks

NeRF

Methods 이 논문이 사용한 방법론

Inpainting Train a convolutional neural network to generate the contents of an arbitrary image region conditioned on its surroundings.
Focus 설명 없음
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 제목 키워드 기반

Neural Rays for Occlusion-aware Image-based Rendering

2021-07-28 · CVPR 2022 1 · YuAn Liu, Sida Peng, Lingjie Liu, Qianqian Wang 외

We present a new neural representation, called Neural Ray (NeuRay), for the novel view synthesis task. Recent works construct radiance fields from image features of input views to render novel view images, which enables …

Neural RenderingNovel View SynthesisStereo Matching

Novel View Extrapolation with Video Diffusion Priors

2024-11-21 · Kunhao Liu, Ling Shao, Shijian Lu

The field of novel view synthesis has made significant strides thanks to the development of radiance field methods. However, most radiance field techniques are far better at novel view interpolation than novel view extra…

DenoisingNovel View Synthesis

3D Visibility-aware Generalizable Neural Radiance Fields for Interacting Hands

2024-01-02 · Xuan Huang, Hanhui Li, Zejun Yang, Zhisheng Wang 외

Neural radiance fields (NeRFs) are promising 3D representations for scenes, objects, and humans. However, most existing methods require multi-view inputs and per-scene training, which limits their real-life applications.…

NeRF

ViP-NeRF: Visibility Prior for Sparse Input Neural Radiance Fields

2023-04-28 · Nagabhushan Somraj, Rajiv Soundararajan

Neural radiance fields (NeRF) have achieved impressive performances in view synthesis by encoding neural representations of a scene. However, NeRFs require hundreds of images per scene to synthesize photo-realistic novel…

Depth EstimationNeRF

ViFu: Multiple 360$^\circ$ Objects Reconstruction with Clean Background via Visible Part Fusion

2024-04-15 · Tianhan Xu, Takuya Ikeda, Koichi Nishiwaki

In this paper, we propose a method to segment and recover a static, clean background and multiple 360$^\circ$ objects from observations of scenes at different timestamps. Recent works have used neural radiance fields to …

Novel View SynthesisSynthetic Data Generation