Introduction To Wavelet Transform and Two Stage Image DE Noising Using Principal Component Analysis With Local Pixel Grouping (LPGPCA) Method
Introduction To Wavelet Transform and Two Stage Image DE Noising Using Principal Component Analysis With Local Pixel Grouping (LPGPCA) Method
Abstract— In past two decades there are various techniques II. INTRODUCTION TO WAVELET TRANSFORM
are developed to support variety of image processing (WT) AND PROBLEM WITH WT
applications. The applications of image processing include The wavelet transformation (WT) is combination of
medical, satellite, space, transmission and storage, radar and transforms that satisfy specific conditions. So wavelet
sonar etc. But noise in image effect all applications. So it is transform is a transform that have basis functions that are
necessary to remove noise from image. There are various shifted and expended version themselves. WT contains
methods and techniques are there to remove noise from information about both frequency information and spatial
images. Wavelet transform (WT) has been proved to be information. WT uses high pass filters, low pass filters and
effective in noise removal but this have some problems that Fourier transformations (FT). To satisfy condition for WT
is overcome by PCA method. This paper presents an the filter must be perfect Reconstruction filter which means
efficient image de-noising scheme by using principal that any distortion introduces by forward transform will be
component analysis (PCA) with local pixel grouping (LPG). cancel in the inverse transform. Examples of this type of
This method provides better preservation of image local filters are quadrature mirror filters. The WT breaks an image
structures. In this method a pixel and its nearest neighbors down into four subsamples or decimated images. They are
are modeled as a vector variable whose training samples are subsample by keeping every other pixel. The result consists
selected from the local window by using block matching of one image that has high pass filtered in both the
based LPG. In image de-noising, a compromise has to be horizontal and vertical directions. One that is high pass filter
found between noise reduction and preserving significant in horizontal and low pass filter in vertical. One that is high
image details. PCA is a statistical technique for simplifying pass filter in vertical and low pass filter in horizontal. One
a dataset by reducing datasets to lower dimensions. It is a that has low pass filtered in both directions. This transform
standard technique commonly used for data reduction in is typically implemented in the spatial domain by using 1-D
statistical pattern recognition and signal processing. This convolution filters. In order to perform the wavelet
paper proposes a de-noising technique by using a new transform using convolution filters a special type of
statistical approach, principal component analysis with local convolution called circular convolution must be used.
pixel grouping (LPG). This procedure is iterated second Circular convolution is performed by taking the underlying
time to further improve the de-noising performance, and the image array and extending it in a periodic manner to match
noise level is adaptively adjusted in the second stage. with symmetry implied by the discrete Fourier transform.
The convolution process start with origin of image and
Keywords: FT, WT, PCA, LPG, Noise, Pixel, De-noising. convolution masked aligned, So that the first value contains
contributions from the previous copy of periodic image.
I. INTRODUCTION This is important because we may want to perform the
Noise is any undesired information that spoil image. In wavelet transform on small blocks and eliminating outer
digital image noise arise during acquisition and/or row(s) and column(s) is not practical. There are various
transmission process. Following are different types of noise. filters can be used to implement WT. The two most
[4] commonly used are Daubechies and Haar. [1]
1) Gaussian/Normal noise Although WT has demonstrated its efficiency in de-noising
2) Rayleigh noise it uses fixed wavelet basis (with dilation and translation) to
3) Erlang/Gamma noise represent the image. For natural images however there is a
4) Exponential noise rich amount of different local structural patterns which
5) Impulse/Salt and pepper noise cannot be well represented by using only one fixed wavelet
6) Uniform noise basis. So WT based method can introduce many visual
7) Periodic noise artifacts in the de-noising output. To overcome this problem
De-noising is an essential step to improve the image quality. PCA based de-noising schema is used. [3]
There are different types of filters proposed for de-noising
like smoothing filters, frequency domain filters, nonlinear
filters etc. Wavelet transform (WT) has been proved to be
effective in noise removal. [7]
Fig. 5: Comparison of first stage COC & second Stage COC Fig. 8: Comparison of first stage SSIM & second Stage
for black-white images SSIM for color images
Fig 6: Comparison of first stage PSNR,SSIM, COC & Fig. 9: Comparison of first stage COC & second Stage COC
second Stage PSNR,SSIM, COC for black-white images for color images
REFERENCES
[1] Rafael C. Gonzalez and Richard E. Woods, “Digital
image processing”.
[2] I. T. Jolliffe, “Principal Component Analysis, Second
Edition”, Springer
[3] Lei Zhang, WeishengDong, DavidZhang, and
GuangmingShi “Two-stage image denoising by
principal component analysis with local pixel
grouping”, Pattern reorganization journal(2010).
[4] Mr. Ankur N. Shah, Dr. K.H.Wandra “Introduction to
noise, image restoration and comparison of various
methods of image restoration by removing noise from
Fig. 10: Comparison of first stage PSNR,SSIM, COC & image”, Indian journal of applied research, Oct 2012.
second Stage PSNR,SSIM, COC for color images [5] Mr. Zahid Alam “Image De-noising by Common Vector
Elimination in PCA (Principal Component Analysis)”,
International Journal of Scientific Engineering and
Technology, Volume No.1, Issue No.2 pg:22-26, April
2012.
[6] Vikas D Patil, Sachin D. Ruikar “PCA Based Image
Enhancement in Wavelet Domain”, International
Journal of Engineering Trends and Technology-
Volume3Issue1- 2012.
[7] K. John Peter, Dr K. Senthamarai Kannan, Dr S.
Arumugan, and G.Nagarajan “Two-stage image
denoising by Principal Component Analysis with Self
Similarity pixel Strategy”, IJCSNS International
Journal of Computer Science and Network Security,
VOL.11 No.5, May 2011.
[8] Y. Murali Mohan Babu, Dr. M.V. Subramanyam, and
Fig. 12: Banana image (color) various stage Dr. M.N. Giri Prasad “PCA based image denoising”,
Signal & Image Processing : An International Journal
(SIPIJ) Vol.3, No.2, April 2012.
[9] S.Kathiravan, N. Guhan Raja, R. Arun Kumar “An
investigation on image denoising technique using pixel-
component-analysis”, Innovative Systems Design and
Engineering,
[10] ISSN 2222-1727 (Paper) ISSN 2222-2871 (Online) Vol
2, No 4, 2011
VI. CONCLUSION
The LPGPCA technique given in this paper is useful with all
types of images like jpg, gif, tiff, bmp etc., it also work with
any size of image like 256x256 etc., But as size of image
increase it take more time because it have to work with
more number of pixels So further improvement can be done
in this direction. Additional this paper provides various
parameters to measure like PSNR, SSIM and COC.