CVNov 11, 2024

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

arXiv:2411.06757v114 citationsh-index: 11Has CodeNIPS
Originality Incremental advance
AI Analysis

This work addresses a specific challenge in 3D scene reconstruction for low-light photography, which is incremental by building on NeRF techniques to handle coupled degradation factors.

The paper tackles the problem of reconstructing clean and sharp Neural Radiance Fields (NeRFs) from hand-held low-light images that suffer from noise, blur, and low visibility, achieving superior performance over existing methods as demonstrated in experiments.

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.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes