Q15Digital Image Processing
Question
Discuss the degradation model used in image restoration.
Answer
The degradation model represents the observed image as the original image convolved with a degradation function H and corrupted by additive noise, forming the basis for restoration filters.
Image restoration is treated as an inverse problem: given a degraded observation, recover the best possible estimate of the original scene using a mathematical model of how the degradation occurred.
In the spatial domain, the degradation process is modeled as , where is the original (unknown) image, is the degradation function (e.g., blur caused by motion or defocus, represented as a convolution kernel), is additive noise, and is the observed degraded image. denotes spatial convolution.
Using the convolution theorem, this model is more conveniently expressed in the frequency domain as , where is the Fourier transform of the degradation function (the optical transfer function).
The goal of image restoration is to obtain an estimate of the original image, given only and some knowledge of and the statistical properties of . When is known or can be estimated (e.g., from the physics of the imaging system), restoration reduces to designing a filter to invert its effect while controlling noise amplification, as in inverse filtering or the Wiener filter. When noise is dominant and is identity, the problem reduces to pure spatial denoising using filters such as the mean, median, or adaptive filters.
A naive approach would simply divide in the frequency domain, , known as inverse filtering. This works perfectly in the absence of noise, but fails catastrophically in practice because at frequencies where is small (which is common at high frequencies for typical blur functions), dividing by it massively amplifies whatever noise is present at that frequency, since the noise term becomes . This is precisely the motivation for the Wiener filter, which incorporates the noise-to-signal power ratio to suppress this amplification at frequencies where is small, providing a statistically optimal balance between deblurring and noise control.