Open Access
7 December 2016 Improved structural similarity metric for the visible quality measurement of images
Daeho Lee, Sungsoo Lim
Author Affiliations +
Abstract
The visible quality assessment of images is important to evaluate the performance of image processing methods such as image correction, compressing, and enhancement. The structural similarity is widely used to determine the visible quality; however, existing structural similarity metrics cannot correctly assess the perceived human visibility of images that have been slightly geometrically transformed or images that have undergone significant regional distortion. We propose an improved structural similarity metric that is more close to human visible evaluation. Compared with the existing metrics, the proposed method can more correctly evaluate the similarity between an original image and various distorted images.

1.

Introduction

It is crucial to assess objectively image qualities for image processing applications because the assessments can compare with results of other methods to evaluate the performance. For measuring the performance of image correction, compressing and enhancing methods, such as denoising, JPEG compression, super-resolution, and frame rate upconversion,17 and almost all objective evaluation metrics do not completely agree with the perceived subjective visibility of humans, while subjective evaluation is usually too inconvenient, time-consuming, and expensive.8

The simplest and most widely used metrics are mean squared error (MSE) and peak signal-to-noise ratio (PSNR); MSE is computed by averaging the squared differences of two signals, and PSNR is the ratio between the maximum value (Max) of a signal and the MSE as follows:

Eq. (1)

MSE=1Mi=1M(xiyi)2,

Eq. (2)

PSNR=10log10(Max2MSE),
where xi and yi are the element of two signals, and M is the number of elements, e.g., the elements in image signals indicate pixels and the number of pixels should be equal to M. However, the MSE and PSNR are not very well matched to perceived visible quality.913 A lot of image quality assessment methods based on error sensitivity have been proposed,1419 and they use the human visual system (HVS), contrast sensitivity function, discrete cosine transform, wavelet transform, and so forth. However, the similarity errors assessed by them may quite differ with the loss of qualities, so some distortions may be clearly visible but these errors are not clearly observed in them.8

Recently, structural similarity (SSIM) has typically been used to determine visible quality.8,20 This is a full reference image quality assessment method and it indicates how much an image is similar to the original image. It has three main components, which are structure, illuminance, and contrast. However, the components, especially structure component, are highly sensitive to translation, scaling, and rotation of an image. This means that although when images are translated and rotated as little as an unrecognizable amount, the SSIM is sensitively decreased.21 Moreover, it may overestimate images that have undergone regional distortions such as JPEG compression.

In this paper, we aim at developing an improved structural similarity metric to outperform the typical SSIM, which can be used to overcome potential drawbacks. The proposed metric uses an improved structure comparison, and additionally uses a sharpness comparison.

2.

SSIM and Its Drawbacks

Since humans usually use contrast, color, and frequency changes in their image quality measures,22 the SSIM uses the luminance, contrast, and structure comparison shown in Fig. 1.8,22 The SSIM of two images x and y is defined by the combination f() of three components as follows:8

Eq. (3)

SSIM(x,y)=f[l(x,y),c(x,y),s(x,y)],
where l, c, and s are the luminance, contrast, and structure comparison functions, respectively, defined by

Eq. (4)

l(x,y)=2μxμy+C1μx2+μy2+C1,

Eq. (5)

c(x,y)=2σxσy+C2σx2+σy2+C2,

Eq. (6)

s(x,y)=σxy+C3σxσy+C3,
where μx and σx denote the mean and the standard deviation of x; μy and σy denote the mean and the standard deviation of y; σxy denotes the covariance between x and y; and C1, C2, and C3 are constants used to avoid instability when the denominators are very close to zero. The values of l, c, and s are in [0, 1] and they indicate higher similarities for each comparison function when the values are close to 1. The local statistics are calculated within the local window having circular symmetric Gaussian weights, which are w={wi|i=1,2,,N} and i=1Nwi=1 as follows:

Eq. (7)

μx=i=1Nwixi,

Eq. (8)

σx=[i=1Nwi(xiμx)2]1/2,

Eq. (9)

σxy=i=1Nwi(xiμx)(yiμy),
where i is an index of the pixels in the Gaussian window and N is the total pixel number of the Gaussian window.

