I.INTRODUCTION
The base of various image processing applications is the data collection in the way of digital images. Higher standards of image processing are essential in numerous science and engineering fields, whether seen from the perspective of human or machine vision. A precise and reliable data collection is key to enhancing all image types with enhanced quality [1–3]. The images captured in low-light circumstances cause degradation such as higher noise, low brightness, and low contrast. The degraded images create difficulty in different essential tasks such as object detection, semantic segmentation, and object tacking. Hence, it is essential for developing an appropriate image enhancement approach to obtain an image with enhanced quality from degraded inputs [4–6]. On the other hand, the camera movement or lens defocusing also caused blurred images [7,8]. The profile of blur is mainly based on the intensity dissemination that is related to the spreading of point images in the blur area [9].
Image restoration and representation are considered two challenging tasks in computer vision. Image restoration is the process of reforming a high-quality image from degraded versions, e.g., blurry and noisy. In image representation, the sparse coding enabled an effective representation of signals with only fewer active elements [10]. Image restoration also referred to as image in painting where the automatic restoration of the damaged image region is accomplished; therefore, the image is obtained is naturally and a person who is not familiar with the original image cannot observe the restoration [11]. Image deblurring aims to achieve a sharp image by eliminating the blur from a degraded image. Image deblurring is one of the common steps; however, it is highly mandatory in the computer vision field [12–14]. The low frame rates/low shutter speeds, object motions, and camera shakes are affected image/video quality which resulted in information loss. Elimination of such blurring is used to restore the image that is used in numerous applications such as moving object segmentation, text recognition, facial detection, and so on [15]. Image restoration is highly complex to resolve or achieve a single result because of ill-posed character issue [16]. The aforementioned limitations are considered as a motivation for this research to perform an effective image deblurring and restoration.
The contributions are concise as follows:
- •The MORSA is used in this research for performing effective threshold and kernel parameter computations. The reptile search algorithm (RSA) is chosen mainly because of its effective equilibrium between exploitation and exploration.
- •The threshold from MORSA is used to perform the noise removal DRN, where noisy pixels are identified and replaced with new pixels. Further, the kernel estimation along with MORSA was performed to enhance the deblurring process.
The paper is sorted as follows: Section II gives the existing research related to the image restoration and deblurring process. The image deblurring and restoration using MORSA are detailed in Section III. The results of the proposed method are given in Section IV. Moreover, the Discussion and Conclusion of this research are given in Sections V and VI.
II.RELATED WORK
The existing research developed for performing the image deblurring and restoring is given in the following section.
Sadok, et al. [17] developed a regularized dispersion particle filter (RDPF) to accomplish restoration. The developed RDPF depends on the Hidden Markov Model (HMM) and the utilization of the exponential dispersion unit and expectation maximization (EM) approach. The EM and Newton Raphson approach were used to calculate the unknown variance noise and dispersion parameters. The extended EM developed in this work was used to deal with non-Gaussian noise. On the contrary, the developed RDPF was required a huge amount of iterations to restore the image.
Malik, et al. [18] presented a Self-Operational Neural Network (ONN) for handling image restoration issues. This Self-ONNs have generative neurons that have the capacity for synthesizing the nodal operator by leveraging Taylor polynomials. The Self-ONN offers an optimal balance among the number of parameters and performance of denoizing than the convolutional networks. The denoizing using Self-ONN mainly depends on the weight values, whereas the performance was degraded when the weight was less in the network.
Hu, et al. [19] developed enhanced local maximum intensity (ELMI) prior for deblurring the image. This ELMI was the combination of local maximum gradient (LMG) prior and local maximum intensity (LMI) prior. The ELMI was motivated by the principle of the high value of local patch pixels, and gradients were reduced along with the blurring process. The integration of LMG into LMI was used to enhance the latent image as well as it was useful in kernel estimation. However, the developed ELMI incorporated a huge amount of nonlinear operations while deblurring the image.
Li, et al. [20] presented the interpretable neural network structure namely deep unrolling for blind deblurring (DUBLID) approach. The DUBLID depends on the recasting of a generalized total variation regularized methodology in a neural network and their parameter optimization through custom backpropagation. The developed DUBLID has the advantage of interpretability as well as this DUBLID recovered the kernel similar to the ground truth. The DUBLID was required to incorporate the noisy pixel discovery for improving the deblurring performances. However, an extra hardware support such as graphics processing unit (GPU) was required for faster deblurring process.
Eqtedaei, A. and Ahmadyfard, A [21] developed multiscale approach according to the maximum a posterior (MAP) structure to perform the image motion deblurring. In this MAP-based approach, the blurry image was represented in various scales. The k-means clustering was used to segment an each scale of the image. For an each scale, the blur kernel was computed by utilizing the image data in dominant edges. From the coarser levels in a coarse-to-fine manner, the blur kernel was computed in pyramid’s finest level. The developed MAP-based approach does not require complex considerations for estimating the intermediate latent image. The time consumption was high, when the sharp image was recovered in pyramid’s finest level.
Zhao et al. [22] presented an image-deblurring context-aware multiscale convolutional neural network namely CDMC-Net. Two different stages such as multiscale network and cross stage feature aggregation (CSFA) were developed for restoring the latent sharp images, whereas CSFA was used for improving the information flow communication. The multiscale blurry images were processed in a coarse-to-fine manner. Moreover, the multistrip feature extraction was used to obtain long-range context information in various scenarios. The developed neural network failed to deblur the low-light images because strong edges of image were mistakenly considered as structural edges.
The literature survey along with the advantages and limitations is given in the following Table I.
Author name | Proposed method | Advantages | Limitations |
---|---|---|---|
Sadok, et al. [ | The restoration of images was achieved by using the RDPF filter. | The non-Gaussian noise was handled by using the extended EM in RDPF. | The developed RDPF required a huge amount of iterations to restore the image. |
Malik, et al. [ | The Self-ONN with generative neurons was developed to handle the image restoration issues. | The tradeoff among the number of parameters and performance of denoizing were achieved by Self-ONN. | The weight values of Self-ONN decide the denoizing performances during image restoration. |
Hu, et al. [ | The ELMI which is the combination of LMG and LMI prior was developed for deblurring the image. | The latent image was improved by using the integration of LMG and LMI. | The ELMI required a huge amount of nonlinear operations while deblurring the image. |
Li, et al. [ | The interpretable neural network structure, i.e., DUBLID, was developed for image deblurring process. | The developed DUBLID recovered the kernel similar to the ground truth because of its interpretability. | An extra hardware support such as graphics processing unit was required for faster deblurring process. |
Eqtedaei, A. and Ahmadyfard, A [ | The multiscale approach according to the MAP structure was developed to perform the image motion deblurring | The developed MAP-based approach does not require complex considerations for estimating the intermediate latent image. | The time consumption was high when the sharp image was recovered in pyramid’s finest level. |
Zhao et al. [ | A context-aware multiscale convolutional neural network (CDMC-Net) is developed for deblurring the image. | The context information from different scenarios were obtained by using the multistrip feature extraction. | However, the CDMC-Net failed to deblur the low light images because strong edges of image were mistakenly considered as structural edges. |
The limitations found from related work are inefficient deblurring for low-light images and higher time consumption for sharp images. The noisy pixel discovery is essential for an effective deblurring over the images. The DRN is used in this research to identify the noisy pixels. Next, the MORSA is used in two different processes such as threshold calculation for noise removal and kernel estimation. After computing the threshold values, the noisy pixels are deblurred by using the kernel estimation. Further, the salient edges information is used to estimate the noisy kernel in less time for sharp images.
III.PROPOSED METHOD
The MORSA is developed for performing image restoration and deblurring to improve the PSNR. In general, the meta heuristic algorithm has the best learning strategy, so it is considered for automatic selection of optimal threshold instead of manual calculation. Therefore, this research considered the MORSA to ensure the selection of best threshold values. The MORSA is used in two different stages such as threshold calculation for noise removal and kernel estimation. The threshold computation using MORSA is used to effectively discover and remove the noisy pixel using DRN. Further, MORSA is also used in the kernel estimation to deblur the image by computing the optimal kernel parameters. The block diagram of the proposed method is shown in Fig. 1.
A.DATA ACQUISITION AND DISCOVERY OF NOISY PIXELS USING DRN
Consider the image obtained from the database is with the dimension of , and it is given as input to noisy pixel identification. The recording process creates different irrelevant consequences such as blurring and noise in the images observed in various situations. The location of the pixel for the input image is represented as . The noisy pixels are discovered by using a deep residual network (DRN), which has various layers such as residual blocks, convolutional (Conv), intermediate pooling, and the linear classifier.
The steps processed in the DRN are provided as follows:
where the recording coordinates are denoted as and ; denotes the kernel matrix , which also referred as learnable parameter; the kernel matrix’s position index is denoted as and ; the size of kernel for input neuron is denoted as , and cross-correlation operator is denoted as .- •Next, the pooling layer is incorporated among Conv layer, and it is used for minimizing the feature map’s spatial size. Each slice and depth of feature map were operated by selecting the average pooling layer.
- •The DRN uses the rectified linear unit (ReLU), i.e., the nonlinear activation function that is used to process the image. Equation (3) expresses the ReLU function.
- •The input layers are normalized in batch normalization function by scaling and adjusting the activation functions for enhancing the training speed and reliability.
- •The shortcut link among the Conv layers is referred by residual blocks. The input is attached with output, when the input and output are same. If the dimensions are different, the dimension matching factor is used to match the input and output.
- •The linear classifier discovers the noisy pixels from the input image, once the process of the Conv layer is done in DRN.
B.STATISTICAL MODEL-BASED NOISE REMOVAL
A new pixel is identified for each noisy pixel by using the statistical model. Equation (4) is used to eliminate the noise pixel, when it is deliberated as a noise pixel.
where the new pixel value is denoted as . The chosen noise pixels are utilized for computing the new pixel value. Initially, a , i.e., window is generated based on noisy pixels followed by it is evaluated with the input image . Equivalent pixel value is chosen and denoted as by evaluating the image with . These matched pixels are utilized for further processes. The new pixel value is calculated, when the is higher than the threshold . Otherwise, the noise pixel is interchanged with the original input image in the chosen window. The parameters such as and are used to create the new pixel value by utilizing the as shown in equation (5).where the initial value is chosen by is denoted as and the absolute function calculated utilizing the adjacent pixel value is denoted as is expressed in equation (6).The is discovered by a prefixed window according to the absolute result. But, the is fixed as zero where differs according to the prefixed window that is shown in equation (7).
A ’s rounding process is computed as round that is denoted as . For , the process of sorting is estimated such that the preliminary value is chosen as . Equation (5) is rewritten as shown in equation (8).
The is compared with the threshold . A function is created, when the as shown in equation (9).
where the mean value of the adjacent pixel is denoted as , and is fixed as . The new pixel is calculated based on equation (10), when .The threshold parameters of the statistical models such as , and are calculated using the MORSA algorithm.
C.THRESHOLD CALCULATION FOR NOISE REMOVAL USING MORSA
In this phase, MORSA is used for discovering the optimal values of the threshold for the statistical model. For an effective computation of new pixels, it is essential to select the threshold values for noisy pixels. In general, the conventional RSA is motivated by the encircling, hunting, and social behavior of crocodiles. The iterative process of MORSA and its objective function calculation are detailed in the following sections.
1)ITERATIVE PROCESS OF MORSA
In MORSA, the exploration and exploitation are obtained by the motion of the crocodile while encircling the target prey. The parameters of MORSA are mentioned as follows: population size = 50, dimension = 3, and iterations = 150. There are two different kinds of motions such as high and belly walking based on encircling actions during the exploration phase. Equation (11) represents the location update of MORSA. If iteration is lesser than the , the high walking is initialized, where defines maximum iteration; otherwise, the belly walking is done as per equation (11).
where is position of solution ; the best solution is denoted as ; the random value among is ; the hunting parameter is that is formulated in equation (12); is set to 0.1; is reduce function, which is expressed in equation (13); are random numbers; are random location; and the evolutionary sense is expressed in equation (14);where is a small value and denotes the difference value expressed in equation (15).where an average location is denoted as , and it is expressed in equation (16). A lower and upper limits of MORSA are and , and is fixed as .Next, the exploitation, i.e., hunting is accomplished that used two approaches such as hunting coordination and hunting collaboration. The MORSA performs the hunting coordination when the condition of and are satisfied; otherwise, the hunting cooperation takes place as shown in equation (17).
The iteration of MORSA is repeated until the specified iteration is met, or the best solution is obtained in the selection process. The computational complexity of MORSA is , where defines maximum iteration;population size is denoted as , and dimension is denoted as . The objective function used to find the optimal threshold is derived in the following section.
2)OBJECTIVE FUNCTION OF MORSA FOR NOISE REMOVAL
The optimal threshold for noise removal is chosen according to the objective function expressed in equation (18). The solution with a lesser value is selected as the optimal solution, i.e., optimal threshold values for the statistical model.
where denotes the objective function for noise removal; the hyperparameter is denoted as ; the first term denotes the generative subnetwork to obtain enhanced output that is close to the images with higher contrast and the second term offers enhanced outcome which is indistinguishable from images with higher contrast. The derived fitness function is used to find the optimal threshold of , and for a statistical model. After that, it was used to perform noise removal.The Pseudo code for MORSA-based threshold calculation is shown in Algorithm 1.
Algorithm 1: MORSA-based threshold calculation.
Input: Noisy central pixel
Output: Computation of threshold values based on the proposed MORSA
Initialize the population
Fitness function evaluation
While (end criteria failed to satisfy)
For each population
Update the solution
End for
Fitness function evaluation
Find the best solution
Update the population
End while
Best solution is returned
D.KERNEL ESTIMATION-BASED IMAGE DEBLURRING
After removing the noisy pixels, the image is further processed by image deblurring, which is accomplished by kernel estimation. The estimation of kernel is represented in equation (19) according to the hyper-Laplacian model.
The aforementioned equation (19) is used to preserve the sparsity; however, it does not display the blur kernel’s continuity. The noisy kernel is estimated using the salient edges . The term expressed in equation (20) is used to control the gradients to preserve the kernel continuity.
Where an amount of the pixel with nonzero gradients is denoted as . Accordingly, the estimation of the kernel is written as shown in equation (21).
where the parameter utilized for controlling the smoothness is denoted as . Equation (21) is modified as shown in equation (22). Further, it is minimized with the iterative reweighted least square as shown in equation (23).Further, the parameters of and are also identified by using the same MORSA, and the objective function for kernel estimation is given in the following section.
E.OBJECTIVE FUNCTION FOR KERNEL ESTIMATION
The iterative process of kernel estimation using MORSA is similar to “Kernel Estimation-based Image Deblurring.” A quadratic programming function is used to calculate the objective measure for creating a matrix. Consequently, the search agents are evaluated by utilizing the objective function for kernel estimation as expressed in equation (24).
where the matrix is denoted as and the coefficient function’s transpose is denoted as .IV.RESULTS AND DISCUSSION
This section provides a comparison of the proposed method with the existing methodologies. The proposed method is developed and executed in MATLAB R2020a, which is operated under 16GB RAM and an i5 core processor. The proposed method is used to accomplish image representation and restoration by deblurring the images. Here, the performances are evaluated in terms of PSNR and SSIM, which are expressed in equations (25) and (26).
where the maximum image pixel value is denoted as ; mean square error is denoted as ; pixels are denoted as and ; mean pixel value is denoted as and ; pixel variance is denoted as and ; covariance of pixels is denoted as ; and & are used for stabilization.A.PERFORMANCE ANALYSIS
The sample images processed in this proposed method for performing the image representation and restoration are shown in Fig. 2. The 6 images considered for the evaluation of MORSA-IDR are referred as , and .
These sample blurred images are processed under the proposed method to deblur the given input. For example, a shown in Fig. 2 is processed, and the deblur output is obtained using the proposed method as shown in Fig. 3. The PSNR and SSIM of deblurred are 30.98 dB and 0.93.
The fitness function graph for MORSA with different optimizations such as particle swarm optimization (PSO) and Grey wolf optimization (GWO) is shown in Fig. 4. The objective function considered for noise removal is used to converge the MORSA is faster than the PSO and GWO.
The PSNR is analyzed for different optimization and deblurring models as shown in Table II. Here, two different block sizes such as 3 × 3 and 5 × 5 are considered for analyzing the restoration performances. In that, different optimization includes particle swarm optimization (PSO) and Grey wolf optimization (GWO), whereas the different deblurring include convolutional neural network (CNN) and U-net. Further, PSNR comparison for different optimization methods is shown in Fig. 5. This analysis shows that the MORSA and proposed deblurring methods provide better performances than the other approaches. For example, the PSNR of MORSA for is 31.021 dB, whereas PSO obtains 28.578 dB and GWO obtains 29.593 dB. The developed MORSA provides better performance than the PSO and GEO because of its effective equilibrium among the exploration and exploitation operations. Moreover, the kernel estimation computes new pixel for the noisy pixel of blurred image based on estimated threshold from MORSA. Accordingly, this kernel estimation is used to perform an effective deblurring of images which further helps to improve the PSNR.
Block size | Images | PSNR (dB) | |||||
---|---|---|---|---|---|---|---|
Different optimization | Different deblurring methods | ||||||
PSO | GWO | MORSA | CNN | U-Net | Proposed | ||
3 × 3 | 28.578 | 29.593 | 31.021 | 30.002 | 28.615 | 31.021 | |
24.113 | 25.600 | 28.947 | 26.204 | 24.810 | 28.947 | ||
23.281 | 24.918 | 29.081 | 28.892 | 27.080 | 29.081 | ||
24.200 | 27.399 | 30.114 | 28.575 | 26.656 | 30.114 | ||
26.082 | 28.984 | 31.215 | 29.963 | 29.040 | 31.215 | ||
25.082 | 27.128 | 30.988 | 29.236 | 28.520 | 30.988 | ||
5 × 5 | 27.889 | 28.790 | 30.798 | 28.973 | 27.940 | 30.798 | |
23.284 | 24.162 | 28.204 | 28.101 | 26.143 | 28.204 | ||
22.544 | 24.069 | 28.633 | 26.343 | 24.841 | 28.633 | ||
24.098 | 26.386 | 29.680 | 27.626 | 25.877 | 29.680 | ||
25.256 | 27.084 | 30.668 | 29.583 | 24.545 | 30.668 | ||
24.621 | 27.021 | 30.182 | 29.673 | 26.807 | 30.182 |
Similar to PSNR analysis, the SSIM also analyzed for different optimization and deblurring models as shown in Table III. Further, the graph for SSIM for different optimizations is shown in Fig. 6. From this analysis, it is found that the SSIM of proposed MORSA and deblurring model provides better performances than the PSO, GWO, CNN, and U-Net. For example, the SSIM of MORSA for is 0.881, whereas PSO obtains 0.678 and GWO obtains 0.793. Since the searching operations of MORSA such as exploration and exploitation’s equilibrium result in optimal parameters of threshold and kernel. The MORSA achieves higher structural similarity because of effective identification of threshold and kernel parameters for deblurring and restoring the input images.
Block size | Images | SSIM | |||||
---|---|---|---|---|---|---|---|
Different optimization | Different deblurring methods | ||||||
PSO | GWO | MORSA | CNN | U-Net | Proposed | ||
3 × 3 | 0.678 | 0.793 | 0.881 | 0.808 | 0.768 | 0.881 | |
0.513 | 0.609 | 0.913 | 0.894 | 0.871 | 0.913 | ||
0.581 | 0.618 | 0.910 | 0.875 | 0.859 | 0.910 | ||
0.622 | 0.799 | 0.893 | 0.864 | 0.861 | 0.893 | ||
0.615 | 0.884 | 0.908 | 0.891 | 0.886 | 0.908 | ||
0.682 | 0.728 | 0.935 | 0.908 | 0.901 | 0.935 | ||
5 × 5 | 0.667 | 0.766 | 0.834 | 0.794 | 0.683 | 0.834 | |
0.492 | 0.601 | 0.905 | 0.788 | 0.725 | 0.905 | ||
0.558 | 0.611 | 0.909 | 0.879 | 0.822 | 0.909 | ||
0.609 | 0.781 | 0.885 | 0.771 | 0.734 | 0.885 | ||
0.608 | 0.880 | 0.899 | 0.804 | 0.768 | 0.899 | ||
0.678 | 0.719 | 0.921 | 0.907 | 0.884 | 0.921 |
The runtime, memory, and entropy analysis for different block sizes such as 3 × 3 and 5 × 5 are shown in Table IV. This analysis shows that the runtime for 3 × 3 block size is varied between 6.18s and 9.04s, whereas the 5 × 5 is varied between 6.34s and 9.11s. On the other hand, the memory used during the simulation is varied from 3.04KB to 5.88KB for 3 × 3, while memory of 3.81KB to 7.22KB is used for 5 × 5. Further, the entropy for 3 × 3 block size is varied between 6.44 and 7.58, whereas the 5 × 5 is varied between 5.97 and 6.84.
Block size | Images | Runtime (s) | Memory (KB) | Entropy |
---|---|---|---|---|
3 × 3 | 8.31 | 3.04 | 7.01 | |
7.24 | 4.37 | 6.45 | ||
8.11 | 5.88 | 7.54 | ||
9.04 | 3.19 | 6.44 | ||
6.18 | 4.08 | 7.22 | ||
7.99 | 5.01 | 7.58 | ||
5 × 5 | 8.64 | 3.84 | 6.84 | |
7.29 | 5.01 | 6.27 | ||
8.31 | 7.22 | 6.18 | ||
9.11 | 3.81 | 5.97 | ||
6.34 | 6.01 | 6.37 | ||
8.08 | 5.22 | 6.09 |
B.COMPARATIVE ANALYSIS
Existing researches such as ELMI [19], DUBLID [20], and MAP [21] are used to compare the MORSA-IDR method. The ELMI [19], DUBLID [20], and MAP [21] have processed the shown in Fig. 2, so the comparison is done for the same as shown in Table V. Further, the graphical illustration for the PSNR for MORSA-IDR with ELMI [19] and DUBLID [20] is shown in Fig. 7. This comparison depicts that the MORSA-IDR outperforms well than the ELMI [19], DUBLID [20], and MAP [21]. For example, the PSNR of MORSA-IDR for is 30.98 dB, whereas the ELMI [19] obtains 30.45 dB and DUBLID [20] obtains 29.83 dB. The ELMI [19] and DUBLID [20] have to incorporate the noisy pixel discovery to further enhance the deblurring performances. Due to utilization of GPU, the runtime of DUBLID [20] is less when compared to the proposed MORSA-IDR. The main goal of the MORSA-IDR is to increase the PSNR and SSIM of restored images. So, the MORSA-IDR achieved high PSNR and SSIM with significant runtime when compared to the DUBLID [20]. The combination of noisy pixel discovery using DRN and kernel estimation along with MORSA help to enhance the deblurring and restoration performances.
Methods | PSNR (dB) | SSIM | Runtime (s) |
---|---|---|---|
30.45 | 0.921 | NA | |
29.83 | 0.892 | 0.08 | |
NA | NA | 13 | |
30.98 | 0.935 | 7.99 |
V.DISCUSSION
This section provides the brief discussion about the results obtained from the MORSA-IDR to ensure the image deblurring and restoration. At first, the results of MORSA-IDR are compared with different optimization and deblurring models. The results show that the MORSA-IDR achieves the better PSNR and SSIM than the PSO, GWO, CNN, and U-Net approaches. For example, the PSNR of MORSA-IDR is 30.668 dB, which is high when compared with the PSO, GWO, CNN, and U-Net. Further, the MORSA-IDR is compared with the ELMI [19], DUBLID [20], and MAP [21] in comparative analysis section. The MORSA-IDR outperforms well than the ELMI [19], DUBLID [20], and MAP [21]. For example, the PSNR of MORSA-IDR for is 30.98 dB, which is high than the ELMI [19] and DUBLID [20]. In this research, the DRN-based noisy pixel discovery and MORSA-based kernel estimation are used to enhance the image deblurring and restoration performances. The MORSA-IDR works well for unstructured and low light images during the image deblurring and restoration. However, if MORSA-IDR processed under highly unstructured images, it creates huge impact in the PSNR and SSIM measures.
VI.CONCLUSION
In this research, effective image deblurring and restoration are achieved based on the detection and replacement of noisy pixel and image deblurring processes. Initially, the DRN is used for discovering the noisy pixel from the input, and the statistical model is used for removing the noisy pixel. The optimal threshold values for the statistical model are identified using the MORSA, which resulted in the calculation of new pixels for noisy pixels. Later, kernel estimation along with MORSA was developed for enhancing the image deblurring process. Therefore, the low-level contextual data from the corrupted image are acquired by using the developed MORSA-IDR method. The outcomes of MORSA-IDR show that it outperforms well than ELMI and DUBLID. The PSNR of MORSA-IDR for image 6 is 30.98 dB, which is high when compared to the ELMI and DUBLID. In the future, the novel optimization algorithm can be used for improving the deblurring performances under highly unstructured images.