BAD-Gaussians: Bundle Adjusted Deblur Gaussian Splatting

Lingzhe Zhao,Peng Wang,Peidong Liu
2024-03-19
Abstract:While neural rendering has demonstrated impressive capabilities in 3D scene reconstruction and novel view synthesis, it heavily relies on high-quality sharp images and accurate camera poses. Numerous approaches have been proposed to train Neural Radiance Fields (NeRF) with motion-blurred images, commonly encountered in real-world scenarios such as low-light or long-exposure conditions. However, the implicit representation of NeRF struggles to accurately recover intricate details from severely motion-blurred images and cannot achieve real-time rendering. In contrast, recent advancements in 3D Gaussian Splatting achieve high-quality 3D scene reconstruction and real-time rendering by explicitly optimizing point clouds as Gaussian spheres.
Computer Vision and Pattern Recognition
What problem does this paper attempt to address?
This paper addresses the problem of recovering high-quality 3D scene reconstruction from severely motion-blurred images and achieving real-time rendering. Traditional neural rendering methods (such as NeRF) and 3D Gaussian scattering methods perform poorly when dealing with blurred images because they rely on clear images and accurate camera positions. The paper proposes a new approach called BAD-Gaussians (Bundle Adjustment Deblurring Gaussian Scattering) which combines an explicit representation of 3D Gaussian scattering and handles blurry images and inaccurate camera trajectories. BAD-Gaussians simulates the physical blurring imaging process, while optimizing the Gaussian distribution parameters and camera motion trajectory, thus improving the reconstruction quality while maintaining real-time rendering performance. Experimental results demonstrate that BAD-Gaussians outperforms existing methods on synthetic and real datasets, and is capable of handling severely motion-blurred images, generating higher quality novel view images, and achieving real-time rendering.