Fast Motion Deblurring

Sunghyun Cho
POSTECH

Seungyong Lee
POSTECH

ACM Transactions on Graphics (SIGGRAPH Asia 2009), vol. 28, no. 5, article 145, Dec. 2009




Abstract

This paper presents a fast deblurring method that produces a deblurring result from a single image of moderate size in a few seconds. We accelerate both latent image estimation and kernel estimation in an iterative deblurring process by introducing a novel prediction step and working with image derivatives rather than pixel values. In the prediction step, we use simple image processing techniques to predict strong edges from an estimated latent image, which will be solely used for kernel estimation. With this approach, a computationally efficient Gaussian prior becomes sufficient for deconvolution to estimate the latent image, as small deconvolution artifacts can be suppressed in the prediction. For kernel estimation, we formulate the optimization function using image derivatives, and accelerate the numerical process by reducing the number of Fourier transforms needed for a conjugate gradient method. We also show that the formulation results in a smaller condition number of the numerical system than the use of pixel values, which gives faster convergence. Experimental results demonstrate that our method runs an order of magnitude faster than previous work, while the deblurring quality is comparable. GPU implementation facilitates further speed-up, making our method fast enough for practical use.


Paper
PDF, 7.22MB
Supplementary Material I
PDF, 11.7MB
Supplementary Material II
PDF, 9.12MB

Code

Please send e-mail to sodomau+deblur_cho2009@gmail.com to get an executable.

BibTex

@article{Cho2009FastMotionDeblurring,
author = {Cho, Sunghyun and Lee, Seungyong},
title = {Fast Motion Deblurring},
journal = {ACM Trans. Graph.},
issue_date = {December 2009},
volume = {28},
number = {5},
month = dec,
year = {2009},
issn = {0730-0301},
pages = {145:1--145:8},
articleno = {145},
numpages = {8},
url = {http://doi.acm.org/10.1145/1618452.1618491},
doi = {10.1145/1618452.1618491},
acmid = {1618491},
publisher = {ACM},
address = {New York, NY, USA},
keywords = {deblurring, image restoration, motion blur},
}