paper-with-me

홈 › Papers

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 simultaneously suffer from low visibility, noise, and camera shakes. While existing NeRF methods may handle either low light or motion, directly combining them or incorporating additional image-based enhancement methods does not work as these degradation factors are highly coupled. We observe that noise in low-light images is always sharp regardless of camera shakes, which implies an implicit order of these degradation factors within the image formation process. To this end, we propose in this paper a novel model, named LuSh-NeRF, which can reconstruct a clean and sharp NeRF from a group of hand-held low-light images. The key idea of LuSh-NeRF is to sequentially model noise and blur in the images via multi-view feature consistency and frequency information of NeRF, respectively. Specifically, LuSh-NeRF includes a novel Scene-Noise Decomposition (SND) module for decoupling the noise from the scene representation and a novel Camera Trajectory Prediction (CTP) module for the estimation of camera motions based on low-frequency scene information. To facilitate training and evaluations, we construct a new dataset containing both synthetic and real images. Experiments show that LuSh-NeRF outperforms existing approaches. Our code and dataset can be found here: https://github.com/quzefan/LuSh-NeRF.

📄 PDF Abstract BibTeX arXiv:2411.06757

Code (1)

quzefan/lush-nerf 공식 구현 pytorch

Tasks

NeRFTrajectory Prediction

Similar Papers 제목 키워드 기반

Camera Relocalization in Shadow-free Neural Radiance Fields

2024-05-23 · Shiyao Xu, Caiyun Liu, Yuantao Chen, Zhenxin Zhu 외

Camera relocalization is a crucial problem in computer vision and robotics. Recent advancements in neural radiance fields (NeRFs) have shown promise in synthesizing photo-realistic images. Several works have utilized NeR…

Camera RelocalizationNeRF

FaceDNeRF: Semantics-Driven Face Reconstruction, Prompt Editing and Relighting with Diffusion Models

2023-06-01 · NeurIPS 2023 11 · Hao Zhang, Yanbo Xu, Tianyuan Dai, Yu-Wing Tai 외

The ability to create high-quality 3D faces from a single image has become increasingly important with wide applications in video conferencing, AR/VR, and advanced video editing in movie industries. In this paper, we pro…

3D Face ReconstructionFace ReconstructionNeRFVideo Editing+1

Evaluating Neural Radiance Fields (NeRFs) for 3D Plant Geometry Reconstruction in Field Conditions

2024-02-15 · Muhammad Arbab Arshad, Talukder Jubery, James Afful, Anushrut Jignasu 외

We evaluate different Neural Radiance Fields (NeRFs) techniques for the 3D reconstruction of plants in varied environments, from indoor settings to outdoor fields. Traditional methods usually fail to capture the complex …

3D ReconstructionGPUNeRF

LANe: Lighting-Aware Neural Fields for Compositional Scene Synthesis

2023-04-06 · Akshay Krishnan, Amit Raj, Xianling Zhang, Alexandra Carlson 외

Neural fields have recently enjoyed great success in representing and rendering 3D scenes. However, most state-of-the-art implicit representations model static or dynamic scenes as a whole, with minor variations. Existin…

NeRFObject

Relighting Scenes with Object Insertions in Neural Radiance Fields

2024-06-21 · Xuening Zhu, Renjiao Yi, Xin Wen, Chenyang Zhu 외

The insertion of objects into a scene and relighting are commonly utilized applications in augmented reality (AR). Previous methods focused on inserting virtual objects using CAD models or real objects from single-view i…

NeRFNovel View Synthesis