This page provides sample code for a basic Matlab implementation of the Fourier Radial Error Spectrum Plot (ESP), as described in:
T. H. Kim, J. P. Haldar.
The Fourier Radial Error Spectrum Plot: A more nuanced quantitative evaluation of image reconstruction quality.
IEEE International Symposium on Biomedical Imaging, Washington, DC, 2018. In Press.
and
T. H. Kim, J. P. Haldar.
Assessing MR image reconstruction quality using the Fourier Radial Error Spectrum plot.
Joint Annual Meeting ISMRM-ESMRMB, Paris, 2018. In Press.
The ESP is a new approach to quantitatively measuring image quality in the presence of a gold standard reference image, and overcomes the limitations of some of the traditional scalar-valued image quality metrics like mean-squared error (MSE) or the structural similarity index (SSIM), which are widely used in the modern imaging literature.
We illustrate the benefits of ESP over scalar measures like MSE with the simple example shown below.
In this example, we are given a gold standard reference image, and have generated two corrupted versions of this original image.
Gold Standard | Corrupted Image 1 | Corrupted Image 2 |
Error Image 1 (Scaled 2×) | Error Image 2 (Scaled 2×) |
As we can see in this example, the two corrupted images have very different error characteristics — in the first image, errors are concentrated near edge locations and the image appears blurry, while the second image appears noisy with errors uniformly distributed throughout the field-of-view. However, it turns out that they both have identical MSE values (in each case, the mean-squared error is roughly 23% of mean-squared value of the gold standard). This illustrates the limitation of scalar-valued measures like MSE, which fail to distinguish between these two cases.
The ESP provides a more nuanced characterization, as shown below for these same two images:
In this case, the ESP clearly shows us that the first image has lower error than the second image at high-resolution spatial scales (i.e., at high spatial frequencies), while the opposite is true at low spatial frequencies. We can clearly see that neither of these images is uniformly better than the other, and are much better able to capture the positive and negative aspects of each image. This type of information can be very useful when, e.g., comparing two different MRI reconstruction methods. While one method may appear to be “better” than another when only looking at parameters like MSE, the ESP may provide deeper insights.
Software to generate ESPs can be downloaded using the form below: