MAP_K approach to kernel estimation under Gaussian prior
The following note excerpts from “Understanding and Evaluating Blind Deconvolution Algorithms” by Anat Levin.
Let ,
and
be the Fourier transform of original image
, blurry image
and blurring kernel
.
Assuming Gaussian prior on , i.e.
,
where .
Here and
are Fourier transform of image derivative operators
and
.
Then also follows a Gaussian distribution:
The log likihood of $Y_w$ is therefore
where is a constant.
The second term is the likelihood when takes its MAP estimate, and the log term is proportional to the volume of X.
If no assumption is made about the kernel, this constrains the squared MTF of the kernel since the log likelihood is maximized when
(1)
Note that squared MTF of a signal is its spatial auto-correlation. ThereforeEq.(1) can be interpreted as “The auto-correlation in the (denoised) blurry image is the convolution of kernel auto-correlation and sharp image’s auto-correlation.”
However, it also shows that at least under Gaussian prior:
- Levin’s approach does not seem to provide enough constraint on free form kernels. Additional prior on kernel (e.g. non-negative, continuous) might be necessary. However, if the kernel is limited to certain classes, e.g. disk, box filter, the approach seems to be sufficient.
- Although it might not be important to use L-2 norm rather than L-1 norm, the choice of prior $G_w$ is essential.