Next Article in Journal
Blockchain-Based Federated Learning System: A Survey on Design Choices
Previous Article in Journal
Automated Road Defect and Anomaly Detection for Traffic Safety: A Systematic Review
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

Decomposed Dissimilarity Measure for Evaluation of Digital Image Denoising

by
Łukasz Maliński
Department of Industrial Informatics, Silesian University of Technology, Krasińskiego 8, 40-019 Katowice, Poland
Sensors 2023, 23(12), 5657; https://doi.org/10.3390/s23125657
Submission received: 30 January 2023 / Revised: 7 March 2023 / Accepted: 6 April 2023 / Published: 16 June 2023
(This article belongs to the Section Sensing and Imaging)

Abstract

:
A new approach to the evaluation of digital image denoising algorithms is presented. In the proposed method, the mean absolute error (MAE) is decomposed into three components that reflect the different cases of denoising imperfections. Moreover, aim plots are described, which are designed to be a very clear and intuitive form of presentation of the new decomposed measure. Finally, examples of the application of the decomposed MAE and the aim plots in the evaluation of impulsive noise removal algorithms are presented. The decomposed MAE measure is a hybrid of the image dissimilarity measure and detection performance measures. It provides information about sources of errors such as pixel estimation errors, unnecessary altered pixels, or undetected and uncorrected distorted pixels. It measures the impact of these factors on the overall correction performance. The decomposed MAE is suitable for the evaluation of algorithms that perform a detection of the distortion that affects only a certain fraction of the image pixels.

1. Introduction

There are numerous image processing methods designed to improve image quality by the removal of different kinds of distortions [1,2,3,4,5,6]. It is obvious that not every distortion can affect the entire image area; thus, every single pixel does not need to be processed. One of the typical problems of such characteristics is image denoising, especially impulsive noise suppression, which has been recently explored and become a popular topic to examine [7,8,9,10,11,12,13]. Other applications, where larger artifacts are detected and removed from the images but not all the pixels are altered, include rain [14,15,16,17,18,19,20], snow [20,21,22,23,24], marine snow [25], and crack [26] removal problems. Furthermore, algorithms that are dedicated to image tamper detection and correction [27] may fit into the above-mentioned description.
Although a plethora of impulsive noise suppression algorithms have been proposed [28,29,30,31,32], a family of switching filters show very promising performance [33,34,35,36,37,38,39], which can only be outperformed by deep learning techniques [39,40]. These switching algorithms separate noise suppression into two steps: impulse detection and impulse correction [39]. In the first step, the pixels are categorized as noisy and noise-free. In the second, only the noisy pixels are replaced by their estimates. Both detection and correction steps acquire information gathered from a local neighborhood of processed pixels. Many of the scalar objective image dissimilarity measures, for example, the PSNR (peak signal-to-noise ratio), the MAE (mean absolute error), the NCD (normalized color distance), and the SSIM/FSIMc (structural/feature similarity) [41], are commonly used for evaluating the image denoising algorithms and many other image processing tasks.
In this paper, a novel vector image dissimilarity measure called decomposed MAE (dMAE) is proposed. It combines the scalar image dissimilarity measure MAE with the detection performance measure such as accuracy, false positive rate, and false negative rate. As a result, it is possible to determine:
  • How accurate the correction method used in the evaluated algorithm can be;
  • How many errors are accumulated in the undetected noisy pixels, and how much of the collateral distortion is introduced by the evaluated algorithm.

1.1. Related Work

A decomposition of the image dissimilarity measure was introduced for gray-scale images by De Angelis et al. [42]. The measures proposed by them were separately computed for noisy pixels (RMSEA) and noise-free pixels (RMSEB). Further development of the decomposed measure for the color images was completed later by Russo [43]. In his work, the MSE variants (LMSE and CMSE) separated the computation of the denoising errors for luminescence and chromaticity. The author also proposed variants of these measures of computing errors for estimated residual noise (LMSEa and CMSEa) and the collateral distortions introduced by the denoising algorithm (LMSEb and CMSEb).
The main advantage of the dMAE presented in this paper, over the above-mentioned measures, is the separation of the residual noise into the error caused by the undetected noisy pixels and by the limited accuracy of the estimation of the properly detected pixels. Moreover, the computation of the dMAE does not require additional filtration of the reference image and it is useful for both gray-scale and color images, as well as providing a unique option to perform both pixel-wise and channel-wise analyses.

1.2. Structure of the Paper and Author Contribution

The paper is composed of four main sections. In the first section, the introduction to the topic along with the presentation of related work is provided. The second section contains the detailed description of the new dMAE measure. In the third section, examples of use of the dMAE for impulsive noise removal evaluation and algorithm tuning are presented along with a discussion of the results. Finally, the last section contains the conclusions.
The main contributions of this work are:
  • The introduction of the dMAE that is considerably simpler to compute than measures proposed in [42,43], yet a very informative hybrid measure of image dissimilarity and algorithm detection capability.
  • The proposition of the aim plots, which are the clear and intuitive form of visualization of the dMAE. Furthermore, ready-to-use MATLAB functions [44] were provided.
  • A presentation of the examples that use the aim plots and the dMAE in the evaluation of the impulsive noise removal algorithms.

1.3. Motivation

The dMAE metric and aim plots presented in the paper were invented during the work on algorithms dedicated to impulsive noise removal. During many tuning approaches, it has been found that tuning algorithms to maximize detection accuracy rarely result in the best overall denoising performance. It was found that the unnecessary correction of noise-free pixels (false-positives) introduces less error than the omission of hard-to-detect noisy ones (false-negatives). It led to the idea of the design of the decomposed measure that provides clear information on which type of error is more damaging to the image.
The aim of the paper is to introduce the concept of decomposed Mean Absolute Error as a new type of measure, which can be used for tuning and evaluation of denoising algorithms. It is important to state that this measure is suitable only if noise or other distortions affect only a certain fraction of the image pixels. The best example of such noise is impulsive noise, but this measure should also be useful for other problems such as snow/rain removal and crack removal. It is, however, useless for the evaluation of the suppression of gaussian noise because this type of distortion affects every pixel in the image. Moreover, algorithms dedicated to removing gaussian noise try to correct every pixel in the image; thus, the entire decomposition concept is useless in such an application.

2. Materials and Methods

