A Neural Approach to Blind Motion Deblurring
Ayan Chakrabarti

TL;DR
This paper introduces a neural network-based method for blind motion deblurring that predicts deconvolution filters for image patches, enabling fast and accurate restoration of sharp images from blurred observations.
Contribution
It proposes a novel neural network approach that predicts Fourier coefficients of deconvolution filters, improving speed and robustness over traditional iterative methods.
Findings
Achieves accuracy comparable to state-of-the-art methods.
Significantly faster when parallelized on GPU.
Provides robust estimates of sharp images from blurred inputs.
Abstract
We present a new method for blind motion deblurring that uses a neural network trained to compute estimates of sharp image patches from observations that are blurred by an unknown motion kernel. Instead of regressing directly to patch intensities, this network learns to predict the complex Fourier coefficients of a deconvolution filter to be applied to the input patch for restoration. For inference, we apply the network independently to all overlapping patches in the observed image, and average its outputs to form an initial estimate of the sharp image. We then explicitly estimate a single global blur kernel by relating this estimate to the observed image, and finally perform non-blind deconvolution with this kernel. Our method exhibits accuracy and robustness close to state-of-the-art iterative methods, while being much faster when parallelized on GPU hardware.
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Image Processing Techniques · Image Processing Techniques and Applications · Image and Signal Denoising Methods
