A Comparative Study On Image Deblurring Techniques

A Comparative Study On Image Deblurring Techniques

Mon Mar 06 2023

Image deterioration is one of the most serious issues in image processing. Image blur is an unexpected reduction in bandwidth that lowers the visual quality and is difficult to avoid. Blur is caused by air turbulence or an incorrect camera setting. Noise, in addition to blur effects, distorts the captured image. Image restoration is a technique for removing blur from a deteriorated image and recovering the original image. Blur can take numerous forms, such as gaussian blur, motion blur, etc. Numerous strategies and methodologies have been presented to deblur a deteriorated image in recent years. There are specialized methods for removing certain forms of a blur. This article will go through several image deblurring techniques and their performance evaluation.

Deep Learning service
Deep Learning service
Improve your machine learning with Saiwa deep learning service! Unleash the power of neural networks for advanced AI solutions. Get started now!

What is a blurred image?

blurred image

Digital images are digitized snapshots recorded of a scene, which are generally comprised of picture elements in a grid structure called pixels. Each pixel stores a quantized value that represents the tone at a specific point. Images can be obtained from different sources, including general photography, astronomy, remote sensing, medical imaging, and microscopy. Regrettably, almost every image is blurry. It's because there is a great deal of disruption from the surroundings and the camera. Many things, including movement during the capture process, using long exposure times, using wide-angle lenses, etc., can deteriorate or blur an image.

What are the different types of blurring?

Some common types of blur effects in digital cameras are as follows:

Average Blur

One of the techniques you may use to eliminate noise and particles in an image is the average blur. Employ it when there is overall picture noise. This kind of blurring can be distributed horizontally and vertically and can also be averaged in a circle with a radius R that is calculated using the formula   R = g2 + f2. In this formula, R is the circular average blurring radius size, g is the horizontal size blurring direction, and f is the vertical size blurring direction.

Motion Blur

It is possible to distinguish between a variety of motion blur kinds, all of which are brought on by the relative motion of the recording equipment and the scene. This might take the shape of a scale shift, rotation, translation, or some mix of these. The Motion Blur effect is a filter that gives the appearance that the image is moving by adding blur in a certain direction. Depending on the software being used, the motion can be controlled by angle or direction (0 to 360 degrees or -90 to +90) and/or by distance or intensity in pixels (0 to 999).

Gaussian Blur

An image that has been blurred using the Gaussian function is said to have a Gaussian blur. It is a common effect in graphics software, usually used to lessen detail and visual noise. Computer vision algorithms also employ gaussian blur as a pre-processing step to improve image structures at various sizes. A filter called the Gaussian Blur effect progressively mixes a specific number of pixels along a bell-shaped curve. The blurring has a dense core and feathers at the edge. When you want additional control over the Blur effect, apply Gaussian Blur to an image.

Out-of-focus Blur

Certain elements of a scene are in focus, while others are not when a camera projects a three-dimensional scene onto a two-dimensional imaging plane. If the camera's aperture is circular, any point source's picture will seem like a little disc or a circle of confusion (COC). The focal length, aperture number, and distance between the camera and the subject all affect how defocused the image is (measured by the diameter of the COC). In addition to describing the COC's diameter, an accurate model also accounts for its intensity distribution inside the COC.

Box Blur

Each pixel in the final image produced by a box blur, often referred to as a box linear filter, has a value equal to the average value of the nearby pixels in the original image. It is a kind of low-pass filter that blurs images.

Atmospheric Blur

It happens when astronomical objects are imaged because of random variations in the reflecting index of the medium between the object and the imaging device.

Point Spread Function (PSF)

The point spread function (PSF) measures how much a point of light is spread out by an optical system. The PSF is the optical transfer function (OTF)'s inverse Fourier transform. The OTF depicts a linear, position-invariant system's reaction to an impulse in the frequency domain. OTF is the point's Fourier transfer (PSF).

Distortion reduction

Distortion reduction

Blurring is the process of altering a portion of a signal with weighted sums of nearby portions of an identical signal. In image blurring, the value of a pixel is influenced by the neighbouring pixels.

Deringing

Now, there are techniques for calculating the PSF and eliminating much of the amplified noise. The most irritating effect in image deblurring is ringing. The inverses are very large values that magnify at excess frequencies, especially at borderlines, because the PSF mostly includes null values. This causes a periodic ripple to form close to the borderlines. The initial estimation mistake propagates and accumulates during iterations in spatial domain iterative approaches, becoming more obvious close to the edges where the correlation was strongest. Furthermore, the PSF cannot be realistically approximated.

Using both intra-scale (the deconvolution is adjusted within the appropriate resolution) and inter-scale (using the output from the previous resolution) elements in the deconvolution process is a fantastic technique that eliminates the ringing problem. The process starts with a low resolution, which serves as the basis for a clearer image at a higher resolution. The higher resolution is then calculated using an iterative Joint Bilateral Richardson Lucy deconvolution. More accurate edge detection in the finer resolution image is based on the edge detections produced by the coarser resolution image.

Outliers handling

In image deblurring only Gaussian additive noise is included in the previous mathematical model. The convolved image may in fact be disturbed by additional anomalies. For example, when taking night photos, certain bright areas appear in the image where lights are present. These bright spots are clipped to the highest value because their intensities fall outside the narrow range allowed by the picture format standard. The original theoretical model did not account for this clipping, combined with dead or heated pixels. Other factors include colour curves that software has added to the image to make it more like what is actually seen.

