Open Access
1 August 2010 Iterative adaptive hybrid image restoration for fast convergence
Author Affiliations +
Abstract
We present an iterative adaptive hybrid image restoration algorithm for fast convergence. The local variance, mean, and maximum values are used to constrain the solution space. These parameters are computed at each iteration step using a partially restored image at each iteration, and they are used to impose the degree of local smoothness on the solution. The resulting iterative algorithm exhibits increased convergence speed and better performance than typical regularized constrained least-squares approach.

1.

Introduction

An image captured by an imaging system represents the degraded version of an original image due to blurring and additive noise.1, 2 For a size M×N image, a typical degradation model can be written as

Eq. 1

y=Hx+n,
where the vectors x , y , and n are the lexicographically ordered original image, the observed image, and the additive noise of size MN×1 , respectively. In addition, H is the degradation matrix of size MN×MN to represent a spatially invariant or spatially varying point spread function (PSF).

Regularized constrained least squares (RCLS) have been widely used to obtain a solution for Eq. 1, and the solution is obtained by minimizing the following function with respect to x ,1, 2

Eq. 2

M(x)=yHx2+αCx2,
where α denotes the regularization parameter to control the tradeoff between fidelity to the data and smoothness, and C typically represents a high-pass operator.

The prior knowledge used in RCLS is that the original image is smooth. However, this is a global requirement and therefore not effective in terms of local smoothness. Also, when an iterative technique is used to obtain the solution of Eq. 2, the iterative solution may suffer from noise amplification after a certain iteration step when the additive noise is serious.2, 3, 4 Therefore, a more desirable solution can be obtained by imposing reasonable constraints into the solution space of RCLS.3, 4, 5 Projection onto convex sets (POCS) has been widely used in many areas, since it is effective to impose nonlinear local properties into the solution space.3, 6

In this work, an iterative adaptive hybrid image restoration algorithm using a local smoothing constraint is presented. We follow the formulation represented by Eq. 2 and propose to bring knowledge about local properties of the original image into the restoration process, so that prior knowledge and spatial adaptivity are incorporated in the solution. The basic motivation is to constrain local ranges of values that the restored image can take, leading to increased convergence speed of the iterative algorithm and performance improvement compared to RCLS.

This work is organized as follows. In Sec. 2, the proposed hybrid gradient-projection restoration algorithm is explained. Experimental results and conclusions are presented in Sec. 3.

2.

Proposed Algorithm

The gradient iteration of the regularized smoothing functional in Eq. 2 can be written as

Eq. 3

xk+1=xk+[HTy(HTH+αCTC)xk]=Gxk.
There exist various ways for determining the regularization parameter α .1, 2, 7 According to Ref. 7, we determine the regularization parameter by

Eq. 4

α(xk)=yHxk2(θCxk2),
where θ2y2 . The iterative solution in Eq. 3 reflects only global smoothing requirements and therefore it is not effective in terms of local smoothness. When a local smoothing constraint is imposed into the solution space of RCLS, the iteration in Eq. 3 can take the form

5.

x̂k=Gxk,
xk+1=Px̂k=PGxk,
where P represents a projection operator of a signal onto a set with desirable local properties. The proposed projection set is defined by the local statistics of the partially restored image at each iteration step. For a pixel of the partially restored image x̂k(i,j) , the local mean and variance at coordinate (i,j) with window W are defined as

6.

mx̂k,W(i,j)=W1p=iUi+Uq=jVj+Vx̂k(p,q),
σx̂k,W2(i,j)=W1p=iUi+Uq=jVj+V[x̂k(p,q)mx̂k,W(i,j)]2,
where W=(2U+1)×(2V+1) is the extent of the analysis window that is symmetric about the point (i,j) . In addition, the local maximum of the partially restored image at point (i,j) is defined as

Eq. 7

x̂k,W,max(i,j)=max(p,q)S(i,j)x̂k(p,q),
where S(i,j) is the support region that determines the local maximum about the point (i,j) . In this work, it is same with the analysis window used for the local mean and variance. Using the local information in Eqs. 6, 7, a parameter controlling the degree of local smoothing is defined as

8.

P[x̂k(i,j)]={E1(i,j)ifx̂k(i,j)<E1(i,j)E2(i,j)ifx̂k(i,j)> E2(i,j)x̂k(i,j)otherwise},
E1(i,j)=max[0,mx̂k,SW(i,j)Tk×B(i,j)],
E2(i,j)=min[2L1,mx̂k,SW(i,j)+Tk×B(i,j)],
for L bits per pixel. In Eq. 8, Tk is a threshold to be determined and B(i,j) is defined as

Eq. 9

B(i,j)=σx̂k,LW2(i,j)σx̂k,SW2(i,j)×x̂k,SW,max(i,j)mx̂k,SW(i,j).
In Eq. 9, SW and LW represent the relatively small and large window sizes centered at point (i,j) .

