0% found this document useful (0 votes)
36 views

Design Approach of Colour Image Denoising Using Adaptive Wavelet

The document summarizes an approach to color image denoising using adaptive wavelet thresholding. It begins by introducing the problem of noise in digital images during acquisition, transmission and storage. Then it discusses wavelet-based denoising methods including wavelet thresholding. Specifically, it proposes an adaptive wavelet thresholding algorithm called Bayes Shrink that estimates noise variance from subbands and computes an adaptive threshold for each subband. The algorithm aims to minimize the Bayesian risk. Finally, it discusses evaluating the performance of denoising algorithms using metrics like peak signal-to-noise ratio.

Uploaded by

IJERD
Copyright
© Attribution Non-Commercial (BY-NC)
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
36 views

Design Approach of Colour Image Denoising Using Adaptive Wavelet

The document summarizes an approach to color image denoising using adaptive wavelet thresholding. It begins by introducing the problem of noise in digital images during acquisition, transmission and storage. Then it discusses wavelet-based denoising methods including wavelet thresholding. Specifically, it proposes an adaptive wavelet thresholding algorithm called Bayes Shrink that estimates noise variance from subbands and computes an adaptive threshold for each subband. The algorithm aims to minimize the Bayesian risk. Finally, it discusses evaluating the performance of denoising algorithms using metrics like peak signal-to-noise ratio.

Uploaded by

IJERD
Copyright
© Attribution Non-Commercial (BY-NC)
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 5

International Journal of Engineering Research and Development ISSN: 2278-067X, Volume 1, Issue 7 (June 2012), PP.01-05 www.ijerd.

com

Design Approach of Colour Image Denoising Using Adaptive Wavelet


Pankaj S. Hedaoo#
#

Department of Electronics & Telecommunication Engineering, G. H. Raisoni College of Engineering, Nagpur, India.

AbstractIn modern age, visual information transmitted in the form of digital images is becoming a major method of communication, but the image obtained after transmission is often corrupted with noise. For obtaining the high quality image from original noisy image data manipulation is required. In this paper noise is remove by wavelet based approach & it is proved that wavelet based approach is best when the image is corrupted by Gaussian noise, salt and pepper noise, speckle noise and Brownian noise. Quantitative measures of comparison are provided by the signal to noise ratio of the image. In this paper colour image is denoise by using wavelet based approach & also improve the peak signal to noise ratio of the colour image. Keywords Image denoising, Problems Formation, Noise categories, Wavelet Thresholding, Proposed Method.

I.

INTRODUCTION

A very large portion of digital image processing is devoted to image restoration, image acquisition & enhancement. This includes research in algorithm development in image processing. Degradation comes from blurring as well as noise due to electronic, camera and photometric sources. Transmission medium introduces a noise due to errors during the measurement process, storage and noisy channel during quantization of the data for digital storage.

II.

IMAGE DENOISING

In digital imaging, quality of image degrades due to contamination of various types of noise during the process of acquisition, transmission and storage. Noise introduced in an image is usually classified as substitutive (impulsive noise: e.g., salt & pepper noise, random-valued impulse noise, etc.), additive (e.g., additive white Gaussian noise) and multiplicative (e.g., speckle noise). Reducing the noise is very essential tool in medical area also. Among the currently available medical imaging modalities, ultrasound imaging is considered to be best one since it is noninvasive, practically harmless to the human body, portable, accurate, and cost effective. Unfortunately, the quality of medical ultrasound is generally limited because of Speckle noise, which is an inherent property of medical ultrasound imaging, and this noise generally tends to reduce the image resolution and contrast, which reduces the diagnostic value of this imaging modality. So reduction of speckle noise is an important preprocessing step, whenever ultrasound imaging model is used for medical imaging. From many methods that have been proposed to perform this preprocessing task, as we know that speckle noise & gaussian noise is multiplicative & additive in nature we can take advantage of the logarithmic transformation in order to convert multiplicative speckle noise into additive noise. The common assumption to be taken here is additive noise samples are mutually uncorrelated and these samples obey a Gaussian distribution. Now the noise became AWGN. Many spatialDomain filters such as Mean filter, Median filter, Alpha- trimmed mean filter, Wiener filter, Anisotropic diffusion filter, Total variation filter, Lee filter, Non-local means filter, Bilateral filter etc. are in literature for suppression of AWGN. Also many Wavelet-domain filters such as Visu Shrink, Sure Shrink, Bayes Shrink.

III.

PROBLEM FORMATION

The basic idea behind this paper is the estimation of the uncorrupted image from the distorted or noisy image, and is also referred to as image denoising. There are various methods to help restore an image from noisy distortions. Selecting the appropriate method plays a major role in getting the desired image. The denoising methods tend to be problem specific. In order to quantify the performance of the various denoising algorithms, a high quality image is taken and some known noise is added to it. This would then be given as input to the denoising algorithm, which produces an image close to the original high quality image. The performance of each algorithm is compared by computing Signal to Noise Ratio (SNR) besides the visual interpretation.

