Conference PaperPDF Available

SSIM image quality metric for denoised images

Authors:
  • University of the Commonwealth Caribbean, Kingston, Jamaica

Abstract and Figures

The mean square error (MSE) and its related metrics such as peak signal to noise ratio (PSNR), root mean square error (RMSE), mean absolute error (MAE), and signal to noise ratio (SNR) have been the basis for mathematically defined image quality measurement for a long time. These methods are all based on the MSE. Denoisng quality has also been traditionally measured in terms of the MSE or its derivatives. But none of these metrics takes the structural fidelity of the image into account. Here, we investigate the structural changes that occur during the denoising process. In particular, we ascertain the structural fidelity of TV-denoised images.
Content may be subject to copyright.
SSIM Image Quality Metric for Denoised Images
PETER NDAJAH, HISAKAZU KIKUCHI, MASAHIRO YUKAWA,
HIDENORI WATANABE and SHOGO MURAMATSU
Department of Electrical and Electronics Engineering,
Niigata University,
JAPAN
email: ndajah@telecom0.eng.niigata-u.ac.jp
September 3, 2010
Abstract
The mean square error (MSE) and its related metrics such as peak
signal to noise ratio (PSNR), root mean square error (RMSE), mean
absolute error (MAE), and signal to noise ratio (SNR) have been the
basis for mathematically defined image quality measurement for a long
time. These methods are all based on the MSE. Denoisng quality has
also been traditionally measured in terms of the MSE or its derivatives.
But none of these metrics takes the structural fidelity of the image into
account. Here, we investigate the structural changes that occur during
the denoising process. In particular, we ascertain the structural fidelity
of TV-denoised images.
Keywords: SSIM, MSE, TV, PSNR, NOISE, DENOISE, METRIC
1MSE-based Im-
age Quality Mea-
sure
The MSE has been the basis for
image quality measure. Usu-
ally, one of the images (the orig-
inal) is assumed to contain no
distortions while the other im-
age is contaminated by noise or
some other kind of error. Sup-
pose x={xi|i=1,2, ..., N }and
y={yi|i=1,2, ..., N }where xi
and yiare the ith samples in x
and yand Nis the number of
signal samples. Then the MSE
between the signals is
MSE(x,y)= 1
N
N
i=1
(xiyi)2
ei=(xiyi) is referred to as error
signal. An image is a two dimen-
sional signal so the MSE is given
as
d(x,y)=N
i=1
|ei|2
Generally, in image processing,
the MSE is often used in the form
of the peak signal to noise ra-
tio(PSNR) measure
PSNR =10log
10
L2
MSE
1
ADVANCES in VISUALIZATION, IMAGING and SIMULATION
ISSN: 1792-6130
53
ISBN: 978-960-474-246-2
The PSNR is more useful than the
MSE only when images of differ-
ent dynamic ranges are being com-
pared otherwise it is equivalent to
the MSE [7].
2Drawbacks of
MSE-based Im-
age Quality Mea-
sure
In imaging, the true aim of any
denoising method is to improve
the visual quality and fidelity of a
noisy image but the MSE does not
take into account image depen-
dencies such as textures, order-
ings, patterns, etc. all of which af-
fect image perception quality. Im-
age pixel order transmit vital in-
formation about the structure of
a visual scene. Unfortunately the
MSE does not measure this. The
correlation between the error sig-
nal and the underlying image sig-
nificantly affects perceptual image
distortion but this is also ignored
by the MSE. The MSE does not
take into account the signs of the
error (since its square is used) sig-
nal added to an image. However,
the visual fidelity of the resulting
image has been proved to be dras-
tically different. Since all images
are treated equally in the formu-
lation of the MSE, image content-
dependent variations in image fi-
delity cannot be accouted for.
3 Structural Simi-
larity (SSIM)
The SSIM is a recently proposed
image fidelity measure which has
proved highly effective in mea-
suring the fidelity of signals. The
SSIM approach was originally mo-
tivated by the observation that
natural images have highly struc-
tured signals with strong neigh-
borhood dependencies. These de-
pendencies carry useful informa-
tion about the structures of the
objects in the visual scene.
The human visual system is highly
adapted to extract structural in-
formation from visual scenes. For
this reason, image fidelity mea-
surement should retain the signal
structure as an important content.
A distinction has to be made be-
tween non-structural distortions
such as variations in luminance,
contrast, Gamma distortions, and
spatial shift(these do not change
the structure of the image in any
way) and the structural distor-
tions such as additive Gaussian
noise, blur and lossy compres-
sion(e.g. JPEG). These distort
the structure of the image signifi-
cantly.
The human visual system is highly
sensitive to structural distortions
and easily compensates for non-
structural distortions. The main
function of the SSIM is to simu-
late this functionality.
Let x={xi|i=1,2, ..., N}and
y={yi|i=1,2, ..., N }be the
original and the test image signals
respectively. Then, the SSIM
Q=4σxy ¯x¯y
(σ2
x+σ2
y)[(¯x)2+(¯y)2](1)
The above equation can be
rewritten as
Q=σxy
σxσy
·x¯y
x)2+(¯y)2·2σxσy
σ2
x+σ2
y
(2)
The SSIM measures distor-
tionsasacombinationofthree
2
ADVANCES in VISUALIZATION, IMAGING and SIMULATION
ISSN: 1792-6130
54
ISBN: 978-960-474-246-2
factors: loss of correlation, lumi-
nance distortion and contrast dis-
tortion. The first component in
(2) is the correlation coefficient
between xand y.Itmeasures
the degree of correlation between
xand y. Its dynamic range is
[1,1] and the best value 1 is ob-
tained when yiis linear with re-
spect to xifor all i=1,2, ..., N i.e.
yi=axi+b. The second compo-
nent has a value range of [0,1]. It
measures the mean luminance be-
tween x. It equals 1 if and only if
¯xy. The third compnent meau-
res the similarity of the contrast
between xand y. Its range is also
[0,1], where the best value is 1.
This occurs only when σx=σy.
4 A Comparison of the MSE and the SSIM
Reference Image
MSE = 0, SSIM =1 Contrast Stretch
MSE = 255, SSIM = 0.9172 Negative Image
MSE = 255, SSIM = −0.1632
Gaussian White Noise
MSE = 255, SSIM = 0.5927 Lossy compression
MSE = 255, SSIM = 0.6947 Blurred Image
MSE = 255, SSIM = 0.7722
Figure 1: Images with different structural distortions but the same MSE
values
Figure 1 illustrates the shortcom-
ings of the MSE. In all the images
shown, the MSE = 255 even when
the visual structures are greatly
distorted. The SSIM on the other
hand seems to reflects the struc-
tural changes in the images more
faithfully. This is the advantage of
the SSIM over the MSE. The hu-
man visual system (HVS) is very
sensitive to structural changes,
therefore any metric that will be
well correlated to the HVS must
take into account the structural
dependencies of the signal samples
in order to provide effective pre-
3
ADVANCES in VISUALIZATION, IMAGING and SIMULATION
ISSN: 1792-6130
55
ISBN: 978-960-474-246-2
Reference Image: MSE = 255, SSIM = 1
(a) Denoised Image: λ = 60,τ = 0.01,
MSE = 255, SSIM = 0.653430
(b)
Denoised Image: λ = 12, τ = 0.01,
MSE = 255, SSIM = 0.892388
(c)
Denoised Image: λ = 2, τ = 0.01,
MSE = 255, SSIM = 0.748494
(d)
Denoised Image: λ = 1, τ = 0.01,
MSE = 255, SSIM = 0.712412
(e)
Denoised Image: λ = 0.5, τ = 0.01,
MSE = 255, SSIM = 0.685501
(f)
Figure 2: Denoised images showing values MSE values and SSIM index
values
dictions of image quality. As of-
ten happens during denoising of
images, structural changes such
as blurring can happen. Most
denoising algorithms do not ac-
tually ’remove’ the noise. It is
more a process of noise minimiza-
tion rather than removal. The
amount of noise still left in the im-
age sample after the denoising op-
eration depends on the amount of
noise originally in the image be-
fore the denoising operation. But
the MSE-based metrics may not
be able to capture this reality be-
cause they are not designed to to
measure the structural distortions
that may occur.
5 Denoised Image
Structural Fi-
delity
So why use the SSIM index to
measure the quality of denoised
images? Because the MSE-based
metrics do not tell the whole story.
The ultimate objective of denois-
ing is to produce an image that
is judged to be a good representa-
tion of the reference image (known
or unknown). The HVS is the ul-
timate judge of what a good qual-
ity image is. This means that the
structural fidelity of the denoised
image is of utmost importance be-
cause the HVS uses the structural
fidelity to measure the quality of
an image. The MSE-based met-
rics fail to measure the structural
improvement or degradation in an
image after denoising. This is be-
4
ADVANCES in VISUALIZATION, IMAGING and SIMULATION
ISSN: 1792-6130
56
ISBN: 978-960-474-246-2
cause in the MSE-based metrics,
the signal samples are considered
to be independent of each other.
As we can see in Figure 2, the de-
noised images have different SSIM
values (as judged by the HVS) but
they have practically the same
MSE values.
The total variation denoising al-
gorithm was used to denoise the
images because of its effectiveness
and also because it has tunable
parameters λand τthat control
the effectiveness of the denoising
process. We have varied the val-
ues of λand kept τconstant in the
experiments.
6Conclusion
We used the lena image as the test
image in our experiments. As Fig-
ure 2 shows, the changes in struc-
tural similarity indices of the im-
ages correlate somewhat with hu-
man visual system. For example,
when λ2, ((d)-(f)), the algo-
rithm causes blurring in the im-
ages. The SSIM index reflects this
fact as the SSIM values become
progressively smaller with reduc-
ing visual quality of the images,
However, the MSE remained the
same throughout our experiments.
for this reason, it may be use-
ful to use the SSIM as an alter-
native metric of denoised image
quality since it is a good measure
of the structural degradation or
improvement in a denoised image.
References
[1] Z. Wang, L. Lu and A.C.
Bovik. Video Quality Assess-
ment based on Structural Dis-
tortion Analysis. IEEE Inter-
national Conference on Image
Processing, Genoa, Italy, Sept.
11-14, 2005.
[2] Z. Wang, A.C. Bovik and
E.P. Simoncelli. Structural
Approaches to Image Quality
Assessment in Handbook of
Image and Video Processing
(Al Bovik, ed.), 2nd Edition,
Academic Press, 2005.
[3] Z. Wang, A.C. Bovik and L.
Lu. Why is Image Quality
Assessment Difficult? IEEE
International Conference on
Acoustics, Speech and Signal
Processing, May, 2002
[4] Z. Wang and A.C. Bovik. A
Universal Image Quality In-
dex. IEEE Signal Processing
Letters, vol. 9. no.3, pp. 81-84,
March 2002
[5] Z. Wang, A.C. Bovik, H.R.
Sheikh and E. P. Simon-
celli. Image Quality Assess-
ment: From error Visibility
to Structural Similarity. IEEE
Transactions on Image Pro-
cessing, vol. 13, no. 4, pp. 600-
612, 2004
[6] Zhou Wang and Alan C.
Bovik. Mean Squared Error:
Love it ot Leave it? IEEE Sig-
nal Processing Magazine, Jan-
uary 2009.
[7] Zhou Wang and Alan C.
Bovik. A Universal Image
Quality Index. IEEE Signal
Processing Letters, vol. 9 no.
3, pp. 81-84, 2002.
5
ADVANCES in VISUALIZATION, IMAGING and SIMULATION
ISSN: 1792-6130
57
ISBN: 978-960-474-246-2
... Considering the process of synthesizing information in digital image, the goal of any inpainting or noise removal technique is to improve the fidelity and visual quality of a distorted image. Although the MSE quantifies the distortion between the reference image and the processed image, it does not consider certain relevant features of the target image such as texture and inherent patterns (Ndajah et al., 2010). ...
... The SSIM metric belongs to the FR group of methods and provides the normalized mean value of structural similarity between the distorted and the reference images (Sara, Akter, and Uddin, 2019). SSIM measures distortions by combining three factors: loss of correlation, luminance distortion, and contrast distortion (Ndajah et al., 2010). where µ: mean σ: standard deviation x: original imag y: target image σxy: covariance of x and y C1 and C2: constants that prevent numerical instability SSIM is an evaluation metric that predicts the quality of images when there is a need to measure the structural similarity between the input and reference images. ...
Article
Full-text available
Remote Sensing (RS) images have been used in several applications of interest for society. Despite the precision and robustness derived from RS images, several aerial scenes exhibit imperfections and fall short of attaining ideal quality standards, as some of them present distortions such as noise, blur, and stripes. An alternative approach to deal with such distortions is by applying Inpainting techniques, however, under certain circumstances, this type of approach requires to be evaluated by quantitative metrics to assess the final quality of the reconstruction. Therefore, this paper focus on the issue of quantitatively evaluating inpainting results in the context of RS by analysing and comparing new evaluation metrics in contrast to the classical ones from the general literature of RS. More precisely, two inpainting techniques are applied for object removal and reconstruction of partially detected curvilinear cartographic features in RS images. Next, the obtained results are evaluated by taking six evaluation metrics to assess the agreement level between the metrics, as well as between qualitative evaluations conducted by human agents. Based on the evaluation of these metrics when applied to RS images, it can be concluded that the DISTS and VSI metrics are the most promising candidates for adaptation and application within the specific context of RS.
... SSIM: SSIM compares perceptual variations between two images, such as contrast, brightness, and structural modifications. A higher SSIM score indicates better image quality [36]. The SSIM formula is somewhat complicated, taking into account numerous statistical properties of the images. ...
Preprint
Full-text available
Image processing is essential in a wide range of applications, like medical imaging and remote sensing, where precise visual scene interpretation is critical. However, noise is typically introduced during the process of creating, editing, transmitting, and storing color images, diminishing their visual quality and the efficacy of later image processing operations. Digital image processing relies heavily on noise reduction, also known as denoising, which seeks to get rid of unwanted noise without altering the quality of the image's essential details. In this research, we show how to use a hardware/software codesign strategy to efficiently construct the Adaptive Vector Directional Distance Filter (AVDDF) on a Field-Programmable Gate Array (FPGA). To streamline the development process, we use a high-level synthesis (HLS) pipeline with the Xilinx Vivado HLS tool. The software module is written in C/C++ and runs on a high-performance Reduced Instruction Set Computer (RISC). Comparisons are done with well-established denoising techniques like the Vector Directional Distance Filter (VDDF) and the Vector Directional Filter (VDF) to evaluate the effectiveness of the AVDDF technique. For performance comparisons, evaluation criteria such as the Structural Similarity Index (SSIM), Peak Signal-to-Noise Ratio (PSNR), and Mean Squared Error (MSE) are used. In addition, the performance of the FPGA is measured in terms of its Look-Up Tables (LUTs), Flip-Flops (FFs), BRAM_18K (Block RAMs), and DSP48E (Digital Signal Processing Blocks) using Verilog. The area, power, and delay performance of the suggested ASIC implementation is evaluated as well. The findings of this study prove that the AVDDF denoising method is effective in enhancing image quality while keeping crucial image properties unchanged.
... SSIM is used as a measure to compare the similarity between WLI Images and NBI images [42]. SSIM metric has gained significant popularity in the field of digital image analysis due to its ease of use, widespread application, and established validity through rigorous testing [43,44]. SSIM values usually range between 0 and 100%, and SSIM values of more than 90% are considered better results [45]. ...
Article
Full-text available
Simple Summary Video capsule endoscopy (VCE) is a small, patient-friendly tool used for medical imaging, but it lacks narrow band imaging (NBI), which is crucial for detecting various cancers like esophageal cancer (EC). EC is hard to detect early since it often shows no symptoms, leading to a low 5-year survival rate. NBI enhances mucosal features for early cancer identification, but adding it to VCE isn’t feasible due to size constraints. This study successfully developed a method to convert traditional white light images (WLI) from VCE into NBI-like images for esophageal examination. The method performed well, with high similarity scores and improved image quality, offering a promising solution for better cancer detection. Abstract Video capsule endoscopy (VCE) is increasingly used to decrease discomfort among patients owing to its small size. However, VCE has a major drawback of not having narrow band imaging (NBI) functionality. The current VCE has the traditional white light imaging (WLI) only, which has poor performance in the computer-aided detection (CAD) of different types of cancer compared to NBI. Specific cancers, such as esophageal cancer (EC), do not exhibit any early biomarkers, making their early detection difficult. In most cases, the symptoms are unnoticeable, and EC is diagnosed only in later stages, making its 5-year survival rate below 20% on average. NBI filters provide particular wavelengths that increase the contrast and enhance certain features of the mucosa, thereby enabling early identification of EC. However, VCE does not have a slot for NBI functionality because its size cannot be increased. Hence, NBI image conversion from WLI can presently only be achieved in post-processing. In this study, a complete arithmetic assessment of the decorrelated color space was conducted to generate NBI images from WLI images for VCE of the esophagus. Three parameters, structural similarity index metric (SSIM), entropy, and peak-signal-to-noise ratio (PSNR), were used to assess the simulated NBI images. Results show the good performance of the NBI image reproduction method with SSIM, entropy difference, and PSNR values of 93.215%, 4.360, and 28.064 dB, respectively.
... SSIM is used as a measure to compare the similarity between WLI Images and NBI images [34]. SSIM metric has gained significant popularity in the field of digital image analysis due to its ease of use, widespread application, and established validity through rigorous testing [35,36]. SSIM values usually ranges between 0 and 100%, and SSIM values of more than 90% are considered as be er results [37]. ...
Preprint
Full-text available
Video capsule endoscopy (VCE) is increasingly used to decrease the discomfort among patients owing to its small size. However, VCE has a major drawback of not having narrow band imaging (NBI) functionality. The current VCE has the traditional white light imaging (WLI) only, which has poor performance in the computer-aided detection (CAD) of different types of cancer compared with NBI. Specific cancers, such as esophageal cancer (EC), do not exhibit any early biomarkers, making their early detection difficult. In most cases, the symptoms are unnoticeable, and EC is diagnosed only in later stages, making its 5-year survival rate below 20% on an average. NBI filters provide particular wavelengths that increase the contrast and enhance certain features of the mucosa, thereby enabling early identification of EC. However, VCE does not have a slot for NBI functionality because its size cannot be increased. Hence, NBI image conversion from WLI can be achieved only in post-processing at present. In this study, a complete arithmetic assessment of the decorrelated color space was conducted to generate NBI images from WLI images for VCE of the esophagus. Three parameters, namely, structural similarity index metric (SSIM), entropy, and peak-signal-to-noise ratio (PSNR), were used to asses the simulated NBI images. Results show the good performance of the NBI image reproduction method, with SSIM, entropy difference, and PSNR values of 93.215%, 4.360, and 28.064 dB, respectively.
... We manually checked a small batch of images to check their visual quality. As shown in the examples in Figure 3 and Figure 4, VAEgenerated images tend to be blurry, which corresponds well to the fact that SSIM and PSNR are known to be unable to measure the blurring of images (Ndajah et al., 2010;Wang et al., 2004). Therefore, we conclude that diffusion models are better in terms of visual quality. ...
Preprint
Invisible watermarks safeguard images' copyrights by embedding hidden messages detectable by owners. It also prevents people from misusing images, especially those generated by AI models. Malicious adversaries can violate these rights by removing the watermarks. In order to remove watermarks without damaging the visual quality, the adversary needs to erase them while retaining the essential information in the image. This is analogous to the encoding and decoding process of generative autoencoders, especially variational autoencoders (VAEs) and diffusion models. We propose a framework using generative autoencoders to remove invisible watermarks and test it using VAEs and diffusions. Our results reveal that, even without specific training, off-the-shelf Stable Diffusion effectively removes most watermarks, surpassing all current attackers. The result underscores the vulnerabilities in existing watermarking schemes and calls for more robust methods for copyright protection.
Article
The high resolution of the image is very important for applications. Publicly available satellite images generally have low resolutions. Since low resolution causes loss of information, the desired performance cannot be achieved depending on the type of problem studied in the field of remote sensing. In such a case, super resolution algorithms are used to render low resolution images high resolution. Super resolution algorithms are used to obtain high resolution images from low resolution images. In studies with satellite images, the use of images enhanced with super resolution is important. Since the resolution of satellite images is low, the success rate in the classification process is low. In this study, super resolution method is proposed to increase the classification performance of satellite images. The attributes of satellite images were extracted using AlexNet, ResNet50, Vgg19 from deep learning architecture. Then the extracted features were then classified into 6 classes by giving input to AlexNet-Softmax, ResNet50-Softmax, Vgg19-Softmax, Support Vector Machine, K-Nearest Neighbor, decision trees and Naive Bayes classification algorithms. Without super resolution and with super resolution feature extraction and classification processes were performed separately. Classification results without super resolution and with super resolution were compared. Improvement in classification performance was observed using super resolution.
Article
Full-text available
Objective methods for assessing perceptual image quality traditionally attempted to quantify the visibility of errors (differences) between a distorted image and a reference image using a variety of known properties of the human visual system. Under the assumption that human visual perception is highly adapted for extracting structural information from a scene, we introduce an alternative complementary framework for quality assessment based on the degradation of structural information. As a specific example of this concept, we develop a structural similarity index and demonstrate its promise through a set of intuitive examples, as well as comparison to both subjective ratings and state-of-the-art objective methods on a database of images compressed with JPEG and JPEG2000. A MATLAB implementation of the proposed algorithm is available online at http://www.cns.nyu.edu/∼lcv/ssim/.
Chapter
This chapter introduces the basic ideas and algorithms of structural approaches for image quality assessment. It describes the concepts, the structural similarity (SSIM) index algorithm, and the image synthesis-based performance evaluation algorithm in the image space. It demonstrates the fact that image distortions along different directions in the image space have different perceptual meanings. The structural approaches attempt to separate the directions associated with structural distortions from those with nonstructural distortions. This separation gives a new coordinate system in the image space. The new coordinate system is not fixed as in traditional image decomposition frameworks but has adapted to the underlying image structures.
Article
Objective methods for assessing perceptual image quality traditionally attempted to quantify the visibility of errors (differences) between a distorted image and a reference image using a variety of known properties of the human visual system. Under the assumption that human visual perception is highly adapted for extracting structural information from a scene, we introduce an alternative complementary framework for quality assessment based on the degradation of structural information. As a specific example of this concept, we develop a Structural Similarity Index and demonstrate its promise through a set of intuitive examples, as well as comparison to both subjective ratings and state-of-the-art objective methods on a database of images compressed with JPEG and JPEG2000.
Article
Objective image and video quality measures play important roles in a variety of image and video processing applications, such as compression, communication, printing, analysis, registration, restoration, enhancement and watermarking. Most proposed quality assessment approaches in the literature are error sensitivity-based methods. In this paper, we follow a new philosophy in designing image and video quality metrics, which uses structural distortion as an estimate of perceived visual distortion. A computationally efficient approach is developed for full-reference (FR) video quality assessment. The algorithm is tested on the video quality experts group Phase I FR-TV test data set.
Conference Paper
Objective image/video quality measures play important roles in various image/video processing applications, such as compression, communication, printing, analysis, registration, restoration and enhancement. Most proposed quality assessment approaches in the literature are error sensitivity-based methods. We follow a new philosophy in designing image/video quality metrics, which uses structural distortion as an estimation of perceived visual distortion. We develop a new approach for video quality assessment. Experiments on the video quality experts group (VQEG) test data set shows that the new quality measure has higher correlation with subjective quality measurement than the proposed methods in VQEG's Phase I tests for full-reference video quality assessment.
Article
We propose a new universal objective image quality index, which is easy to calculate and applicable to various image processing applications. Instead of using traditional error summation methods, the proposed index is designed by modeling any image distortion as a combination of three factors: loss of correlation, luminance distortion, and contrast distortion. Although the new index is mathematically defined and no human visual system model is explicitly employed, our experiments on various image distortion types indicate that it performs significantly better than the widely used distortion metric mean squared error. Demonstrative images and an efficient MATLAB implementation of the algorithm are available online at http://anchovy.ece.utexas.edu//spl sim/zwang/research/quality_index/demo.html.
Article
Image quality assessment plays an important role in various image processing applications. A great deal of effort has been made in recent years to develop objective image quality metrics that correlate with perceived quality measurement. Unfortunately, only limited success has been achieved. In this paper, we provide some insights on why image quality assessment is so difficult by pointing out the weaknesses of the error sensitivity based framework, which has been used by most image quality assessment approaches in the literature. Furthermore, we propose a new philosophy in designing image quality metrics: The main function of the human eyes is to extract structural information from the viewing field, and the human visual system is highly adapted for this purpose. Therefore, a measurement of structural distortion should be a good approximation of perceived image distortion. Based on the new philosophy, we implemented a simple but effective image quality indexing algorithm, which is very promising as shown by our current results. 1.
Mean Squared Error: Love it ot Leave it? IEEE Signal Processing Magazine
  • Zhou Wang
  • Alan C Bovik
Zhou Wang and Alan C. Bovik. Mean Squared Error: Love it ot Leave it? IEEE Signal Processing Magazine, January 2009.