Fig. 1

Diagram of the SSIM measurement system.

JEI_25_6_063015_f001.png

The combination of all comparisons between two images x and y is

Eq. (10)

SSIM(x,y)=[l(x,y)]α·[c(x,y)]β·[s(x,y)]γ,
where α>0, β>0, and γ>0 are parameters used to adjust the relative importance. In order to simplify the expression and equalize the relative importance of the three components, they are generally set α=β=γ=1 and C3=C2/2, so we also set the parameters in the same manner.8,21 The results in a specific form of the SSIM index as follows:

Eq. (11)

SSIM(x,y)=(2μxμy+C1)(2σxy+C2)(μx2+μy2+C1)(σx2+σy2+C2).
To measure a single overall quality measure of the entire image, a mean SSIM (MSSIM) index is used as follows:

Eq. (12)

MSSIM(X,Y)=1Mi=1MSSIM(xi,yi),
where X and Y are the original and the distorted images, respectively, and M is the number of pixels of images as used in Eq. (1).8 MSSIM can be interpreted as a mean value of the SSIM index map.23 Because SSIM values have the range of [0, 1], MSSIM also has the same range.

The SSIM and MSSIM can be used to measure the similarity of two images. However, they have some drawbacks as shown in Fig. 2 and Table 2. First, images filtered by a low pass filter, such as a mean filter (MF), a median filter (MedF), and JPEG compression, are evaluated as having high similarity scores. Second, images that have been slightly distorted by some geometric transformations, such as spatial translation (ST) and rotation (RT), are evaluated as having low similarity scores.

Fig. 2

Comparison of image similarity.

JEI_25_6_063015_f002.png

3.

New Structural Similarity

The main component of the SSIM that causes drawbacks is the structure comparison defined by Eq. (6). When we use Eq. (3) by only combining Eqs. (4) and (5), images that are slightly geometrically transformed do not have low similarities as shown in Fig. 3 and Table 1, where l¯(x,y), c(x,y), and s(x,y) are the mean of l(x,y) in Eq. (4), c(x,y) in Eq. (5), and s(x,y) in Eq. (6). In Table 1, s(x,y) of the ST image is very low, while s(x,y) of the JPEG image is higher than that of the ST image. This example shows that the limitation of SSIM is sensitive to ST, scaling, and RT.

Fig. 3

Comparison of the original, ST, and JPEG compression image.

JEI_25_6_063015_f003.png

Table 1

Comparison of MSSIM and its components with MSSIM-S and its components about Fig. 3.

ImagesMSSIMl‾(x,y)c‾(x,y)s‾(x,y)MSSIM-SMean of s˜(x,y)h‾(x,y)
ST0.5000.9650.8980.5280.6600.8190.825
JPEG0.7060.9950.9170.7710.6400.8220.822

To reduce the weak effect of s(x,y), we define the structure comparison in a new way as follows:

Eq. (13)

s˜(x,y)=(2σxσy+C2)(2σx+σy++C2)(σx2+σy2+C2)(σx+2+σy+2+C2),
where σx and σx+ denote the standard deviations for elements of x smaller than and larger than μx, respectively, and σy and σy+ denote the same for y. In Ref. 8, structural information in an image is defined as those attributes that represent the structure of objects in the scene, independent of the average luminance and contrast, and structure comparison is conducted after luminance subtraction and variance normalization. So s(x,y) is defined by the correlation between standard scores (z-score),24 (xμx)/σx and (yμy)/σy. However, we define s˜(x,y) as the correlation between standard deviations for pixels having positive/negative standard scores because σx and σx+ can represent the structure of objects by dividing as locally brighter and darker regions. As shown in Fig. 3 and Table 1, the weak effect of s(x,y) is relatively decreased compared to the original SSIM; however, the similarity of the ST image is lower than that of the JPEG image. That is to say, the SSIM still overestimates blurred images, when s˜ is used as the structure comparison. Therefore, we add a new component, the sharpness comparison h(x,y), which is the correlation between the normalized digital Laplacian, defined as

Eq. (14)

h(x,y)=2|2x||2y|+C2|2x|2+|2y|2+C2,
where 2x and 2y denote the normalized digital Laplacian given by

