paper-with-me

Papers

Clean-NeRF: Reformulating NeRF to account for View-Dependent Observations

2023-03-26 · Xinhang Liu, Yu-Wing Tai, Chi-Keung Tang

While Neural Radiance Fields (NeRFs) had achieved unprecedented novel view synthesis results, they have been struggling in dealing with large-scale cluttered scenes with sparse input views and highly view-dependent appearances. Specifically, existing NeRF-based models tend to produce blurry rendering with the volumetric reconstruction often inaccurate, where a lot of reconstruction errors are observed in the form of foggy "floaters" hovering within the entire volume of an opaque 3D scene. Such inaccuracies impede NeRF's potential for accurate 3D NeRF registration, object detection, segmentation, etc., which possibly accounts for only limited significant research effort so far to directly address these important 3D fundamental computer vision problems to date. This paper analyzes the NeRF's struggles in such settings and proposes Clean-NeRF for accurate 3D reconstruction and novel view rendering in complex scenes. Our key insights consist of enforcing effective appearance and geometry constraints, which are absent in the conventional NeRF reconstruction, by 1) automatically detecting and modeling view-dependent appearances in the training views to prevent them from interfering with density estimation, which is complete with 2) a geometric correction procedure performed on each traced ray during inference. Clean-NeRF can be implemented as a plug-in that can immediately benefit existing NeRF-based methods without additional input. Codes will be released.

📄 PDF Abstract BibTeX arXiv:2303.14707

Code (0)

등록된 구현이 없습니다.

Tasks

3D ReconstructionDensity EstimationNeRFNovel View Synthesisobject-detectionObject Detection

Similar Papers 제목 키워드 기반

Optimize the Unseen - Fast NeRF Cleanup with Free Space Prior

2024-12-17 · Leo Segre, Shai Avidan

Neural Radiance Fields (NeRF) have advanced photorealistic novel view synthesis, but their reliance on photometric reconstruction introduces artifacts, commonly known as "floaters". These artifacts degrade novel view qua…

NeRFNovel View Synthesis

NeRF-RPN: A general framework for object detection in NeRFs

2022-11-21 · CVPR 2023 1 · Benran Hu, Junkai Huang, Yichen Liu, Yu-Wing Tai 외

This paper presents the first significant object detection framework, NeRF-RPN, which directly operates on NeRF. Given a pre-trained NeRF model, NeRF-RPN aims to detect all bounding boxes of objects in a scene. By exploi…

NeRFobject-detectionObject Detection

LuSh-NeRF: Lighting up and Sharpening NeRFs for Low-light Scenes

2024-11-11 · Zefan Qu, Ke Xu, Gerhard Petrus Hancke, Rynson W. H. Lau

Neural Radiance Fields (NeRFs) have shown remarkable performances in producing novel-view images from high-quality scene images. However, hand-held low-light photography challenges NeRFs as the captured images may simult…

NeRFTrajectory Prediction

NeRF-DS: Neural Radiance Fields for Dynamic Specular Objects

2023-03-25 · CVPR 2023 1 · Zhiwen Yan, Chen Li, Gim Hee Lee

Dynamic Neural Radiance Field (NeRF) is a powerful algorithm capable of rendering photo-realistic novel view images from a monocular RGB video of a dynamic scene. Although it warps moving points across frames from the ob…

NeRFNovel 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