Three types of images can be distinguished in a typical evaluation of a denoising algorithm:
  • Distorted image (d), which is the input of a denoising algorithm. This image contains noise, but it may not necessarily affect every pixel in the image.
  • Corrected image (c), which is the output of a denoising algorithm. It contains suppressed noise, but not every pixel has to be altered during the denoising process.
  • Reference image (r), which represents the desired (perfect) outcome of the denoising algorithm. Typically, it is an original image, upon which the distorted image was artificially obtained for algorithm evaluation.
To rate how much the output of the evaluated algorithm differs from the desired result, one or more dissimilarity measures are computed using the corrected and reference images (Figure 1). Different dissimilarity measures offer various criteria for the evaluation, and their optimization is a typical approach for tuning the performance of the denoising algorithms.
Regardless of the scalar dissimilarity measure used, this type of single-value evaluation can only show that one result is objectively better or worse than the other, within the given criteria. It does not provide any further insight into what the probable source of the difference is. It is important because the three main sources of image denoising imperfections can be distinguished via:
  • Inexact estimates of the noisy pixel’s replacements, which are mostly dependent on the accuracy of the estimated pixel’s colors that is obtained during the correction step;
  • Non-suppressed noisy pixels, which occur solely due to the imperfection of the detection step.
Unnecessarily altered noise-free pixels are mainly caused by detection errors, but they are also dependent on the correction performance. Moreover, for many of the correction algorithms, the undetected impulses introduce additional errors in estimates of the neighboring pixels, which is further referenced as the phantom effect. These undetected impulses are recognized as noise-free pixels by the correction algorithm. If their neighboring pixels are considered to be noisy, and are being corrected, the undetected impulses are taken as “valid” sources of information, while their colors are mostly very distinct from the original pixels that they replace. As a result, the color of the undetected impulses tends to contaminate neighboring pixels, which are properly detected and corrected (Figure 2). Therefore, errors originating from sources 1 and 3 (in the above list) can be amplified by this phantom effect.
The ability to measure the impact of different types of errors on denoising performance is a significant factor, which should be accounted for during the algorithm design and parametrization. Thus, the dissimilarity measure, which can distinguish the impact of the particular sources of errors on the denoising performance, becomes a natural step toward the development in this field of expertise.
As stated before, it is likely that not every pixel in the image is noisy; this is why it should not be affected by the denoising algorithm. Moreover, not every denoising algorithm alters every single pixel in the image, or the result of the processing does not change the color of some pixels at all. These observations lead to the idea that the image dissimilarity measure can be decomposed into three components:
  • True-positive dissimilarity (TPD)—computed only for the pixels that should be corrected and have been processed by the denoising algorithms. This component is most suitable to evaluate the actual performance of the noise correction part of the algorithm.
  • False-negative dissimilarity (FND)—computed for pixels that should be corrected (i.e., when noisy), yet have not been processed, or have not been changed during the processing. This component reflects how difficult it is for the algorithm to correctly detect impulses.
  • False-positive dissimilarity (FPD)—computed for pixels that are unnecessarily altered because they are noise-free. This component rates how much collateral distortion has been introduced by image processing.
True-negative dissimilarity—a possible fourth component, which is not relevant, because these pixels should be identical in the corrected and the reference image and they do not introduce any errors.
There are two ways to obtain the decomposed dissimilarity: indirect and direct. The indirect way requires the corrected and reference images and two binary maps of distortion (noise):
  • True map (TM)—provides true information on which pixels are noisy (marked as 0) and which ones are not (marked as 1);
  • Detection map (DM)—provides information on which pixels are classified as noisy (when processed by the denoising algorithm—marked as 0), and which are not (marked as 1).
In a direct way (Figure 3), all three images: distorted, corrected, and reference, are required, and the maps (TM/DM) are estimated in the process. The comparison of the distorted and reference images provides information about the pixels/channels that should be corrected (1). The comparison of distorted and corrected images provides knowledge of which pixels/channels are altered by the denoising algorithm (2).
T i , j , h = 1 , d i , j , h r i , j , h = 0 ,     0 , o t h e r w i s e ,  
D i , j , h = 1 , d i , j , h c i , j , h = 0 , 0 , o t h e r w i s e ,  
where i and j are the pixel’s coordinates, h is the pixel’s channel (h is always 1 for grayscale images or it takes values from 1 to 3 for RGB images), Ti,j,h is a channel class in the true map, Di,j,h is a channel class in the detection map, di,j,h is a pixel channel value in the distorted image, ri,h,j is the pixel channel value in the reference image, and ci,j,h is a pixel channel value in the corrected image. For RGB images, both maps are initially made in a channel-wise (CW) manner, which means that each channel of the image is classified separately. Then, these are optionally reduced to pixel-wise (PW) versions, using simple rules:
  • If at least one channel of the pixel is classified as distorted, the entire pixel is classified as distorted (true map).
  • If at least one channel of the image is altered by the processing algorithm, the entire pixel is classified as altered (detection map).
This is the simpler and the most universal method, but slightly less accurate because the estimated DM might contain some errors. There are algorithms that may not alter some of the pixels during the processing. In the estimated DM, these pixels are recognized incorrectly as the false-negatives. Therefore, the direct way is the most suitable if the evaluated algorithms do not provide access to the DM, or even when they do not perform detection at all.
When both maps, the TM and DM, are acquired or estimated for every pixel, a category Q (true positive, false positive, false negative, or true negative) is assigned, so that:
Q i , j = TP , T i , j = 0   a n d   D i , j = 0 , FP , T i , j = 1   a n d   D i , j = 0 , FN , T i , j = 0   a n d   D i , j = 1 , TN , T i , j = 1   a n d   D i , j = 1 ,  

2.1. Decomposed Dissimilarity Measure

Among the many candidates, the image dissimilarity measure that is most suitable for the decomposition and presentation is the MAE, because it fulfils the following requirements:
  • A perfect match of the two images is reflected in the zero value of the measure.
  • The measure is linear. Thus, after decomposition, the sum of the components is equal to its scalar value.
The decomposed MAE (4) is computed as follows:
MAE Q = 1 Q H C Q y i , j , h y ^ i , j , h
where Q is the category of a pixel (TP, FP, and FN), |Q| is the cardinality of category Q, h is the channel of the image, H is number of channels in the image (1 or 3), and i and j are pixel spatial coordinates, while y denotes a pixel in the reference image and y ^   is a pixel in the restored image.
The proposed measure, like many others (PSNR, MAE, MSE, NCD, SSIM/FSIM, etc.), requires the availability of a reference image that is the equivalent of perfect processing. This means that it is most suitable for designing and tuning the algorithms with artificially corrupted images. This measure is not intended to be used to assess the processing of naturally corrupted images unless a reference image is somehow available.