Eq. (15)

2x=xμx.

The new similarity components s(x,y) and h(x,y) are satisfied with the properties for measurement metrics as follows:

  • 1. Symmetry: S(x,y)=S(y,x);

  • 2. Boundedness: S(x,y)1;

  • 3. Unique maximum: S(x,y)=1, if and only if x=y.

As shown in Fig. 4, the mean of h(x,y) of the ST image is higher than that of the JPEG image. Finally, the improved SSIM which includes the sharpness comparison (ISSIM-S) can be defined as

Eq. (16)

ISSIM-S=l(x,y)·c(x,y)·s˜(x,y)·h(x,y),
and the proposed ISSIM-S measurement system can be configured (Fig. 4).

Fig. 4

Diagram of the proposed ISSIM-S measurement system.

JEI_25_6_063015_f004.png

To measure a single overall quality measure of the entire image, a mean ISSIM-s (MISSIM-S) index may be used as follows:

Eq. (17)

MISSIM-S(X,Y)=1Mi=1MISSIM-S(xi,yi).
The values of ISSIM-S and MISSIM-S are also in [0, 1] and these values indicate higher similarities when they are close to 1.

4.

Experimental Results

To evaluate the proposed similarity metric, which compares the PSNR and the SSIM, we tested some distorted images as shown in Fig. 2. In this test, we used an 11×11 circular-symmetric Gaussian weight function, with a standard deviation of 1.5; normalized the unit sum equals to 1. The constants were selected to be C1=(0.01·255)2, C2=(0.03·255)2, and C3=C2/2 as was done in Ref. 8. These values seem somewhat arbitrary, but Wang et al. found that in their experiments, the performance of the SSIM index algorithm is fairly insensitive to variations of these values.

The local variance similarity between the original and the histogram-equalized images is quite different because histogram equalization (HE) is a nonlinear intensity transform. However, the SSIM is evaluated to have a high similarity score, while our new metric is evaluated as having a lower similarity than the SSIM. The ISSIM-Ss of the images, filtered by low pass filters, such as MF, MedF, and JPEG compression, are also evaluated to have lower similarities than the SSIM. In addition, the ISSIM-Ss of images that have been slightly geometrically transformed by ST and RT are higher than SSIMs. The results of the mean luminance shifting (MLS) and impulsive noise (IN) images show that the SSIMs and the ISSIM-Ss are evaluated with the same image but the result values are different.

To compare the different index maps of the SSIM and the ISSIM-S, the results of HE, MedF, JPEG, and MF are shown in Fig. 5. The pixel values of the index map are normalized SSIM or ISSIM-S values. The index maps have different results, and the index maps of the ISSIM-S are darker than those of the SSIM because the MISSIM-Ss are lower than the MSSIMs. While the index maps of the ISSIM-S for IN, ST, and RT are brighter than those of the SSIM, because the similarities of the ISSIM-S are increased than those of the SSIM as shown in Fig. 6. The index maps of MLS are very similar as shown in Fig. 7.

Fig. 5

Comparison of image similarity (from left to right: the evaluating images of Fig. 2, index maps of the SSIM, and index maps of the ISSIM-S).

JEI_25_6_063015_f005.png

Fig. 6

Comparison of image similarity (from left to right: the evaluating images, index maps of the SSIM, and index maps of the ISSIM-S).

JEI_25_6_063015_f006.png

Fig. 7

Comparison of image similarity (from left to right: the evaluating images, index maps of the SSIM, and index maps of the ISSIM-S).

JEI_25_6_063015_f007.png

To compare the mean opinion scores (MOSs), the rank of PSNR, mean of the SSIM, mean of the ISSIM-S, and MOS are shown in Table 2. To measure MOSs, we showed subjects the result images of each processing with the original image, and received their opinion scores, which have ranges of 1 (not similar) to 5 (very similar). Each comparison was implemented one-on-one with the original image and we randomized the order of the distorted images we showed to minimize order effects. The number of test subjects was 17 and none of them had any problems with their eyes. The experiments were implemented under the regulated illumination conditions and display conditions.

Table 2

