Summary: This report summarizes work done as part of the Wavelet Based Image Analysis PFUG under Rice University's VIGRE program. VIGRE is a program of Vertically Integrated Grants for Research and Education in the Mathematical Sciences under the direction of the National Science Foundation. A PFUG is a group of Postdocs, Faculty, Undergraduates and Graduate students formed round the study of a common problem. This module introduces the redundant discrete wavelet transform as well as two level dependent estimators that could potentially be used for image denoising, the Bishrink algorithm and the Bayesian Least Squares-Gaussian Scale Mixture algorithm. A simulation designed to evaluate the efficacies of each of these methods for the purpose of denoising astronomical image data is described, and its results are presented and discussed. This Connexions module describes work conducted as part of Rice University's VIGRE program, supported by National Science Foundation grant DMS?0739420.
Note: Your browser may not currently support MathML. See our browser support page for additional details. You can always view the correct math in the PDF version.
The redundant wavelet transform (RWT) is widely used in order to denoise signals and images. Here, we consider two denoising methods used in the literature, to attempt to denoise astronomical images with the aim of obtaining images in which we can search for very faint objects that are not noise.
The paper is organized as follows. In "Redundant Wavelet Transform", we introduce a few algorithms used to compute the RWT. In "Denoising Algorithms based on the RWT", we discuss some denoising methods based on the RWT. In "Denoising Simulation", a description of the simulation and the results from the implemented methods can be found, which are further discussed in "Conclusions".
The redundant discrete wavelet transform, similar in nature to the discrete wavelet transform, decomposes data into low-pass scaling (trend) and high-pass wavelet (detail) coefficients to obtain a projective decomposition of the data into different scales. More specifically, at each level the transform uses the scaling coefficients to compute the next level of scaling and wavelet coefficients. The difference lies in the fact that none of the latter are discarded through decimation as in the discrete wavelet transform but are instead retained, introducing a redundancy. This transform is good for denoising images, as the noise is usually spread over a small number of neighboring pixels. The Rice Wavelet Toolbox used to compute the transform in the simulation implements the redundant wavelet transform through the undecimated algorithm, which as its name suggests is similar to the discrete wavelet transform but omits downsampling, also known as decimation, in computation of the transform and upsampling in computation of the inverse transform[1].
Another method of computing the redundant wavelet transform, the
In the traditional method of soft-thresholding, where the universal threshold is used, coefficients below a specified threshold are shrunk to zero while those above the threshold are shrunk by a factor of
Theorem 1
For a sequence of i.i.d. random variables
Sendur and Selesnick [5] proposed a bivariate shrinkage estimator by estimating the marginal variance of the wavelet coefficients via small neighborhoods as well as from the the corresponding neighborhoods of the parent coefficients. The developed method maintains the simplicity and intuition of soft-thresholding.
We can write
where
Noting that we will always be working with one coefficient at a time, we will suppress the
In [4], Sendur and Selesnick proposed a bivariate pdf for the wavelet coefficient
where the marginal variance
To estimate the noise variance
where the estimator uses the wavelet coeffiecients from the finest scale.
The marginal variance
where
We then have the information we need to use equation Equation 4.
Portilla, et. al. [3] propose the BLS-GSM method for denoising digital images, which may be used with orthogonal and redundant wavelet transforms as well as with pyramidal schemes. They model neighborhoods of coefficients at adjacent positions and scales as the product of a Gaussian vector and a hidden positive scalar multiplier, so that the neighborhoods are defined similarly as in the BiShrink algorithm. The coefficient within each neighborhood around a reference coefficient of a subband are modeled with a Gaussian scale mixture (GSM) model. The chosen prior distribution is the Jeffrey's prior,
They assume the image has additive white Gaussian noise, although the algorithm also allows for nonwhite Gaussian noise. For a vector
The BLS-GSM algorithm is as follows:
In order to compare and evaluate the efficacies of the Bishrink and BLS-GSM algorithms for the purpose of denoising image data, a simulation was developed to quantitatively examine their performance after addition of random noise to otherwise approximately noiseless images with a variety of features representative of those found in astronomical images. Specifically, the images encoded in the widely available files Moon.tif, which primarily demonstrates smoothly curving attributes, and Cameraman.tif, which exhibits a range of both smooth and coarse features, distributed in the MATLAB image processing toolbox were considered.
As a preliminary preparation for the simulation, the images were preprocessed such that they were represented in the form of a grayscale pixel matrix taking values on the interval
Using this simulated data, the performance of the two denoising methods on each image at each noise contamination level were evaluated using the six statistical measures described here. The first of these was the mean square error
over all 100 denoisings. Related to the above was the root mean square error
where
over all 100 denoisings, and L1, calculated by the average of
over all 100 denoisings, were also examined. The results of this simulation now follow.
| Measure | Cameraman | Moon |
| MSE | 0.0019 | 0.0004 |
| RMSE | 0.0442 | 0.0188 |
| L1 | 2019.9 | 3160.4 |
| RMSB | 0.0274 | 0.0117 |
| MXDV | 0.3309 | 0.2634 |
|
|
| Measure | Cameraman | Moon |
| MSE | 0.0063 | 0.0012 |
| RMSE | 0.0296 | 0.0345 |
| L1 | 3612.4 | 5880.7 |
| RMSB | 0.0568 | 0.0213 |
| MXDV | 0.6147 | 0.4116 |
|
|
| Measure | Cameraman | Moon |
| MSE | 0.0173 | 0.0052 |
| RMSE | 0.1315 | 0.0722 |
| L1 | 6183.7 | 11839 |
| RMSB | 0.0934 | 0.0389 |
| MXDV | 0.8991 | 0.9774 |
|
|
| Measure | Cameraman | Moon |
| MSE | 0.0015 | 0.0003 |
| RMSE | 0.0390 | 0.0165 |
| L1 | 1711.0 | 2718.6 |
| RMSB | 0.0283 | 0.0141 |
| MXDV | 0.3192 | 0.2635 |
|
|
| Measure | Cameraman | Moon |
| MSE | 0.0052 | 0.0008 |
| RMSE | 0.0718 | 0.0288 |
| L1 | 3111.5 | 4786.5 |
| RMSB | 0.0583 | 0.0224 |
| MXDV | 0.5862 | 0.3337 |
|
|
| Measure | Cameraman | Moon |
| MSE | 0.0136 | 0.0017 |
| RMSE | 0.1167 | 0.0410 |
| L1 | 5283.5 | 1500.2 |
| RMSB | 0.0970 | 0.0346 |
| MXDV | 0.7750 | 0.4614 |
|
|
The results obtained from this simulation now allow us to evaluate and comment upon the suitability of each of the two methods examined for the analysis of astronomical image data. As is clearly manifested in the quantitative simulation results, the BLS-GSM algorithm demonstrated more accurate performance than did the Bishrink algorithm in every measure consistently over all pictures and noise levels. That does not, however, indicate that it would be the method of choice in all circumstances. While BLS-GSM outperformed the Bishrink algorithm in the denoising simulation, the measures calculated for the Bishrink algorithm indicate that it also produced a reasonably accurate image estimate. Also, the denoised images produced by the Bishrink simulation exhibit a lesser degree of qualitative smoothing of fine features like the craters of the moon and grass of the field. The smoothing observed with the BLS-GSM algorithm could make classification of fine, dim objects difficult as they are blended into the background. Thus, the success of the Bishrink algorithm in preserving fine signal details while computing an accurate image estimate is likely to outweigh overall accuracy in applications searching for small, faint objects such as extrasolar planets, while the overall accuracy of the BLS-GSM algorithm recommend it for coarse and bright featured images.