2.2. Form of Presentation

To make the presentation of the dMAE clear and intuitive, aim plots are proposed and an example is shown in Figure 4. The colored lines represent the particular components of the dMAE, while the black circle is the scalar value of the MAE (the sum of all three components).
The aim plot might be interpreted as a metaphorical dart board. The “player” (evaluated algorithm) has three darts (green for the MAETP, blue for the MAEFN, and red for the MAEFP) and “throws with them” toward the three sections of the board. In the perfect scenario, the “player” hits the center of the board three times. However, in real scenarios, there is always a displacement caused by the sources of imperfections depicted in the previous section. The further the distance from the center, the higher the contribution of the dissimilarity error of a particular type. With the ready-to-use Matlab function, aim plots were prepared and published [44].

2.3. Type of Analysis

Considering the perspective of both the image processing and performance evaluation, if the processed image is composed of multiple channels (such as RGB digital color images), two types of analysis might be distinguished:
  • Pixel-wise (PW)—the pixels are treated as composites. Therefore, during the processing, if at least a single channel of a pixel is distorted, the entire pixel is corrected on every channel. In this evaluation, all errors that occur in channels of such pixels are assigned to the same component of the decomposed dissimilarity, which is based on pixel classification.
  • Channel-wise (CW)—in this processing, the distortion on each channel is processed independently; thus, each channel of the same pixel might be assigned to a different component of the decomposed dissimilarity.

3. Results and Discussion

Impulsive noise suppression is the most suitable for the presentation of the decomposed MAE measure and the aim plots. In this case, only a certain fraction of image pixels is affected by noise by replacing the original pixels with random colors. If the pixel becomes noisy and a random combination of its channels is altered, the channel-independent random impulse (CIRI) noise model is recognized. When all the pixel channels are changed, the channel together random impulse (CTRI) noise model is identified [46].
The presentation of the use of the decomposed MAE is divided into four experiments. In the first one, the performance of a set of denoising algorithms was evaluated using the PSNR, the scalar MAE, and the decomposed MAE on images artificially distorted by 20% of the CTRI noise. The second experiment is the application of the decomposed MAE for analysis of the tuning process of the denoising algorithm. In the third, the benefit of using the CW analysis for processing images that are distorted by the CIRI noise is shown. Finally, the fourth experiment shows the statistical properties of dMAE and its comparison to commonly used detection performance measures. For the needs of the experiments presented in this section, a dataset of 5 color images is prepared (Figure 5), which contains selected samples from [45].

3.1. Multiple Denoising Algorithms’ Evaluation (Experiment I)

The set of denoising algorithms chosen for the presentation of the proposed evaluation method contains:
  • The vector median filter (VMF) [39];
  • The fast peer-group detector with the arithmetic mean filter corrector (FPG-AMF) [39];
  • The fast adaptive trimmed switching detector with the arithmetic mean filter corrector (FAST-AMF) [39];
  • The fast adaptive trimmed switching detector with the inpaint nans corrector (FAST-IPN) [39,47].
The VMF is the most basic, non-switching algorithm used for impulsive noise suppression. It is chosen to show that the decomposed MAE is also suitable for the evaluation of the algorithms that do not perform noise detection at all. The next two modular switching algorithms, the FPG-AMF and FAST-AMF, have a common corrector, but these two use different detectors. They are chosen to show how the decomposed MAE measures the differences in detection performance. Finally, the FAST-IPN has a common detector with the FAST-AMF, but a different corrector. This enables the possibility of comparing the differences in the correction part, while detection performance remains identical. All the detectors use default values for their parameters. Moreover, as the VMF is taken for the evaluation, all the comparisons are made using the direct version to ensure the same computation method. The indirect version might still be used in this comparison if the TM is available (DM is an array full of zeros, which means that every pixel is treated as noisy).
The first comparison is made using scalar measures, such as the PSNR (the higher value is better) and the MAE (the lower value is better). The results are presented in Table 1 and Table 2.
It can be stated that all considered switching filters perform much better than the VMF, and the FAST detector is improved compared to the FPG detector, as well as the IPN corrector being superior to the AMF corrector. These remarks might only apply to a very specific design of the experiment, and the scalar measures do not provide much more insightful information. Furthermore, it is worth mentioning that different ranges of measured values can be obtained for various images; this depends on the image complexity. Images no. 1 and no. 4, which contain the best and worst values of measures, respectively, are obtained and are further referenced as the easiest and the hardest image, respectively.
The dMAE, for which the lower values are superior, is obtained for every image and the results are presented in Table 3. The aim plots for the easiest and hardest images are shown in Figure 6 and these should be analyzed in rows. The conclusions that can be drawn from using the scalar measures only are clearly reflected in the dMAE values and the aim plots. However, it can additionally be stated that:
  • The dMAE and aim plots show that the most dominant component of the error, made by the VMF, is reflected in the MAEFP. It is the result with the VMF lacking noise detection and performing a “correction” on every pixel in the image.
  • The VMF shows the worst correction performance in the MAETP. However, surprisingly, a low value of the MAEFN can be noticed for the VMF, which is caused by the estimation of the TM and DM from the images. Even though the VMF processes every pixel of the image, some noisy pixels are not altered.
  • The FAST detector has improved impulse detection capabilities, especially in the MAEFN component. It shows that the impact of the omitted noisy pixels is also far less damaging.
  • The FAST detector introduces slightly lower MAEFP values, which is the result of a considerably better capability of the detection on both the FP and the FN sides; the fewer FN results that occur, the less phantom effects that arise.
  • The IPN corrector is slightly better than the AMF, which is reflected in the MAETP and MAEFP. Therefore, it provides more accurate estimates of the pixels, and introduces less damage to the falsely detected ones.
  • The proportions between the MAEFP and MAEFN depend on the image complexity.

3.2. Tuning of the FAST-IPN Algorithm Using dMAE and Aim Plots (Experiment II)