Comparison of the PSNR, mean of the SSIM, mean of the ISSIM-S, and MOS rank of “Lena” image (the rank for each metric is shown in parentheses).

ImagesPSNRMean of the SSIMMean of the ISSIM-SMOSMOS rank
HE16.781 (6)0.908 (1)0.766 (5)3.1824
MLS15.879 (8)0.901 (2)0.901 (1)3.2733
MedF25.757 (3)0.785 (5)0.693 (6)1.6366
IN16.098 (7)0.297 (8)0.313 (8)1.5457
JPEG27.293 (1)0.805 (4)0.773 (4)2.8185
MF23.888 (4)0.711 (7)0.623 (7)1.2738
ST25.912 (2)0.832 (3)0.871 (2)5.0001
RT23.474 (5)0.759 (6)0.832 (3)4.9092
ρ0.0480.5950.881

The scores themselves are subjective and not convincing but they can have meaning in relative comparison. Therefore, we used MOS ranks instead of MOS itself. The rank correlations by the MOS rank are also shown, where the rank correlation is computed by Spearman’s rank correlation coefficient (ρ)25 which is defined as follows:

Eq. (18)

ρ=16di2n(n21),
where di denotes the difference of the i’th rank and n denotes the ranking size. The rank correlation of the mean of the ISSIM-S is closer to 1 than the others.

We compared PSNR, SSIM, ISSIM-S, and MOS with another image shown in Fig. 8 and the results are shown in Table 3. The types of distortion are exactly the same as those of Table 2, but the only difference is the filter size. The resolution of test images in Table 2 is 256×256 and the filter size is 11×11; however, the resolution of test images in Fig. 8 is 128×128 so we set the filter size as 5×5.

Fig. 8

Comparison of “Einstein” image similarity (from left to right: the evaluating images, index maps of the SSIM, and index maps of the ISSIM-S).

JEI_25_6_063015_f008.png

Table 3

Comparison of the PSNR, mean of the SSIM, mean of the ISSIM-S, and MOS rank of “Einstein” image (the rank for each metric is shown in parentheses).

ImagesPSNRMean of the SSIMMean of the ISSIM-SMOSMOS rank
HE23.278 (3)0.924 (2)0.795 (2)3.5834
MLS23.028 (6)0.986 (1)0.986 (1)4.4172
MedF29.536 (1)0.827 (3)0.746 (4)2.3337
IN23.174 (5)0.781 (5)0.787 (3)2.9175
JPEG23.237 (4)0.557 (6)0.447 (8)1.0008
MF27.286 (2)0.790 (4)0.654 (7)2.4176
ST18.729 (8)0.393 (8)0.680 (6)4.8331
RT20.517 (7)0.555 (7)0.704 (5)4.3333
ρ0.6430.1190.429

To evaluate the performance with different distortion levels, we tested a few more images: blurred images with different sizes of MF, images that have undergone various loss via JPEG compression, and images differently translated by ST (shown in Fig. 9 and Table 4). As the distortion level increases, PSNR, MSSIM, and mean ISSIM-S decrease, no matter the processing type. However, in ST, PSNR and MSSIM have the lowest values when it is translated only 3 pixels according to y axis, while mean ISSIM-S does not. ISSIM-S is also affected by translation but it is less sensitive than PSNR and SSIM methods.

Fig. 9

Comparison of image similarity for different distortion levels (the numerics in parentheses indicate filter sizes of MF, quality factors of JPEG compression, and pixel amounts of ST).

JEI_25_6_063015_f009.png

Table 4

Comparison of the PSNR, mean of the SSIM, and mean of the ISSIM-S for different distortion levels.

ImagesPSNRMean of the SSIMMean of the ISSIM-S
MF (3×3)29.2800.8960.822
MF (5×5)25.7250.7920.697
MF (7×7)23.8880.7110.623
JPEG (20)29.9360.8710.844
JPEG (10)27.7010.8060.772
JPEG (5)25.1090.7060.640
ST (1)25.9120.8320.871
ST (2)21.8810.6900.806
ST (3)20.0600.6070.754

