IVCVFeb 1, 2022

Blind Image Deconvolution Using Variational Deep Image Prior

arXiv:2202.00179v321 citationsHas Code
Originality Incremental advance
AI Analysis

This work addresses the challenge of generalizing deconvolution methods to unseen blur types, which is important for applications in image restoration, but it is incremental as it builds upon the deep image prior framework.

The paper tackles the problem of blind image deconvolution by proposing a variational deep image prior (VDIP) that combines deep learning with hand-crafted priors to improve generalization on unseen blurs, resulting in better image quality than the original deep image prior on benchmark datasets.

Conventional deconvolution methods utilize hand-crafted image priors to constrain the optimization. While deep-learning-based methods have simplified the optimization by end-to-end training, they fail to generalize well to blurs unseen in the training dataset. Thus, training image-specific models is important for higher generalization. Deep image prior (DIP) provides an approach to optimize the weights of a randomly initialized network with a single degraded image by maximum a posteriori (MAP), which shows that the architecture of a network can serve as the hand-crafted image prior. Different from the conventional hand-crafted image priors that are statistically obtained, it is hard to find a proper network architecture because the relationship between images and their corresponding network architectures is unclear. As a result, the network architecture cannot provide enough constraint for the latent sharp image. This paper proposes a new variational deep image prior (VDIP) for blind image deconvolution, which exploits additive hand-crafted image priors on latent sharp images and approximates a distribution for each pixel to avoid suboptimal solutions. Our mathematical analysis shows that the proposed method can better constrain the optimization. The experimental results further demonstrate that the generated images have better quality than that of the original DIP on benchmark datasets. The source code of our VDIP is available at https://github.com/Dong-Huo/VDIP-Deconvolution.

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