In the second experiment, the FAST-IPN is tuned twice: once using the Mathews correlation coefficient (MCC) (5) and once with the PSNR as a cost function. The MCC is a detection performance measure; thus, the first tuning aims to maximize the overall detection capability. Along with its other common detection measures: the false-positive rate—FPR (6) and the false-negative rate—FNR (7) are used to evaluate the detection performance. The corresponding expressions are:
MCC = TP · TN FP · FN TP + FP · TP + FN · TN + FP · TN + FN
FPR = FP TN + FP
FNR = FN TP + FN
where |TP|, |TN|, |FP|, and |FN| are cardinalities of the particular classes of pixels.
The experiment is conducted for image no. 1 distorted with the CTRI noise of fractions 20% and 40%. The comparisons of the scalar measures for the detection and correction are presented in Table 4, while the dMAE is shown in Figure 7.
The results can be summarized as follows:
  • Optimization of the detection performance does not translate into the best performance from the image dissimilarity measures’ perspective. The reason behind this is that the MCC operates on raw cardinalities of the detection errors only and takes no account of the actual color differences, which have a major impact on the image dissimilarity measures.
  • The higher values of the MAEFN presented in the aim plots are also reflected in the higher values of the MAETP (for 40% noise fraction), which means that in the impulsive noise suppression, it is the FN errors that can be more harmful than the FP errors (the phantom effect).
  • The dMAE is a better measure than the FPR and FNR because it also accounts for the actual impact of these noisy and restored pixels’ color differences on the output image quality.

3.3. Difference between the PW and CW Analysis (Experiment III)

In the last experiment, the FAST-IPN algorithm, tuned to maximize the PSNR, is used to suppress the CIRI-type noise in image no. 2 (30% noise fraction). This time, the dMAE is computed using both the pixel-wise (PW) and the channel-wise (CW) analysis (Figure 8). Additionally, both direct and indirect versions of the aim plots are also compared. The results can be summarized as follows:
  • In the PW analysis, the most impactful component is the MAETP, while the MAEFP component is far less significant (in which the MAEFP-to-MAETP ratio is 0.15). This may lead to the conclusion that the detection performance is fairly satisfactory, and the most promising improvement should be sought using a superior correction algorithm.
  • However, if the CW analysis is performed, it can be found that the MAEFP component is far more impactful than in the PW (with MAEFP-to-MAETP ratio at 0.66). It has been expected because the CIRI noise is processed in the PW manner, so there is a significant number of unnecessary estimations of the noise-free channels. Nevertheless, this result clearly shows that for the CIRI type of noise, there is still a lot of improvement to be pursued in the detection part of the filter, and additional, more precise CW detection might be worth pursuing.
  • Also in the PW analysis, the MAEFP is lower than the MAEFN, which might encourage trials of the retuning of the filter to reduce the MAEFN. However, the CW analysis shows that the MAEFN is in fact the least impactful component, which means that its further reduction should not be a priority in this case.
  • Differences in results using direct and indirect versions are negligible, so both versions are viable.
It is indispensable to mention that the PW processing, performed by most filters, is not very suitable for the CIRI type of noise, because it always corrects all the pixel channels regardless of which of them are corrupted. Therefore, the CW analysis is far more adequate when showing the performance of the filters in the case of the CIRI, or another type of impulsive noise is present. Moreover, it must be pointed out that the commonly used scalar measures are incapable of detecting and measuring the impact of this issue. Even if the scalar measure could be computed for every channel separately, it will not show the problem, due to the uniform distribution of the unnecessary corrections among the channels in the CIRI noise.

3.4. Statistical Properties of dMAE (Experiment IV)

Every image in the concerned image dataset is artificially corrupted 100 times using the impulsive noise CTRI of fractions taken from the set {0.05, 0.10, …, 0.50}. In the next step, all of them are filtered using the FAST-IPN algorithm, for the recommended value of its parameter T = 60. After that, the True Positive Rate—TPR (8), False Positive Rate—FPR (6), False Negative Rate—FNR (7), and dMAE (4) are computed for every detection/correction outcome. The results are grouped into sets by the image number, and for each set, means and standard deviations are obtained. It is important that the only variable factor in each set is a realization of noise; thus, properties of the image, algorithm, and T parameter do not influence the metric. Results (means ± standard deviation) for noise fractions 0.1, 0.2, …0.5, and all images, are presented in Table 5, Table 6, Table 7, Table 8, Table 9 and Table 10. Furthermore, results for images no. 1 and no. 4 are also presented in the plots in Figure 9. In Figure 10, ratios FPR/FNR and MAEFP/MAEFN are also shown to present the advantage of using the dMAE.
TPR = TP TP + FN
If the values in Table 5, Table 6, Table 7, Table 8, Table 9 and Table 10 are taken into consideration, it can be stated that for both types of measures TPR/FPR/FNR and components of dMAE, the standard deviation is relatively small in every case. This means that the realization of the random noise does not influence the stability of these metrics. The main factor that strongly influences the values of dMAE components is the image itself. The filtration of more homogenous images (nos. 1, and 5) results in considerably lower values of dMAE components, while the values obtained for more heterogenic images (nos. 2 and 4) are significantly higher. This is a common behavior of many commonly used metrics such as PSNR, MSE, MAE, and NCD.
One of the main advantages of dMAE can be seen in Figure 9a,b. While TPR decreases only by approximately 1.0–2.0 percentage points from noise fraction 0.05 to 0.5 (depending on the image), MAETP increases even a few times for the same cases. This means that even if the cardinality of the errors does not change much, their impact on the image quality changes significantly. It is also presented in Figure 10 where ratios FPR/FNR and MAEFP/MAEFN are shown. These can be commented on as follows:
  • For image no. 1 and low noise fraction (0.1), there are about 9 times more FN pixels than FP pixels. However, the error introduced by FN pixels is only about 1.5 as high as that introduced by FP pixels—this can be deduced from the MAEFP/MAEFN ratio.
  • For the same image and high noise fraction (0.45), the number of FP pixels and the number of FN pixels are almost the same, and the error introduced by FN pixels still exceeds that introduced by FP pixels more than twice in magnitude.
  • Both observations presented above show that for highly homogenous images, undetected noisy pixels (FN) are more damaging than those that are unnecessarily corrected (FP). It is a very intuitive behavior not reflected in classical FPR and FNR metrics but clearly seen using dMAE.
  • For image no. 4 and low noise fraction (0.1), there is only about 1.5 more FN pixels than FP pixels, yet the error introduced by FP pixels is almost 3 times higher.
  • For the same image and high noise fraction (0.45), the cardinality of FP pixels is about 10% higher than the cardinality of FN pixels, yet this time, FN pixels have about 1.3 more contributions in the error than FP pixels.
  • For highly complex images, unnecessary corrections (FP) are far more damaging for low noise fractions, while for high ones, they damage the image almost the same as undetected noisy pixels (FN).