We conducted two additional experiments. First, comparison of ST, MF, and JPEG compression for various scene contents are shown Fig. 10 and Table 5. The resolutions of the tested images in this experiment are 256×256. The PSNR and the mean of SSIM values for each image are scored according to this order, ST<MF<JPEG. However, the mean of ISSIM-S shows another pattern, which is MF<JPEG<ST. The order of ISSIM-S is more reasonable than PSNR or SSIM. This result shows that the proposed image quality assessment method does not overestimate blurred images and it is much less sensitive to geometric transformations, which were one of the identified drawbacks of SSIM. Second, as shown in Fig. 11 and Table 6, we compared the PSNR, the mean of SSIM, and the mean of ISSIM-S for various combinations of degradations. The drawback of SSIM is that it is too sensitive to geometric translation and can be found when the degradations are combined. This result shows that MSSIM overvalues HE+IN while MISSIM-S evaluates moderately. It means that MISSIM-S is much closer to HVS because MISSIM-S is less sensitive to a small amount of geometric translation just as HVS is.

Fig. 10

Comparison of image similarity for various scene contents.

JEI_25_6_063015_f010.png

Table 5

Comparison of the PSNR, mean of the SSIM, and mean of the ISSIM-S for different scene contents.

ImagesPSNRMean of the SSIMMean of the ISSIM-S
Goldhill (ST)21.8650.4890.756
Goldhill (MF)24.1910.5350.388
Goldhill (JPEG)26.3970.7010.694
Boat (ST)19.5500.4230.740
Boat (MF)22.0720.5130.383
Boat (JPEG)25.0620.7040.681
Airplane (ST)20.1410.6640.801
Airplane (MF)21.9620.6750.573
Airplane (JPEG)26.3560.8050.751
House (ST)24.7550.6760.839
House (MF)26.3620.7660.636
House (JPEG)30.5570.8250.759

Fig. 11

Comparison of image similarity for various combinations of degradations.

JEI_25_6_063015_f011.png

Table 6

Comparison of the PSNR, mean of the SSIM, and mean of the ISSIM-S for various combinations of degradations.

ImagesPSNRMean of the SSIMMean of the ISSIM-S
Goldhill (HE + IN)11.5810.4090.235
Goldhill (ST + HE)11.1510.3250.253
Goldhill (IN + ST)17.6590.3900.490
Boat (HE + IN)15.9820.5380.306
Boat (ST + HE)14.3000.2500.329
Boat (IN + ST)17.6390.2760.535
Airplane (HE + IN)16.4130.6040.389
Airplane (ST + HE)15.5500.3720.447
Airplane (IN + ST)18.9050.3220.555
House (HE + IN)16.3780.3940.185
House (ST + HE)16.3630.2750.239
House (IN + ST)20.1250.3650.439

In addition, we tested the variations of MSSIM and MISSIM-S in terms of the size of the Gaussian window as shown in Fig. 12, where the 11×11 window size is large enough because the variations are very small when the window size is larger than 11.

Fig. 12

Variations of MSSIM and MISSIM-S in terms of the size of the Gaussian window.

JEI_25_6_063015_f012.png

5.

Conclusion

In this paper, we have proposed an improved structural similarity metric using structure and sharpness comparison functions to overcome the drawbacks of the SSIM metric. The structure comparison used segmented standard deviations by the mean, and sharpness comparison used the normalized digital Laplacian. The proposed metric can evaluate geometric transformed images with high similarities and cannot overestimate blurred images such as JPEG compression. The experimental results indicate that our similarity metric is superior to existing methods in respect to the perceived visibility of humans. Therefore, our method can be used to evaluate the performance of various methods such as image enhancement, frame rate upconversion, image compression, super-resolution, and image restoration.

Acknowledgments

This research was partly supported by the Basic Science Research Program through the National Research Foundation of Korea (NRF) funded by the Ministry of Education (NRF-2015R1D1A1A01059091), and Institute for Information and communications Technology Promotion (IITP) grant funded by the Korea government (MSIP) (No. B0101-16-0033, Research and Development of 5G Mobile Communications Technologies using CCN-based Multi-dimensional Scalability).

References

1. 