IV.

WAVELET THRESHOLDING

Wavelet Thresholding is a simple non-linear method, which operates on one wavelet coefficient at a time. In its basic form, each coefficient & threshold is compared each other , if the threshold is higher than coefficient, set to zero, otherwise it is kept as it is & other coefficient is modified & replace the small noisy coefficients by zero. Inverse wavelet transform may lead to reconstruction with the essential signal

Design Approach of Colour Image Denoising Using Adaptive Wavelet


characteristics and with less noise. There are three steps of Wavelet thresholding i) linear discrete wavelet transform ii) nonlinear thresholding Step iii) a linear inverse wavelet transform. Let us consider a signal { xij , i, j = 1,2M} denote the M X M matrix of the original image to be recovered and M is some integer power of 2. During transmission the signal is corrupted by independent and identically distributed (i.i.d) zero mean, white Gaussian Noise z ij with standard deviation i.e. zij ~ N (0, 2) as follows. yij = xij + zij From this noisy signal y, we want to find an approximation xij. The goal is to estimate the signal xij from noisy observations yij such that Mean Squared error (MSE) is minimum. I.e. || X - X||2 = 1/N Xi - Xi)2

Let W and W-1 denote the two-dimensional orthogonal discrete wavelet transform (DWT) matrix and its inverse respectively. Then equation (1) can be written as dij = cij +ij With d=W y, c =W x, =W z .Since W is orthogonal transform, j is also an i.i.d Gaussian random variable with ij (0, 2).Now T (.) be the wavelet thresholding function then the wavelet thresholding based Denoising scheme can be expressed as X =W -1(T (Wy)) wavelet transform of noisy signal should be taken first and then thresholding function is applied on it. Finally the output should be undergone inverse wavelet transformation to obtain the estimate x. There are two thresholds frequently used, i.e. hard threshold, soft threshold. The hard-thresholding function keeps the input if it is larger than the threshold; otherwise, it is set to zero. It is described as f h(x) = x if x = 0 otherwise The hard-thresholding function chooses all wavelet coefficients that are greater than the given threshold and sets the others to zero. The threshold is chosen according to the signal energy and the noise variance ( 2). The soft-thresholding function has a somewhat different rule from the hard-thresholding function. It shrinks the wavelet coefficients by towards zero, f (x) = x if x =0 if x < = x + if x The soft-thresholding rule is chosen over hard-thresholding, for the soft-thresholding method yields more visually pleasant images over hard thresholding.
LL3 HL3 HL2 LH3 HH3 HL1

LH2

HH2

LH1

HH1

Fig1. Image Decomposion

Design Approach of Colour Image Denoising Using Adaptive Wavelet

V.

NOISE CATEGORIES

In image denoising process, information about what type of noise present in the original image plays a significant role. Some of the typical noise is a speckle noise, which is multiplicative in nature & also Gaussian noise, which is additive in nature. Some are corrupted with salt & pepper noise or uniform distribution noise. There are the five types of noise categories in image processing 1. Gaussian noise 2. Salt & pepper noise 3. Poison noise 4. Speckle noise 5. Brownian noise

VI.

PROCESS OF DENOISING

In case of image denoising methods, the known characteristics of the degrading system and the noises are assumed. The image s(x,y) is blurred by a linear operation and noise n(x,y) is added to form the degraded image w(x,y). This is convolved with the restoration procedure g(x,y) to produce the restored image z(x,y). s(x,y) Linear operation n(x,y) Fig 2. Denoising Concept Noise is present in an image either in a multiplicative form or additive form. A multiplicative noise follows the rule w( x, y)= s( x, y) * n( x, y) while additive noise satisfy this rule w( x, y)= s( x, y) + n( x, y) Where s(x,y) is the original signal, n(x,y) denotes the noise introduced into the signal to produce the corrupted image w(x,y), and (x,y) represents the pixel location w(x,y) Denoising Technique z(x,y)

VII.

PROPOSED ALGORITHM

Bayes Shrink was proposed by Chang, Yu and Vetterli . The goal of this method is to minimize the Bayesian risk, and hence its name, Bayes Shrink. It uses soft thresholding and it is also subband-dependent,like Sure Shrink, which means that threshold level is selected at each band of resolution in the wavelet decomposition.. The Bayes threshold, , is defined as

tb

2 x

--------------------------- (1)

where is the noise variance and is the signal variance without noise. The noise variance is estimated from the subband HH1 in the decomposition of wavelet by the median estimator.. From the definition of additive noise we have w( x, y)= s( x, y) + n( x, y)-----------------------(2) Since the signal and noise are independent of each other it can be stated that
2 w s2 2 --------------------------- (3)

w2 can be calculated as shown below


2 w

x , y 1

( x, y ) ---------------------------- (4)

The variance of the signal

is computed as shown below


2 s max( w 2 ,0) ------------------------ (5)

Design Approach of Colour Image Denoising Using Adaptive Wavelet