All those observations show that dMAE is a more informative matric than the TPR/FPR/FNR trio obtained using a simple confusion matrix because its components take into account not only cardinalities, but also actual damage caused by each class of pixels (TP/FP/FN) to the image.

4. Conclusions

The decomposed MAE is the hybrid of the image dissimilarity measure and detection performance measure. It enhances both by extending the first with more detailed information about possible sources of error, and by introducing actual processing context to the second. It is now possible to explicitly measure which kind of detection error (FP or FN) is more harmful to the output image quality. As decomposition is performed upon binary classification, this measure is suitable for the evaluation of color images (multi-channel) or gray-scale images (single-channel). Furthermore, for multi-channel images, both pixel-wise and channel-wise analyses are possible. The dMAE can be computed, even when maps of distortion (TM and DM) are not accessible.
The proposed form of presentation of decomposed MAE, the aim plots, are not only readable and intuitive but also allows for easy comparison of different results. Moreover, provided tools [44] are simple to use and provide an option to rapidly generate ready-to-publish aim plots. The alternative form of the aim plots capable of showing the results for multiple images on a single board remains an open problem for discussion and further development. The main issue here is that MAE for different images might significantly differ in value, and the normalization of the results reduces the decomposition effect of the measure, bringing it closer to the FRP and FNR measures.
It is difficult to dispute that dMAE is less useful as a direct performance index in the optimization of the algorithm’s parameters than scalar metrics, as it contains three components. However, it is a good tool for evaluating the outcome of such an optimization performed with another metric, as shown in the second experiment.
The proposed decomposed dissimilarity measure (based on MAE) and the form of presentation are not absolute and should be considered a starting point for this new type of performance analysis of denoising algorithms and other image correction problems, which do not process every pixel in the image. Moreover, as the application of scalar measures, such as the PSNR, MAE, and MSE, and the binary classification is not limited to image processing only, this type of decomposed measure and the aim plots might also be useful in very different tasks, such as removing artifacts from 3D scans and laser distance measurements.

Supplementary Materials

The following supporting information can be downloaded at: https://www.mdpi.com/article/10.3390/s23125657/s1.

Funding

This work was funded by the Silesian University of Technology, grant number 11/040/BK_23/0029 and by a research grant 2017/25/B/ST6/02219 from the National Science Centre, Poland.

Institutional Review Board Statement

Not applicable.

Informed Consent Statement

Not applicable.

Data Availability Statement

Matlab functions for computing dMAE and creating aim plots, image data sets (original, corrupted, and restored images) for all experiments (Section 3.1, Section 3.2 and Section 3.3), and noise maps for the 3rd experiment (Section 3.3) are available from Supplementary Materials and here: https://ch.mathworks.com/matlabcentral/fileexchange/112290-aim-plots (accessed on 1 April 2023).

Conflicts of Interest

The author declares no conflict of interest. The funders had no role in the design of the study; in the collection, analyses, or interpretation of data; in the writing of the manuscript; or in the decision to publish the results.

