In image Noise reduction, local pixel grouping is the algorithm to remove noise from images using principal component analysis (PCA).
Contents
Image denoising
Sensors such as CCD, CMOS or ultrasonic probe may encapsulate noise signal. Noise reduction is commonly used to improve quality of the image. However, techniques such as smoothing filters and many other algorithms may lose local structure of image while denoising the image. More over, efficiency is also taken into consideration.
Principal component analysis
PCA was invented in 1901 by Karl Pearson, to transform original dataset into linearly uncorrelated PCA domain. PCA works in the way that principal components with larger possible variance are preserved while discarding low variance components.
Image denoising by principal component analysis with local pixel grouping(LPG-PCA) was developed by Lei et. in 2010. It is based on the assumption that the energy of a signal will concentrate on a small subset of the PCA transformed dataset, while the energy of noise will evenly spread over the whole dataset. Assume original image is denoted by                     
Construct local pixel group
For each pixel                     
and a training window centered at                     
Denoising using local pixel group
First step of this part is centralize                     
The covariance matrix of                               
Shrink the coefficient of                     
and transform back to                                           