One suggestion is to first linearize the colors using a gamma adjustment to eliminate the colour curve in image deblurring. The outlier removal method then distinguishes between pixels that adhere to the model and those that may contain errors (saturated and dark pixels). The regions where pixels have been removed are filled using an expectation maximization algorithm.

Noise reduction

The main goal of the regularization approaches discussed above is to reduce the impact of small noise signals in convolved images. The problem in practice is that most blurred images contain a lot of noise because they have been taken in an environment where the transmitted signal has been weak for a long time (signal sources in space telescopes are very far away, radiation is used sparingly in medical imaging to protect patients, and photo cameras use time to make up for a night scene). As a result, signal power and noise are equal. The regularization methods in image deblurring are ineffective in producing a decent result under these circumstances.

A mathematical model developed by Wohlberg and Rodrigues deals only with impulsive noise. The answer is modified total variance (TV) regularization, which produces an image with the least pixel-to-pixel variance while preserving the shape of the original signal.

What is image deblurring?

image deblurring

The blurring issue in image processing, which lowers performance and quality, is significant. Deblurring removes blurring artifacts from images, including motion blur or blur from defocus aberration. The blur is frequently described as the result of the convolution of a (sometimes space- or time-varying) point spread function (PSF) with a hypothetical sharp input image (which is to be retrieved), where both the sharp input image and the point spread function are unknown. Using a mathematical model, image deblurring techniques are used to make images clear and usable. Although deblurring techniques  (or restoration) is an old image processing issue, researchers and practitioners are still interested in it. Applications for image restoration algorithms may be found in various real-world issues, from consumer imaging to astronomy. The image restoration process may show a broader class of inverse issues that appear in various scientific, medical, industrial, and theoretical problems. A mathematical description can be utilized to deblur the image.

Read more: What is image deblurring?

What are the techniques for image deblurring?

There are several deblurring techniques that have been categorized as:

Blind deconvolution algorithm

When no information on the distortion (blurring and noise) is known, the Blind Deconvolution Algorithm can be found effective. The method simultaneously recovers the image and the point-spread function (PSF). Each iteration employs the accelerated, damped Richardson-Lucy algorithm. Other optical system features, such as those of a camera, can be employed as input parameters to enhance image restoration quality. PSF restrictions can be passed by a user-specified function.

Lucy-Richardson algorithm

When the point-spread function PSF (blurring operator) is known, but there is little to no knowledge of the noise, the Lucy-Richardson method can be utilized efficiently. The iterative, accelerated, damped Lucy-Richardson technique restores the blurred and noisy image. To enhance the image restoration quality, extra optical system (such as a camera) features can be employed as input parameters.

Regularized filter

When constraints are placed on the recovered image (such as smoothness), and little is known about the additive noise, regularized deconvolution can be employed effectively. A regularized filter and a constrained least square restoration algorithm are used to restore the blurry and noisy image.

Wiener filter

Wiener deconvolution can be beneficial when the point-spread function and noise level are known or can be predicted.

Blurred/noisy image pairs

This method uses a noisy image to deblur the original image. The primary benefit of this method is that it uses both noisy and blurry images, producing a high-quality reconstructed image as a result.

Motion Density function

Using the motion density function, image deblurring is achieved in this approach. This method's reliance on imperfect spatially invariant deblurring techniques estimations for initialization is one of its limitations.

Handling Outliers

This technique analyses a variety of outliers, including pixel saturation and non-Gaussian noise, and then proposes a deconvolution method that includes an explicit component for outlier modeling. Inlier pixels and Outlier pixels are the two basic categories used to categorize image pixels.

ADSD-AR algorithm

This method introduces the ASDS (Adaptive Sparse Domain Selection) scheme, which learns some compact sub-dictionaries and adaptively assigns a sub-dictionary as the sparse domain to each local patch.

Hyperspectral

To decorrelate the HS images and separate the information content from the noise, this approach first employs PCA. The majority of an HS image's total energy, or information, may be found in the first k PCA channels, whereas the remaining B - k PCA channels (where B is the number of HSI spectral bands and B k) primarily contain noise.

Neural Networks

A type of multiprocessor computer system known as neural network features basic processing elements, high levels of interconnection, and adaptive interaction between elements. Because of their parallel structure, neural networks can function even when one of their elements fails.

Prior-based blind deblurring

It is a blind kernel estimation and deblurring techniques based on the L0 gradient prior. The approach starts by estimating the blur kernel by switching between a sharp image forecast by using l0 prior on the gradient image and a multi-scale kernel estimate. Following the estimation of the kernel, a sharp image is projected using a standard non-blind deconvolution process with the previously established kernel.

Multi-stage progressive image restoration network (MPRNet)

MPRNet is a CNN (convolutional neural network) with three stages for image restoration. MPRNet has been demonstrated to deliver considerable performance benefits on various datasets for image restoration challenges such as image deraining, deblurring techniques, and denoising.

Share:
Follow us for the latest updates
Comments:
No comments yet!

saiwa is an online platform which provides privacy preserving artificial intelligence (AI) and machine learning (ML) services

© 2024 saiwa. All Rights Reserved.
All the images have free licenses from Freepik