With these
2

and

2 w

the Bayes threshold is computed from the below equation

2 tb x

-------------------------------------- (6)

the wavelet coefficients are thresholded at each band PEAK SIGNAL TO NOISE RATIO Mean Square Error (MSE) and Root Mean Squared Error (RMSE) are defined as MSE =

(Z ( x, y) X ( x, y))
x 1 y 1

---------------------------------------(7)

RMSE = MSE -------------------------------------------(8) Peak signal to noise ratio (PSNR) is defined in logarithmic scale, in dB. It is a ratio of peak signal power to noise power. Since the MSE represents the noise power and the peak signal power, the PSNR is defined as:

PSNR 10 log 10

1 ----------------------------- (9) MSE

This image metric is used for evaluating the quality of a filtered image and thereby the capability and efficiency of a filtering process. RESULTS

Fig 6a Original Image

Fig 6b Noisy Image

Fig 6c Decomposition of Image

Fig 6d Denoising Image

Fig 6e Residual

VIII.

CONCLUSIONS

The main issues regarding image denoising were addressed in this paper. an adaptive threshold for wavelet thresholding images was proposed, based on the generalized Guassian distribution modelling of subband coefficients, and test results showed excellent performance . The results show that Proposed Shrink removes noise significantly. In this paper, we compare the results with soft thresholding, hard thresholding & proposed method

Design Approach of Colour Image Denoising Using Adaptive Wavelet REFERENCES


[1] [2] [3] [4] [5] [6] D. L. Donoho and I. M. Johnstone, Ideal spatial adaptation by wavelet shrinkage, Biometrika, vol. 81, no. 3, pp. 425455, 1994. D. L. Donoho, Denoising by soft-thresholding, IEEE Trans. Inf. Theory, vol. 41, no. 3, pp. 613627, Mar. 1995. D. L. Donoho and I. M. Johnstone, Adapting to unknown smoothness via wavelet shrinkage, J. Amer. Statist. Assoc., vol. 90, no. 432, pp. 12001224, 1995 D.L. Donoho, De-Noising by Soft Thresholding, IEEE Trans. Info. Theory 43, pp. 933-936, 1993. S. Grace Chang, Bin Yu and M. Vattereli, Wavelet Thresholding for Multiple Noisy Image Copies, IEEE Trans. Image Processing, vol. 9, pp.1631- 1635, Sept.2000 Savita Gupta and Lakhwinder kaur, Wavelet Based Image Compression using Daubechies Filters, In proc. 8th National conference on communications, I.I.T. Bombay, NCC-2002. [7] [8] K. N. Plataniotis and A. N. Venetsanopoulos, Color Image Processing and Applications. New York: SpringerVerlag, 2000. D. L. Donoho and I. M. Johnstone,Threshold selection for wavelet shrinkage of Noisy Data, Proc16th Annual International conference of IEEE Engg in Medicine and biology Society .Vol1, Page A24-A25 Baltimore, Maryland, 1994. [9] B. Smolka and A. N. Venetsanopoulos, "Noise reduction and edge detection in color images, Color Image Processing: Methods and Applications, R. Lukac and K. N. Plataniotis, Eds., ed. New York: CRC Press, 2007, pp. 75-100. [10] [11] J. Lianghai, Y. Xinzhong and L. Dehua, "A survey on color image vector filtering techniques," Chinese Journal of Image and Graphics, vol.14, pp. 243-254, 2009. Osama K Al-shaykh and Russell M Mersereau, Lossy Compressed Noisy image , IEEE Trans. on signal processing1998,vol7,No12 1641-1652 [12] [13] [14] B. K .Natrajan, filtering randam noise from deterministic signals via data Compression, IEEE Tranc. on signal processing,Vol.43,No11,pp2595-2605 F. Ruggeri and B. Vidakovic, A Bayesian decision theoretic approach to wavelet thresholding ,preprint , Duke University ,Durham ,NC Y Chen and C Han , adaptive wavelet threshold for Image denoising ,IEEE Electron, Lett, Vol-11 ,no 10 May 2005 [15] [16] [17] [18] Gao H. Y and Bruce A G, Wave shrink with firm shrinkage , Technical report 39 statics Division of Math soft ,Inc 1996 Gao H. Y , Wavelet shrinkage denoising Using non-negative garrote ,J compute Graph statist ,pp 469-488,1998 S Chang, Bin Yu and M Vattereli, Spatially Adaptive Wavelet Thresholding with context Modelling for Image Denoising , IEEE trans. Image processing Vol.9 pp1522-1530 sept 2000. S. Chang , Bin Yu and M Vettereli , Wavelet Thresolding for multiple noisy Image copies, IEEE Trans Image Processing VOL 9.pp 1631-1635 Sept 2000 D L Donoho and I. M. Johnstone, Adapting to unknown smoothness via Wavelet Shrinkage ,Journal of American statical Assoc ,Vol 9.pp1631-1635 Sept 2000

[19]

You might also like