RTUComputer ScienceYr 2020 · Sem 82020

Q15Digital Image Processing

Question

4 marks

Explain Wiener filtering for image restoration. How does it overcome the limitations of simple inverse filtering?

Answer

A massive mathematical analysis of Wiener Filtering. Violently details the catastrophic failure of the direct Inverse Filter in the presence of zero-values, and how the Wiener algorithm mathematically balances the Power Spectral Densities to optimize restoration.

When an image is degraded by physical motion blur or a bad camera lens, the degradation is mathematically modeled as , where is the Degradation Function (the blur) and is random Additive Noise. The goal of restoration is to violently recover the original image .

The primitive mathematical approach is the Inverse Filter: .

This is a mathematical disaster. At high frequencies, the blur function violently approaches exactly zero. When you divide the noise by a number infinitesimally close to zero, the noise term violently explodes toward infinity, completely annihilating the image in a sea of chaotic white noise.

The Wiener Filter (Minimum Mean Square Error Filter) completely abandons direct division. It utilizes advanced probability mathematics to minimize the mean square error between the estimated image and the true image. The formula is:

  • Where is the Power Spectral Density of the Noise, and is the Power Spectral Density of the original image.
  • The Genius: If the noise is extremely high, the fraction becomes massive, violently shrinking the entire multiplier toward zero, protecting the system from exploding.
  • If the noise is zero (), the formula mathematically simplifies perfectly back into the direct Inverse Filter.
Back to Paper