U. S. Kim and M. H. Sunwoo, “New frame rate up-conversion algorithm with low computational complexity,” IEEE Trans. Circuits Syst. Video Technol., 24 (3), 384 –393 (2014). http://dx.doi.org/10.1109/TCSVT.2013.2278142 Google Scholar

2. 

R. V. Babu, S. Suresh and A. Pekis, “No-reference JPEG-image assessment using GAP_RBF,” Signal Process., 87 (6), 1493 –1503 (2007). http://dx.doi.org/10.1016/j.sigpro.2006.12.014 Google Scholar

3. 

A. Shnaydeman, A. Gusev and A. M. Eskicioglu, “An SVD-based grayscale image quality measure for local and global assessment,” IEEE Trans. Image Process., 15 (2), 422 –429 (2006). http://dx.doi.org/10.1109/TIP.2005.860605 IIPRE4 1057-7149 Google Scholar

4. 

W. T. Freeman, T. R. Jones and E. C. Pasztor, “Example-based super-resolution,” IEEE Comput. Graph. Appl., 22 (2), 56 –65 (2003). http://dx.doi.org/10.1109/38.988747 ICGADZ 0272-1716 Google Scholar

5. 

R. R. Schultz, L. Meng and R. L. Stevenson, “Subpixel motion estimation for super-resolution image sequence enhancement,” J. Visual Commun. Image Represent., 9 (1), 38 –50 (1998). http://dx.doi.org/10.1006/jvci.1997.0370 JVCRE7 1047-3203 Google Scholar

6. 

S. G. Chang, B. Yu and M. Vetterli, “Spatially adaptive wavelet thresholding with context modeling for image denoising,” IEEE Trans. Image Process., 9 (9), 1522 –1531 (2000). http://dx.doi.org/10.1109/83.862630 IIPRE4 1057-7149 Google Scholar

7. 

A. Buades, B. Coll and J. M. Morel, “A non-local algorithm for image denoising,” in Proc. IEEE CS Conf. Computer Vision and Pattern Recognition, 60 –65 (2005). http://dx.doi.org/10.1109/CVPR.2005.38 Google Scholar

8. 

Z. Wang et al., “Image quality assessment: from error visibility to structural similarity,” IEEE Trans. Image Process., 13 (4), 600 –612 (2004). http://dx.doi.org/10.1109/TIP.2003.819861 IIPRE4 1057-7149 Google Scholar

9. 

M. P. Eckert and A. P. Bradley, “Perceptual quality metrics applied to still image compression,” Signal Process., 70 (3), 177 –200 (1998). http://dx.doi.org/10.1016/S0165-1684(98)00124-8 Google Scholar

10. 

A. M. Eskicioglu and P. S. Fisher, “Image quality measures and their performance,” IEEE Trans. Commun., 43 (12), 2959 –2965 (1995). http://dx.doi.org/10.1109/26.477498 Google Scholar

11. 

S. Winkler, “A perceptual distortion metric for digital color video,” Proc. SPIE, 3644 175 –184 (1999). http://dx.doi.org/10.1117/12.348438 PSISDG 0277-786X Google Scholar

12. 

P. C. Eeo and D. J. Heeger, “Perceptual image distortion,” Proc. SPIE, 2179 127 –141 (1994). http://dx.doi.org/10.1117/12.172664 PSISDG 0277-786X Google Scholar

13. 

Z. Qang, A.C. Bovik and L. Lu, “Why is image quality assessment so difficult,” in Proc. IEEE Int. Conf. Acoustics, Speech, and Signal Processing, 3313 –3316 (2002). http://dx.doi.org/10.1109/CVPR.2005.38 Google Scholar

14. 

W. Osberger, N. Bergmann and A. Maeder, “An automatic image quality assessment technique incorporating high level perceptual factors,” in Proc. IEEE Int. Conf. Image Processing, 414 –418 (1998). http://dx.doi.org/10.1109/ICIP.1998.727227 Google Scholar

15. 

A. B. Watson, J. Hu and III J. F. McGowan, “DVQ: a digital video quality metric based on human vision,” J. Electron. Imaging, 10 (1), 20 –29 (2001). http://dx.doi.org/10.1117/1.1329896 JEIME5 1017-9909 Google Scholar

16. 