In general, noise amplification contributes to the problem of restoration, and therefore desirable properties such as detection of noisy pixels and the degree of local activity should be incorporated into the restoration process to effectively suppress noise amplification. It is clear how the local statistics affect B(i,j) . Let us assume that x̂k(i,j) is a noisy pixel belonging to an element of a homogeneous activity region. In such a case, σx̂k,SW2(i,j) is greater than σx̂k,LW2(i,j) , and therefore local smoothing is necessary to suppress the noise amplification. As the noise increases, the variance ratio decreases, leading to smaller B(i,j) . In addition, when the same noise is added to low and high activity regions, the noise within the low activity region is more visible than that within the high activity region. Therefore, tighter bounds should be applied to the noisy pixel within the low activity region than to that within the high activity region. x̂k,SW,max(i,j)mx̂k,SW(i,j) in Eq. 9 is used as a way to represent the degree of local activity in this work. As the local activity decreases, B(i,j) decreases. A smaller B(i,j) leads to tighter bounds, while looser bounds are for a larger B(i,j) , so that the noise amplification is effectively suppressed. They are in agreement with the noise masking property in areas of high spatial activity of the human visual system.8

Local information has the limit to effectively suppress noise amplification. Therefore, global information about the noise can help to effectively reduce noise amplification. For example, tighter bounds are more desirable as the additive noise increases. Tk in Eq. 8 is used to incorporate global information into the restoration process, so that it can control the degree of bounds that is computed at each iteration step, such as

Eq. 10

Tk=exp[Z×ij|xk1(i,j)|ij|nk1(i,j)|],
where Z represents a constant, and nk1=yHxk1 .

The proposed algorithm is used to obtain a solution that is an element of the intersection set between a solution space using the gradient approach reflecting the global smoothing constraint, and a projection set incorporating the local smoothing constraint.

3.

Experimental Results and Conclusions

The proposed adaptive hybrid image restoration algorithm is tested with various noisy blurred images and degradation, and it is compared to typical RCLS. In the set of such experiments, the 256×256pixels Lena and Cameraman images are described here. The original images were blurred by 7×7 motion blur and Gaussian blur with variance of 5. A Gaussian-distributed noise signal was added to the blurred images. We tested the proposed algorithm for various SNRs. In addition, a 2-D Laplacian operator was used for the high-pass operator in Eq. 2.2 For evaluating the objective and subjective performance of the algorithm, the mean squared error (MSE) and structural similarity index (SSIM) in Ref. 9 were used, where SSIM takes a value between 1 (the worst value) and 1 (the best value). Also,

Eq. 11

xk+1xk2xk210m
was used for terminating the iteration. In these experiments, m=5 was used for 5- and 10-dB noises. Also, m=6 and m=7 were used for 20- and 30-dB noises, respectively. In addition, SW=3 and LW=7 were used for small and large size windows in Eq. 9.

Figures 1, 1, 1 show the degraded Lena image ( 7×7 Gaussian blur with variance of 5- and 10-dB Gaussian noise), the restored image with RCLS, and the restored image with the proposed method, respectively. For Z=0.07 , the proposed algorithm converges after ten iterations ( MSE=260 and SSIM=0.677 ), while RCLS requires 39 iterations ( MSE=493 and SSIM=0.432 ). The results show that RCLS leads to noise amplification in the restored image. On the other hand, the proposed hybrid algorithm effectively suppresses the noise amplification. When tighter bounds (smaller Z ) are used, the convergence becomes faster. However, tighter bounds result in oversmoothed images. On the basis of our experiments, 0.05Z0.1 is a good range with convergence speed and performance.

Fig. 1

Experimental results with Lena image: (a) noisy blurred image ( 7×7 Gaussian blur with variance of 5- and 10-dB Gaussian noise), (b) restored image with RCLS (39 iterations, MSE=493 , and SSIM=0.432 ), and (c) restored image with proposed hybrid method (ten iterations, MSE=260 , and SSIM=0.677 ).

080503_1_1.jpg

Figures 2 and 2 show MSE and convergence speed comparisons as a function of iteration number for Lena image when 10-dB Gaussian noise is added. The results show that the proposed algorithm has the capability to keep a minimum mean squared error, while RCLS is very sensitive to the terminating criterion, since the noise is amplified after a certain iteration number. Also, it is verified that the proposed algorithm is faster than RCLS for all cases.

Fig. 2

Performance comparisons with Lena image: (a) MSE as a function of iteration number, and (b) convergence rate as a function of iteration number.

080503_1_2.jpg

Tables 1, 2 summarize the performance comparisons (MSE, SSIM, and iteration number) at convergence for Gaussian blur and motion blur, respectively. As expected, the performance gain of the proposed algorithm increases as the additive noise increases. However, as the additive noise decreases, looser bounds are necessary to avoid oversmoothed images. As shown in Tables 1, 2, the proposed algorithm performs similarly to RCLS for additive noise less than 30dB .

