paper-with-me

Papers

Improving Neural Radiance Fields with Depth-aware Optimization for Novel View Synthesis

2023-04-11 · Shu Chen, Junyao Li, Yang Zhang, Beiji Zou

With dense inputs, Neural Radiance Fields (NeRF) is able to render photo-realistic novel views under static conditions. Although the synthesis quality is excellent, existing NeRF-based methods fail to obtain moderate three-dimensional (3D) structures. The novel view synthesis quality drops dramatically given sparse input due to the implicitly reconstructed inaccurate 3D-scene structure. We propose SfMNeRF, a method to better synthesize novel views as well as reconstruct the 3D-scene geometry. SfMNeRF leverages the knowledge from the self-supervised depth estimation methods to constrain the 3D-scene geometry during view synthesis training. Specifically, SfMNeRF employs the epipolar, photometric consistency, depth smoothness, and position-of-matches constraints to explicitly reconstruct the 3D-scene structure. Through these explicit constraints and the implicit constraint from NeRF, our method improves the view synthesis as well as the 3D-scene geometry performance of NeRF at the same time. In addition, SfMNeRF synthesizes novel sub-pixels in which the ground truth is obtained by image interpolation. This strategy enables SfMNeRF to include more samples to improve generalization performance. Experiments on two public datasets demonstrate that SfMNeRF surpasses state-of-the-art approaches. Code is available at https://github.com/XTU-PR-LAB/SfMNeRF

📄 PDF Abstract BibTeX arXiv:2304.05218

Code (1)

xtu-pr-lab/sfmnerf 공식 구현 pytorch

Tasks

Depth EstimationNeRFNovel View Synthesis

Methods 이 논문이 사용한 방법론

fail 설명 없음

Similar Papers 제목 키워드 기반

Multi-Plane Neural Radiance Fields for Novel View Synthesis

2023-03-03 · Youssef Abdelkareem, Shady Shehata, Fakhri Karray

Novel view synthesis is a long-standing problem that revolves around rendering frames of scenes from novel camera viewpoints. Volumetric approaches provide a solution for modeling occlusions through the explicit 3D repre…

NeRFNovel View Synthesis

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

NerfingMVS: Guided Optimization of Neural Radiance Fields for Indoor Multi-view Stereo

2021-09-02 · ICCV 2021 10 · Yi Wei, Shaohui Liu, Yongming Rao, Wang Zhao 외

In this work, we present a new multi-view depth estimation method that utilizes both conventional reconstruction and learning-based priors over the recently proposed neural radiance fields (NeRF). Unlike existing neural …

Depth EstimationNeRF

DINER: Depth-aware Image-based NEural Radiance fields

2022-11-29 · CVPR 2023 1 · Malte Prinzler, Otmar Hilliges, Justus Thies

We present Depth-aware Image-based NEural Radiance fields (DINER). Given a sparse set of RGB input views, we predict depth and feature maps to guide the reconstruction of a volumetric scene representation that allows us …

Novel View Synthesis

GeCoNeRF: Few-shot Neural Radiance Fields via Geometric Consistency

2023-01-26 · Min-Seop Kwak, Jiuhn Song, Seungryong Kim

We present a novel framework to regularize Neural Radiance Field (NeRF) in a few-shot setting with a geometry-aware consistency regularization. The proposed approach leverages a rendered depth map at unobserved viewpoint…

NeRF