In image Noise reduction, local pixel grouping is the algorithm to remove noise from images using principal component analysis (PCA).
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.[1] More over, efficiency is also taken into consideration.
PCA was invented in 1901 by Karl Pearson,[2] 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.[3] 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
For each pixel
and a training window centered at
First step of this part is centralize
The covariance matrix of
Shrink the coefficient of
and transform back to
![]() | Original source: https://en.wikipedia.org/wiki/Local pixel grouping.
Read more |