Table 1

Performance comparisons at convergence (Lena).

Noise(dB)MethodGaussian blurMotion blur
MSESSIMIteration NumberMSESSIMIteration Number
5RCLS17990.2306623360.20466
Hybrid3030.612102880.6339
10RCLS4930.432397970.35249
Hybrid2600.677102450.7039
20RCLS2120.647642410.59874
Hybrid1890.730381740.73453
30RCLS1390.7721231250.773127
Hybrid1390.7721231250.773127

Table 2

Performance comparisons at convergence (Cameraman).

Noise(dB)MethodGaussian blurMotion blur
MSESSIMIteration NumberMSESSIMIteration Number
5RCLS24230.1616430710.15063
Hybrid4710.49594580.5068
10RCLS6910.3043810490.25247
Hybrid4090.59293930.6058
20RCLS3240.490663500.44674
Hybrid3050.642352800.63654
30RCLS2020.6771351820.671134
Hybrid2010.6781331810.671134

The novelty of the proposed algorithm is that it leads to faster convergence speed, and subjectively and objectively better performance than typical RCLS without prior information of an original image by incorporating the local smoothing constraint.

We propose an iterative adaptive hybrid image restoration algorithm using a local smoothing constraint. Each pixel in an image is projected onto a local smoothing set determined by the local mean, variance, and maximum intensity value of the partially restored image. The ratio of these parameters is used to define the convex set, resulting in effective suppression of the noise amplification and faster convergence speed.

Acknowledgments

This research was supported by the Korea Science and Engineering Foundation (KOSEF) grant funded by the Korea government (MEST) (number 2010-0000397) and the Ministry of Knowledge Economy, Korea under the Information Technology Research Center support program supervised by the National IT Industry Promotion Agency [NIPA-2010-(C1090-1011-0003)].

References

1. 

H. C. Andrews and B. R. Hunt, Digital Image Restoration, Prentice Hall, New York (1977). Google Scholar

2. 

M. R. Banham and A. K. Katsaggelos, “Digital image restoration,” IEEE Signal Process. Mag., 14 (2), 24 –41 (1997). https://doi.org/10.1109/79.581363 1053-5888 Google Scholar

3. 

Image Recovery; Theory and Application, Academic Press, San Diego, CA (1987). Google Scholar

4. 

M. E. Zervakis and T. M. Kwon, “Robust estimation techniques in regularized image restoration,” Opt. Eng., 31 (10), 2174 –2190 (1992). https://doi.org/10.1117/12.59978 0091-3286 Google Scholar

5. 

M. C. Hong, T. Stathaki, and A. K. Katsaggelos, “Iterative regularized least-mean mixed-norm image restoration,” Opt. Eng., 41 (10), 2515 –2524 (2002). https://doi.org/10.1117/1.1503072 0091-3286 Google Scholar

6. 

S. W. Jung, T. H. Kim, and S. J. Ko, “A novel multiple image deblurring technique using fuzzy projection onto convex sets,” IEEE Signal Process. Lett., 15 (3), 192 –195 (2009). https://doi.org/10.1109/LSP.2008.2012227 1070-9908 Google Scholar

7. 

M. G. Kang and A. K. Katsaggelos, “General choice of the regularization functional in regularized image restoration,” IEEE Trans. Image Process., 4 (5), 594 –602 (1995). https://doi.org/10.1109/83.382494 1057-7149 Google Scholar

8. 

G. L. Anderson and A. N. Netravali, “Image restoration based on a subject criterion,” IEEE Trans. Syst. Man Cybern., SMC-6 845 –853 (1976). https://doi.org/10.1109/TSMC.1976.4309481 0018-9472 Google Scholar

9. 

Z. Wang, C. Bovik, H. R. Sheikh, and E. P. Simoncelli, “Image quality assessment: From error visibility to structural similarity,” IEEE Trans. Image Process., 13 (4), 600 –612 (2004). https://doi.org/10.1109/TIP.2003.819861 1057-7149 Google Scholar
©(2010) Society of Photo-Optical Instrumentation Engineers (SPIE)
Min-Cheol Hong "Iterative adaptive hybrid image restoration for fast convergence," Optical Engineering 49(8), 080503 (1 August 2010). https://doi.org/10.1117/1.3479935
Published: 1 August 2010
Lens.org Logo
CITATIONS
Cited by 2 scholarly publications.
Advertisement
Advertisement
RIGHTS & PERMISSIONS
Get copyright permission  Get copyright permission on Copyright Marketplace
KEYWORDS
Image restoration

Smoothing

Cameras

Image processing

Information technology

Optical engineering

Point spread functions

RELATED CONTENT


Back to Top