paper-with-me

홈 › Papers

Enhance-NeRF: Multiple Performance Evaluation for Neural Radiance Fields

2023-06-08 · Qianqiu Tan, Tao Liu, Yinling Xie, Shuwan Yu, Baohua Zhang

The quality of three-dimensional reconstruction is a key factor affecting the effectiveness of its application in areas such as virtual reality (VR) and augmented reality (AR) technologies. Neural Radiance Fields (NeRF) can generate realistic images from any viewpoint. It simultaneously reconstructs the shape, lighting, and materials of objects, and without surface defects, which breaks down the barrier between virtuality and reality. The potential spatial correspondences displayed by NeRF between reconstructed scenes and real-world scenes offer a wide range of practical applications possibilities. Despite significant progress in 3D reconstruction since NeRF were introduced, there remains considerable room for exploration and experimentation. NeRF-based models are susceptible to interference issues caused by colored "fog" noise. Additionally, they frequently encounter instabilities and failures while attempting to reconstruct unbounded scenes. Moreover, the model takes a significant amount of time to converge, making it even more challenging to use in such scenarios. Our approach, coined Enhance-NeRF, which adopts joint color to balance low and high reflectivity objects display, utilizes a decoding architecture with prior knowledge to improve recognition, and employs multi-layer performance evaluation mechanisms to enhance learning capacity. It achieves reconstruction of outdoor scenes within one hour under single-card condition. Based on experimental results, Enhance-NeRF partially enhances fitness capability and provides some support to outdoor scene reconstruction. The Enhance-NeRF method can be used as a plug-and-play component, making it easy to integrate with other NeRF-based models. The code is available at: https://github.com/TANQIanQ/Enhance-NeRF

📄 PDF Abstract BibTeX arXiv:2306.05303

Code (1)

tanqianq/enhance-nerf 공식 구현 pytorch

Tasks

3D ReconstructionNeRF

Similar Papers 제목 키워드 기반

Depth Priors in Removal Neural Radiance Fields

2024-05-01 · Zhihao Guo, Peng Wang

Neural Radiance Fields (NeRF) have achieved impressive results in 3D reconstruction and novel view generation. A significant challenge within NeRF involves editing reconstructed 3D scenes, such as object removal, which d…

3D ReconstructionDepth EstimationMonocular Depth EstimationNeRF+2

Hyb-NeRF: A Multiresolution Hybrid Encoding for Neural Radiance Fields

2023-11-21 · Yifan Wang, Yi Gong, Yuan Zeng

Recent advances in Neural radiance fields (NeRF) have enabled high-fidelity scene reconstruction for novel view synthesis. However, NeRF requires hundreds of network evaluations per pixel to approximate a volume renderin…

NeRFNovel View Synthesis

Divide and Conquer: Rethinking the Training Paradigm of Neural Radiance Fields

2024-01-29 · Rongkai Ma, Leo Lebrat, Rodrigo Santa Cruz, Gil Avraham 외

Neural radiance fields (NeRFs) have exhibited potential in synthesizing high-fidelity views of 3D scenes but the standard training paradigm of NeRF presupposes an equal importance for each image in the training set. This…

NeRF

Fast Dynamic Radiance Fields with Time-Aware Neural Voxels

2022-05-30 · Jiemin Fang, Taoran Yi, Xinggang Wang, Lingxi Xie 외

Neural radiance fields (NeRF) have shown great success in modeling 3D scenes and synthesizing novel-view images. However, most previous NeRF methods take much time to optimize one single scene. Explicit data structures, …

NeRF

Efficient View Synthesis with Neural Radiance Distribution Field

2023-08-22 · ICCV 2023 1 · Yushuang Wu, Xiao Li, Jinglu Wang, Xiaoguang Han 외

Recent work on Neural Radiance Fields (NeRF) has demonstrated significant advances in high-quality view synthesis. A major limitation of NeRF is its low rendering efficiency due to the need for multiple network forwardin…

NeRF