Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

Deblur-NeRF: Neural Radiance Fields from Blurry Images

About

Neural Radiance Field (NeRF) has gained considerable attention recently for 3D scene reconstruction and novel view synthesis due to its remarkable synthesis quality. However, image blurriness caused by defocus or motion, which often occurs when capturing scenes in the wild, significantly degrades its reconstruction quality. To address this problem, We propose Deblur-NeRF, the first method that can recover a sharp NeRF from blurry input. We adopt an analysis-by-synthesis approach that reconstructs blurry views by simulating the blurring process, thus making NeRF robust to blurry inputs. The core of this simulation is a novel Deformable Sparse Kernel (DSK) module that models spatially-varying blur kernels by deforming a canonical sparse kernel at each spatial location. The ray origin of each kernel point is jointly optimized, inspired by the physical blurring process. This module is parameterized as an MLP that has the ability to be generalized to various blur types. Jointly optimizing the NeRF and the DSK module allows us to restore a sharp NeRF. We demonstrate that our method can be used on both camera motion blur and defocus blur: the two most common types of blur in real scenes. Evaluation results on both synthetic and real-world data show that our method outperforms several baselines. The synthetic and real datasets along with the source code is publicly available at https://limacv.github.io/deblurnerf/

Li Ma, Xiaoyu Li, Jing Liao, Qi Zhang, Xuan Wang, Jue Wang, Pedro V. Sander• 2021

Related benchmarks

TaskDatasetResultRank
DeblurringEv-DeblurBlender (test)
PSNR (FACTORY)24.52
12
Novel View SynthesisBlurRF-SB (test)
PSNR25.43
9
Novel View SynthesisBlurRF Camera Motion Blur Synth (test)
PSNR27.67
9
Novel View SynthesisBlurRF-Real (test)
NIQE6.341
9
Novel View SynthesisDeblur-NeRF Synthetic Scene
PSNR28.37
8
Novel View SynthesisDeblur-NeRF Real-World Scene
PSNR23.47
8
Novel View SynthesisBlurRF Defocus Blur Synth (test)
PSNR30.03
7
Novel View SynthesisDeblur-NeRF Cisco
PSNR20.83
6
Novel View SynthesisDeblur-NeRF Cake
PSNR26.27
6
Novel View SynthesisDeblur-NeRF Coral
PSNR19.85
6
Showing 10 of 21 rows

Other info

Code

Follow for update