References

  1. Huang, J.; Xu, H.; Liu, G.; Wang, C.; Hu, Z.; Li, Z. SIDNet: A single image dedusting network with color cast correction. Signal Process 2022, 199, 116722–116733. [Google Scholar] [CrossRef]
  2. Zhao, B.; Gong, X.; Wang, J.; Zhao, L. Low-light image enhancement based on normal-light image degradation. SIViP 2022, 16, 1409–1416. [Google Scholar] [CrossRef]
  3. Dharwadkar, N.V.; Yadav, M.A.; Kadampur, M.A. Improving the quality of underwater imaging using deep convolution neural networks. Iran J. Comput. Sci. 2022, 5, 127–141. [Google Scholar] [CrossRef]
  4. Karakaya, D.; Ulucan, O.; Turkan, M. Image declipping: Saturation correction in single images. Digit. Signal Process 2022, 127, 103537. [Google Scholar] [CrossRef]
  5. Lakshmi, T.V.; Reddy, C.V.; Padmavathi, K.; Swaraja, K.; Meenakshi, K. Entropy based single image dehazing with refined transmission using holistic edges. Multimed Tools Appl. 2022, 81, 20229–20253. [Google Scholar] [CrossRef]
  6. Zhang, C.; Jiang, H.; Liu, W.; Li, J.; Tang, S.; Juhas, M.; Zhang, Y. Correction of out-of-focus microscopic images by deep learning. Comput. Struct. Biotechnol. J. 2022, 20, 1957–1966. [Google Scholar] [CrossRef] [PubMed]
  7. Sadrizadeh, S.; Zarmehi, N.; Kangarshahi, E.A.; Abin, H.; Marvasti, F. A Fast Iterative Method for Removing Impulsive Noise From Sparse Signals. IEEE Trans. Circuits Syst. Video Technol. 2021, 31, 38–48. [Google Scholar] [CrossRef] [Green Version]
  8. Pei, J.; Fan, H.; Yang, X.; Feng, X. A hybrid filter with neighborhood analysis for impulsive noise removal in color images. Signal Process 2018, 153, 197–209. [Google Scholar] [CrossRef]
  9. Sadrizadeh, S.; Otroshi-Shahreza, H.; Marvasti, F. Removing Impulsive Noise from Color Images via a Residual Deep Neural Network Enhanced by Post-Processing. In Proceedings of the 29th European Signal Processing Conference (EUSIPCO), Dublin, Ireland, 23–27 August 2021. [Google Scholar]
  10. Ashpreet, B.M. Impulse Noise Suppression through Variable Window Size in Color Images. In Proceedings of the 2nd International Conference for Emerging Technology (INCET), Belagavi, India, 21–23 May 2021. [Google Scholar]
  11. Dhabal, S.; Chakrabarti, R.; Mishra, N.S.; Venkateswaran, P. An improved image denoising technique using differential evolution-based salp swarm algorithm. Soft Comput. 2021, 25, 1941–1961. [Google Scholar] [CrossRef]
  12. Xiao, X.; Xiong, N.N.; Lai, J.; Wang, C.D.; Sun, Z.; Yan, J. A Local Consensus Index Scheme for Random-Valued Impulse Noise Detection Systems. IEEE Trans. Syst. Man Cybern. Syst. 2021, 51, 3412–3428. [Google Scholar] [CrossRef]
  13. Morillas, S.; Gregori, V. Robustifying Vector Median Filter. Sensors 2011, 11, 8115–8126. [Google Scholar] [CrossRef] [PubMed]
  14. Xu, K.; Tian, X.; Yang, X.; Yin, B.; Lau, R.W.H. Intensity-Aware Single-Image Deraining With Semantic and Color Regularization. IEEE Trans. Image Process. 2021, 30, 8497–8509. [Google Scholar] [CrossRef] [PubMed]
  15. Yan, W.; Xu, L.; Yang, W.; Tan, R.T. Feature-Aligned Video Raindrop Removal With Temporal Constraints. IEEE Trans. Image Process 2022, 31, 3440–3448. [Google Scholar] [CrossRef] [PubMed]
  16. Wang, G.; Sun, C.; Sowmya, A. Attentive Feature Refinement Network for Single Rainy Image Restoration. IEEE Trans. Image Process 2021, 30, 3734–3747. [Google Scholar] [CrossRef]
  17. Cao, M.; Gao, Z.; Ramesh, B.; Mei, T.; Cui, J. A Two-Stage Density-Aware Single Image Deraining Method. IEEE Trans. Image Process 2021, 30, 6843–6854. [Google Scholar] [CrossRef] [PubMed]
  18. Li, P.; Jin, J.; Jin, G.; Fan, L. Scale-Space Feature Recalibration Network for Single Image Deraining. Sensors 2022, 22, 6823. [Google Scholar] [CrossRef]
  19. Luo, H.; Wu, Q.; Ngan, K.N.; Luo, H.; Wei, H.; Li, H.; Meng, F.; Xu, L. Multi-Scale Shape Adaptive Network for Raindrop Detection and Removal from a Single Image. Sensors 2020, 20, 6733. [Google Scholar] [CrossRef] [PubMed]
  20. Li, Y.; Wu, R.; Jia, Z.; Yang, J.; Kasabov, N. Video Desnowing and Deraining via Saliency and Dual Adaptive Spatiotemporal Filtering. Sensors 2021, 21, 7610. [Google Scholar] [CrossRef]
  21. Yan, T.; Ding, Y.; Zhang, F.; Xie, N.; Liu, W.; Wu, Z.; Liu, Y. Snow Removal From Light Field Images. IEEE Access 2019, 7, 164203–164215. [Google Scholar] [CrossRef]
  22. Sung, T.; Lee, H.J. Removing Snow From a Single Image Using a Residual Frequency Module and Perceptual RaLSGAN. IEEE Access 2021, 9, 152047–152056. [Google Scholar] [CrossRef]
  23. Liu, Y.F.; Jaw, D.W.; Huang, S.C.; Hwang, J.N. DesnowNet: Context-Aware Deep Network for Snow Removal. IEEE Trans. Image Process. 2018, 27, 3064–3073. [Google Scholar] [CrossRef] [Green Version]
  24. Wang, Y.; Liu, S.; Chen, C.; Zeng, B. A Hierarchical Approach for Rain or Snow Removing in a Single Color Image. IEEE Trans. Image Process. 2017, 26, 3936–3950. [Google Scholar] [CrossRef] [PubMed]
  25. Banerjee, S.; Sanyal, G.; Ghosh, S.; Ray, R.; Shome, S.N. Elimination of Marine Snow effect from underwater image-An adaptive probabilistic approach. In Proceedings of the IEEE Students’ Conference on Electrical, Electronics and Computer Science (SCEECS), Bhopal, India, 1–2 March 2014. [Google Scholar]
  26. Giakoumis, I.; Nikolaidis, N.; Pitas, I. Digital image processing techniques for the detection and removal of cracks in digitized paintings. IEEE Trans. Image Process 2006, 15, 178–188. [Google Scholar] [CrossRef] [PubMed]
  27. Kosuru, D.; Swain, G.; Kumar, N.; Pradhan, A. Image tamper detection and correction using Merkle tree and remainder value differencing. Optik 2022, 261, 169212. [Google Scholar] [CrossRef]
  28. Astola, J.; Haavisto, P.; Neuvo, Y. Vector median filters. Proc. IEEE 1990, 78, 678–689. [Google Scholar] [CrossRef]
  29. Celebi, M.E.; Kingravi, H.A.; Aslandogan, Y.A. Nonlinear vector filtering for impulsive noise removal from color images. J. Electron. Imag. 2007, 16, 033008. [Google Scholar]
  30. Gregori, V.; Morillas, S.; Roig, B.; Sapena, A. Fuzzy averaging filter for impulse noise reduction in colour images with a correction step. J. Vis. Commun. Image Represent 2018, 55, 518–528. [Google Scholar] [CrossRef] [Green Version]
  31. Laskar, R.H.; Bhowmick, B.; Biswas, R.; Kar, S. Removal of impulse noise from color image. In Proceedings of the IEEE Region 10 International Conference TENCON, Singapore, 23–26 January 2009. [Google Scholar]
  32. Chakraborty, S.; Shaikh, S.H.; Chakrabarti, A.; Ghosh, R. An Image Denoising Technique using Quantum Wavelet Transform. Int. J. Theor. Phys. 2020, 59, 3348–3371. [Google Scholar] [CrossRef]
  33. Geng, X.; Hu, X.; Xiao, J. Quaternion switching filter for impulse noise reduction in color image. Signal Process. 2012, 92, 150–162. [Google Scholar] [CrossRef]
  34. Katsuyama, Y.; Arakawa, K. Color image interpolation for impulsive noise removal using interactive evolutionary computing. In Proceedings of the 10th International Symposium on Communications and Information Technologies (ISCIT), Tokyo, Japan, 26–29 October 2010. [Google Scholar]
  35. Chanu, P.R.; Singh, K.M. Impulse Noise Removal from Medical Images by Two Stage Quaternion Vector Median Filter. J. Med. Syst. 2018, 42, 197. [Google Scholar] [CrossRef]
  36. Hore, E.S.; Qiu, B.; Wu, H.R. Improved vector filtering for color images using fuzzy noise detection. Opt. Eng. 2003, 42, 1656–1664. [Google Scholar] [CrossRef]
  37. Camarena, J.G.; Gregori, V.; Morillas, S.; Sapena, A. Fast detection and removal of impulsive noise using peer groups and fuzzy metrics. J. Vis. Commun. Image Represent. 2008, 19, 20–29. [Google Scholar] [CrossRef]
  38. Maliński, Ł.; Smołka, B. Self-tuning fast adaptive algorithm for impulsive noise suppression in color images. J. Real-Time Image Process. 2019, 17, 1067–1087. [Google Scholar] [CrossRef] [Green Version]
  39. Maliński, Ł.; Radlak, K.; Smołka, B. Is large improvement in efficiency of impulsive noise removal in color images still possible? PLoS ONE 2021, 16, e0253117. [Google Scholar] [CrossRef] [PubMed]
  40. Radlak, K.; Maliński, Ł.; Smołka, B. Deep Learning Based Switching Filter for Impulsive Noise Removal in Color Images. Sensors 2020, 20, 2782. [Google Scholar] [CrossRef] [PubMed]
  41. Samajdar, T.; Quraishi, M.I. Analysis and Evaluation of Image Quality Metrics. In Information Systems Design and Intelligent Applications. Advances in Intelligent Systems and Computing; Satapathy, S.C., Bhateja, V., Somanah, R.D., Yang, X.-S., Senkerik, R., Eds.; Springer: New Delhi, India, 2015; Volume 340, pp. 369–378. [Google Scholar]
  42. De Angelis, A.; Moschitta, A.; Russo, F.; Carbone, P. A Vector Approach for Image Quality Assessment and Some Metrological Considerations. IEEE Trans. Instrum. Meas. 2009, 58, 14–25. [Google Scholar] [CrossRef]
  43. Russo, F. New Tools for Classification and Evaluation of Filtering Errors in Color Image Denoising. Int. J. Circuits Syst. Signal Process 2016, 10, 178–189. [Google Scholar]
  44. Maliński, Ł. Aim Plots. MATLAB Central File Exchange. Available online: https://ch.mathworks.com/matlabcentral/fileexchange/112290-aim-plots (accessed on 21 September 2022).
  45. Kodak Lossless True Color Image Suite. Available online: https://r0k.us/graphics/kodak/ (accessed on 5 April 2023).
  46. Phu, M.; Tischer, P.; Wu, J. Statistical analysis of impulse noise model for color image restoration. In Proceedings of the 6th IEEE/ACIS International Conference on Computer and Information Science (ICIS), Melbourne, Australia, 11–13 July 2007. [Google Scholar]
  47. D’Errico, J. inpaint_nans. MATLAB Central File Exchange. Available online: www.mathworks.com/matlabcentral/fileexchange/4551-inpaint_nans (accessed on 23 November 2022).