A. B. Watson et al., “Visibility of wavelet quantization noise,” IEEE Trans. Image Process., 6 (8), 1164 –1175 (1997). http://dx.doi.org/10.1109/83.605413 IIPRE4 1057-7149 Google Scholar

17. 

Y. K. Lai and C. C. J. Kuo, “A Haar wavelet approach to compressed image quality measurement,” J. Visual Commun. Image Represent., 11 (1), 17 –40 (2000). http://dx.doi.org/10.1006/jvci.1999.0433 JVCRE7 1047-3203 Google Scholar

18. 

A. B. Watson, “DCT quantization matrices visually optimized for individual images,” Proc. SPIE, 1913 202 –216 (1993). http://dx.doi.org/10.1117/12.152694 PSISDG 0277-786X Google Scholar

19. 

W. Xu and G. Hauske, “Picture quality evaluation based on error segmentation,” Proc. SPIE, 2308 1454 –1465 (1994). http://dx.doi.org/10.1117/12.185904 PSISDG 0277-786X Google Scholar

20. 

Z. Wang and A.C. Bovik, “A universal image quality index,” IEEE Signal Process Lett., 9 (3), 81 –84 (2002). http://dx.doi.org/10.1109/97.995823 Google Scholar

21. 

Z. Wang and E. P. Simoncelli, “Translation insensitive image similarity in complex wavelet domain,” in Proc. IEEE Int. Conf. Acoustics, Speech, and Signal Processing, 573 –576 (2005). http://dx.doi.org/10.1109/ICASSP.2005.1415469 Google Scholar

22. 

Y. A. Y. Al-Najjar and D. C. Soong, “Comparison of image quality assessment: PSNR, HVS, SSIM, UIQI,” Int. J. Sci. Eng. Res., 3 (8), I041 –I045 (2012). Google Scholar

23. 

Z. Wang, L. Lu and A. C. Bovik, “Video quality assessment based on structural distortion measurement,” Signal Process. Image Commun., 19 (2), 121 –132 (2004). http://dx.doi.org/10.1016/S0923-5965(03)00076-6 SPICEF 0923-5965 Google Scholar

24. 

K. Ma et al., “Objective quality assessment for color-to-gray image conversion,” IEEE Trans. Image Process., 24 (12), 4673 –4685 (2015). http://dx.doi.org/10.1109/TIP.2015.2460015 IIPRE4 1057-7149 Google Scholar

25. 

J. L. Myers and A. D. Well, Research Design and Statistical Analysis, 508 2nd ed.Lawrence Erlbaum Associates, New Jersey (2003). Google Scholar

Biography

Daeho Lee received his MS and PhD degrees in electronics engineering from Kyung Hee University, Republic of Korea, in 2001 and 2005, respectively. He has been an associate professor in the Humanities College at Kyung Hee University, Republic of Korea, since 2005. His research interests include computer vision, pattern recognition, machine learning, image processing, image fusion, 3-D image reconstruction, computer games, ITS, HCI, electrical impedance tomography analysis, and digital signal processing.

Sungsoo Lim received his BS degrees in electronics and radio engineering and biomedical engineering and his MS degree in electronics and radio engineering from Kyung Hee University, Republic of Korea, in 2014 and 2016. He is currently pursuing his PhD in electronic engineering at the Kyung Hee University. His research interests include computer vision, image processing, intelligent transportation systems (ITS), human computer interaction (HCI), and medical image processing.

CC BY: © The Authors. Published by SPIE under a Creative Commons Attribution 4.0 Unported License. Distribution or reproduction of this work in whole or in part requires full attribution of the original publication, including its DOI.
Daeho Lee and Sungsoo Lim "Improved structural similarity metric for the visible quality measurement of images," Journal of Electronic Imaging 25(6), 063015 (7 December 2016). https://doi.org/10.1117/1.JEI.25.6.063015
Published: 7 December 2016
Lens.org Logo
CITATIONS
Cited by 13 scholarly publications.
Advertisement
Advertisement
KEYWORDS
Quality measurement

Image quality

Image compression

Molybdenum

Distortion

Image filtering

Linear filtering

RELATED CONTENT


Back to Top