Figure 1. Typical algorithm evaluation scheme.
Figure 1. Typical algorithm evaluation scheme.
Sensors 23 05657 g001
Figure 2. Phantom effect caused by undetected impulses (taken from [45]).
Figure 2. Phantom effect caused by undetected impulses (taken from [45]).
Sensors 23 05657 g002
Figure 3. Proposed decomposed evaluation scheme.
Figure 3. Proposed decomposed evaluation scheme.
Sensors 23 05657 g003
Figure 4. Aim plot showing the decomposed MAE.
Figure 4. Aim plot showing the decomposed MAE.
Sensors 23 05657 g004
Figure 5. Benchmark image dataset (taken from [45]).
Figure 5. Benchmark image dataset (taken from [45]).
Sensors 23 05657 g005
Figure 6. Aim plots for the evaluation of the algorithms (the scale is unified for switching algorithms, which is only possible due to significantly improved performance in comparison to the VMF) for: easiest (a,c,e,g) and hardest (b,d,f,h) images.
Figure 6. Aim plots for the evaluation of the algorithms (the scale is unified for switching algorithms, which is only possible due to significantly improved performance in comparison to the VMF) for: easiest (a,c,e,g) and hardest (b,d,f,h) images.
Sensors 23 05657 g006aSensors 23 05657 g006b
Figure 7. Aim plots for different FAST-IPN tuning scenarios for 20% (a,c) and 40% (b,d) CTRI noise fraction.
Figure 7. Aim plots for different FAST-IPN tuning scenarios for 20% (a,c) and 40% (b,d) CTRI noise fraction.
Sensors 23 05657 g007
Figure 8. Difference between the PW (a,c) and CW analysis (b,d).
Figure 8. Difference between the PW (a,c) and CW analysis (b,d).
Sensors 23 05657 g008
Figure 9. Comparison of TPR (a), FPR (c), and FNR (e) to components of dMAE (b,d,f) for images 1 and 4.
Figure 9. Comparison of TPR (a), FPR (c), and FNR (e) to components of dMAE (b,d,f) for images 1 and 4.
Sensors 23 05657 g009aSensors 23 05657 g009b
Figure 10. Comparison of FPR/FNR (a) ratio with MAEFP/MAEFN (b) ratio (images 1 and 4).
Figure 10. Comparison of FPR/FNR (a) ratio with MAEFP/MAEFN (b) ratio (images 1 and 4).
Sensors 23 05657 g010
Table 1. Comparison of PSNR values.
Table 1. Comparison of PSNR values.
No.VMFFPG-AMFFAST-AMFFAST-IPN
132.3334.4335.5339.17
226.6829.8230.4732.52
228.9632.5133.1636.09
424.1627.6928.4430.13
530.5533.4034.5437.81
Table 2. Comparison of scalar MAE values.
Table 2. Comparison of scalar MAE values.
No.VMFFPG-AMFFAST-AMFFAST-IPN
12.450.840.720.54
26.161.991.831.41
33.901.141.040.83
48.382.772.551.99
53.201.080.930.63
Table 3. Comparison of decomposed MAE values (MAETP/MAEFP/MAEFN).
Table 3. Comparison of decomposed MAE values (MAETP/MAEFP/MAEFN).
No.VMFFPG-AMFFAST-AMFFAST-IPN
10.69/1.75/0.010.60/0.02/0.160.59/0.02/0.040.47/0.02/0.04
21.75/4.41/0.021.47/0.24/0.231.47/0.19/0.111.14/0.16/0.11
31.13/2.73/0.030.84/0.05/0.160.83/0.06/0.060.71/0.05/0.06
42.43/5.96/0.022.04/0.42/0.282.04/0.32/0.161.56/0.28/0.16
50.99/2.22/0.010.78/0.04/0.200.78/0.03/0.060.54/0.03/0.06
Table 4. FAST-IPN Parameter tuning results.
Table 4. FAST-IPN Parameter tuning results.
Tuned to Maximum MCCTuned to Maximum PNSR
Noise Fraction20%40%20%40%
MCC (▲)0.99310.98310.99200.9755
FPR (▼)0.00160.00910.00260.0190
FNR (▼)0.00480.00670.00220.0013
PSNR (▲)39.474732.307839.710533.8293
MAE (▼)0.52941.49310.52661.3942
NCD (▼)40.6947119.072939.3669100.4373
FSIMc (▲)0.99510.96890.99550.9777
dMAE:
MAETP (▼)0.47241.26930.47161.2025
MAEFP (▼)0.02480.07680.03970.1591
MAEFN (▼)0.03160.14420.01520.0326
Parameter T value (def. 60)55524733
▲ Higher value is better. ▼ Lower value is better.
Table 5. Statistics for TPR (mean + std) for different noise fractions.
Table 5. Statistics for TPR (mean + std) for different noise fractions.
No.TPR (×102)
0.10.20.30.40.5
199.382 ± 0.04499.342 ± 0.03599.240 ± 0.02898.976 ± 0.02998.070 ± 0.046
298.711 ± 0.06698.642 ± 0.04498.475 ± 0.04298.031 ± 0.04796.738 ± 0.050
399.229 ± 0.04799.173 ± 0.03499.043 ± 0.03398.705 ± 0.03797.581 ± 0.044
498.389 ± 0.07498.301 ± 0.05598.104 ± 0.05397.562 ± 0.05096.041 ± 0.059
599.139 ± 0.05499.102 ± 0.03798.998 ± 0.04198.696 ± 0.03697.705 ± 0.045
Table 6. Statistics for MAETP (mean + std) for different noise fractions.
Table 6. Statistics for MAETP (mean + std) for different noise fractions.
No.MAETP
0.10.20.30.40.5
10.220 ± 0.0020.477 ± 0.0040.801 ± 0.0071.333 ± 0.0152.692 ± 0.037
20.517 ± 0.0041.132 ± 0.0071.885 ± 0.0112.943 ± 0.0194.890 ± 0.036
30.325 ± 0.0030.703 ± 0.0051.169 ± 0.0091.922 ± 0.0223.832 ± 0.044
40.696 ± 0.0061.545 ± 0.0112.592 ± 0.0134.024 ± 0.0236.410 ± 0.036
50.245 ± 0.0030.536 ± 0.0050.904 ± 0.0081.491 ± 0.0142.870 ± 0.030
Table 7. Statistics for FPR (mean + std) for different noise fractions.
Table 7. Statistics for FPR (mean + std) for different noise fractions.
No.FPR (×102)
0.10.20.30.40.5
10.081 ± 0.0040.119 ± 0.0060.246 ± 0.0100.760 ± 0.0192.355 ± 0.042
20.508 ± 0.0090.666 ± 0.0130.951 ± 0.0161.647 ± 0.0303.339 ± 0.044
20.175 ± 0.0050.231 ± 0.0070.384 ± 0.0110.974 ± 0.0222.807 ± 0.043
41.014 ± 0.0101.280 ± 0.0171.720 ± 0.0222.624 ± 0.0334.554 ± 0.048
50.119 ± 0.0050.186 ± 0.0080.352 ± 0.0130.888 ± 0.0212.400 ± 0.041
Table 8. Statistics for MAEFP (mean + std) for different noise fractions.
Table 8. Statistics for MAEFP (mean + std) for different noise fractions.
No.MAEFP
0.10.20.30.40.5
10.012 ± 0.0010.018 ± 0.0020.030 ± 0.0020.068 ± 0.0030.211 ± 0.006
20.128 ± 0.0040.160 ± 0.0050.206 ± 0.0050.293 ± 0.0070.498 ± 0.010
30.038 ± 0.0020.048 ± 0.0020.065 ± 0.0030.121 ± 0.0050.350 ± 0.009
40.206 ± 0.0050.281 ± 0.0070.381 ± 0.0080.534 ± 0.0100.815 ± 0.012
50.017 ± 0.0010.027 ± 0.0020.045 ± 0.0020.092 ± 0.0040.230 ± 0.006
Table 9. Statistics for FNR (mean + std) for different noise fractions.
Table 9. Statistics for FNR (mean + std) for different noise fractions.
No.FNR (×102)
0.10.20.30.40.5
10.618 ± 0.0440.658 ± 0.0350.760 ± 0.0281.024 ± 0.0291.930 ± 0.046
21.289 ± 0.0661.358 ± 0.0441.525 ± 0.0421.969 ± 0.0473.262 ± 0.050
30.771 ± 0.0470.827 ± 0.0340.957 ± 0.0331.295 ± 0.0372.419 ± 0.044
41.611 ± 0.0741.699 ± 0.0551.896 ± 0.0532.438 ± 0.0503.959 ± 0.059
50.861 ± 0.0540.898 ± 0.0371.002 ± 0.0411.304 ± 0.0362.295 ± 0.045
Table 10. Statistics for MAEFN (mean + std) for different noise fractions.
Table 10. Statistics for MAEFN (mean + std) for different noise fractions.
No.MAEFN
0.10.20.30.40.5
10.018 ± 0.0020.044 ± 0.0030.092 ± 0.0050.212 ± 0.0080.644 ± 0.019
20.048 ± 0.0030.110 ± 0.0050.209 ± 0.0070.432 ± 0.0131.090 ± 0.022
30.026 ± 0.0020.063 ± 0.0030.133 ± 0.0060.310 ± 0.0110.948 ± 0.021
40.072 ± 0.0040.161 ± 0.0060.295 ± 0.0100.587 ± 0.0151.410 ± 0.024
50.028 ± 0.0020.064 ± 0.0030.122 ± 0.0060.258 ± 0.0090.711 ± 0.016
Disclaimer/Publisher’s Note: The statements, opinions and data contained in all publications are solely those of the individual author(s) and contributor(s) and not of MDPI and/or the editor(s). MDPI and/or the editor(s) disclaim responsibility for any injury to people or property resulting from any ideas, methods, instructions or products referred to in the content.

Share and Cite

MDPI and ACS Style

Maliński, Ł. Decomposed Dissimilarity Measure for Evaluation of Digital Image Denoising. Sensors 2023, 23, 5657. https://doi.org/10.3390/s23125657

AMA Style

Maliński Ł. Decomposed Dissimilarity Measure for Evaluation of Digital Image Denoising. Sensors. 2023; 23(12):5657. https://doi.org/10.3390/s23125657

Chicago/Turabian Style

Maliński, Łukasz. 2023. "Decomposed Dissimilarity Measure for Evaluation of Digital Image Denoising" Sensors 23, no. 12: 5657. https://doi.org/10.3390/s23125657

Note that from the first issue of 2016, this journal uses article numbers instead of page numbers. See further details here.

Article Metrics

Back to TopTop