Literature DB >> 35186109

COVID-19 CT image denoising algorithm based on adaptive threshold and optimized weighted median filter.

Shuli Guo1, Guowei Wang1, Lina Han2, Xiaowei Song1, Wentao Yang1.   

Abstract

CT image of COVID-19 is disturbed by impulse noise during transmission and acquisition. Aiming at the problem that the early lesions of COVID-19 are not obvious and the density is low, which is easy to confuse with noise. A median filtering algorithm based on adaptive two-stage threshold is proposed to improve the accuracy for noise detection. In the advanced stage of ground-glass lesion, the density is uneven and the boundary is unclear. It has similar gray value to the CT images of suspected COVID-19 cases such as adenovirus pneumonia and mycoplasma pneumonia (reticular shadow and strip shadow). Aiming at the problem that the traditional weighted median filter has low contrast and fuzzy boundary, an adaptive weighted median filter image denoising method based on hybrid genetic algorithm is proposed. The weighted denoising parameters can adaptively change according to the detailed information of lung lobes and ground-glass lesions, and it can adaptively match the cross and mutation probability of genetic combined with the steady-state regional population density, so as to obtain a more accurate COVID-19 denoised image with relatively few iterations. The simulation results show that the improved algorithm under different density of impulse noise is significantly better than other algorithms in peak signal-to-noise ratio (PSNR), image enhancement factor (IEF) and mean absolute error (MSE). While protecting the details of lesions, it enhances the ability of image denoising.
© 2022 Elsevier Ltd. All rights reserved.

Entities:  

Keywords:  Adaptive threshold; COVID-19 CT image; Hybrid genetic algorithm; Median filter; Weighting parameters

Year:  2022        PMID: 35186109      PMCID: PMC8847113          DOI: 10.1016/j.bspc.2022.103552

Source DB:  PubMed          Journal:  Biomed Signal Process Control        ISSN: 1746-8094            Impact factor:   5.076


Introduction

Background & problem domain

Since December 2019, COVID-19 has spread widely around the world. According to the data released by the Johns Hopkins University, as of September 18, 2020, there were 30065728 confirmed cases in the world. The disease is highly infectious and it can cause severe acute dyspnea. Studies have shown that computed tomography (CT), as a non-invasive imaging method, is of great value in detecting lung lesions in patients with COVID-19. Therefore, CT can be used for detection and diagnosis of COVID-19. However, CT images will produce high-dose radiation in the process of acquisition, which will pose a great threat to the patient’s health. Therefore, at present, the damage to the patient’s body is usually reduced by decreasing the CT dose. But CT images taken with low dose usually have noise. The generation of noise will affect the quality of CT images, which will seriously affect the doctor’s diagnosis for the patient’s condition. Lung CT images are inevitably disturbed by various noises in the process of acquisition, transmission and storage, which will cause some random, discrete and isolated pixels on the image, that is, image noise will bring bad interference to lesion image segmentation and doctors’ judgment of patients’ condition.

Review of literature

At present, nucleic acid detection is the most common method to diagnose COVID-19 [1]. This method combines RNA reverse transcription and polymerase chain reaction (RT-PCR) to detect the viral RNA fragments [2], [3], and the diagnosis can be confirmed by the positive nucleic acid test. However, the screening of RT-PCR has the problem of low sensitivity. Even if the RT-PCR result of suspected patient is negative, the possibility of SARS-Cov-2 infection cannot be completely ruled out [4]. In addition, nucleic acid testing has the disadvantage of time-consuming and it requires a special test kits. Therefore, it is necessary to further accelerate the detection speed and reduce the cost [5]. Through the comparative experimental analysis of CT and RT-PCR, Ai [6] pointed out that the diagnosis based on chest CT image is faster and more efficient than RT-PCR. Generally speaking, the lungs of patients with COVID-19 have typical imaging features [7], including ground-glass opacities (GGO), pulmonary sclerosis, pulmonary fibrosis and multiple lesions. In addition, related studies [8] have shown that the imaging information can play a vital role in the diagnosis of COVID-19. The autonomous diagnosis of COVID-19 based on artificial intelligence can minimize the contact between doctors and the virus, which reduces the chance of infection [9], [10]. However, the manual analysis and diagnosis process based on CT images are highly dependent on professional knowledge [11], and the analysis of CT image features is time-consuming, which is difficult to observe hidden lesions in the early stage, and it is hard to distinguish other viral pneumonia and bacterial pneumonia [12]. The automatic diagnosis of COVID-19 can convert the visual image into the deep-level feature information [13], [14], which can be quantified. It helps to reduce manual operation and improve the efficiency of accurate quantitative analysis. Standard median filter can preferably filter impulse noise. However, the traditional median filter takes the median value of the neighborhood pixels, the information points in the image may be filtered out and replaced by noise points, which will lead to the loss of some details in the image. Therefore, many scholars have proposed some improved algorithms. Verma [15] proposed adaptive median filter (AMF) algorithm, which shows good filtering performance in low-intensity noise, but when the noise density is too high, a large number of noises needs to be filtered, and the filtering window will expand. The current pixel and the replaced median may lack correlation, resulting in information loss and image blur. Sheela [16] proposed the switching median filter (SMF) method. This method determines whether each pixel is noisy. Due to the threshold needs to be defined in advance when judging the noise, the threshold remains unchanged in the processing process, the final filtering effect is not very ideal. Gupta [17] proposed a discrimination-based dual threshold median filter (DBF) method to judge whether the pixel is noisy by comparing the current pixel with the dual threshold. However, when dealing with high-intensity noise, this method is easy to produce ”tailing effect”, and the filtering performance is greatly reduced. Ahmed [18] proposed an improved discriminant-based asymmetric clipping median filter algorithm. This method can obtain good filtering effect under low-intensity noise, but under high-intensity, the filtering effect is very poor and some details are lost. There are some state-of-the-art methods about denoising algorithm reported. Zhao [19] obtains the residual spectrum according to logarithmic amplitude spectrum of the image, and then the inverse Fourier transform is used to obtain the saliency map. Although this method can suppress the image noise, the subtraction operation is used in the process of calculating the log amplitude. It not only suppresses the noise, but also restrains the detail information, which is not conducive to the denoising of the COVID-19 image. The CNN denoising method [20] can effectively use the global features of the image to significantly improve the denoising effect. The lower the number of CNN layers, the more primitive the extracted low-level features, such as color and edge lines. However, with the deepening of the network, the features extracted by the CNN method become more advanced, and a large number of low-level features will be lost. Yan [21] proposed a KSVD image denoising algorithm based on K-means and singular value decomposition (SVD). This method is based on the bayesian reconstruction theory, and it uses the K-means clustering to obtain an optimal signal sparse representation dictionary set. Through the linear combination of the dictionary elements, various signals are constructed to remove the noise in the CT image. However, dictionary learning brings high computational cost, resulting in too long time for image denoising. In addition, the KSVD method is also insufficient for denoising of high-proportion noisy images. Yahya [22] proposed block-matching and 3D filtering (BM3D) algorithm, which has achieved good results in various image denoising processes, but it is easy to cause tissue contour blur when denoising low-dose CT image. Moreover, there are a lot of parameters in the BM3D algorithm that need to be set manually, which severely limits the effect of the practical application. Gu [23] proposed a weighted kernel norm minimization (WNNM) denoising algorithm. This method can characterize the difference of image effect according to the matrix singular value, given different weights, and it highlights the important information for the image. However, this algorithm needs time-consuming SVD calculation and iterative approximation, which is slow and inefficient.

Gaps identified from review

The above improved algorithms have great improvements in filtering performance, but there are still some deficiencies in dealing with image detail blur. The lesions of COVID-19 mainly show various forms of ground-glass or consolidation shadow. In the early imaging of COVID-19, the change of lesions is not obvious, and the density is low, which is easy to confuse the early lesions of COVID-19 with noise. On the other hand, the lesions of ground-glass in the advanced stage are uneven and it have similar gray values to the CT images of suspected COVID-19 cases such as adenovirus pneumonia and mycoplasma pneumonia. The traditional weighted median filter denoising algorithm has the problems of low contrast and fuzzy boundary.

Highlights

The highlights of this work can be summarized as the following: (i) the adaptive two-stage threshold method is proposed, which reduces the misjudgment of noise signal points and improves the accuracy of detection for COVID-19; (ii) we develop the weighted median filter image denoising method based on adaptive hybrid genetic. The weighted denoising parameters can adaptively change according to the detailed information of lung lobes and ground-glass lesions, it can enhance the ability of image denoising while better protecting the details of the lesions; (iii) the cross and mutation probability of genetic algorithm based on the steady-state regional population density is advanced, which obtains a more accurate COVID-19 denoised image with relatively few iterations; (iv) in order to reduces the CPU time and improve the efficiency of the optimal solution, we investigate the doppler effect temperature improved simulated annealing algorithm.

Paper structure

The rest of this paper is organized as follows. Section 2 describes the multi-level threshold algorithm and its mathematical properties, and we present the algorithm of adaptive center weighted median filtering. In Section 3, we propose the adaptive hybrid genetic method and the advanced simulated annealing algorithm according to these properties. In Section 4, we show the simulation experiments for the different kinds of COVID-19 CT images. The paper is structured as shown in Fig.1 .
Fig. 1

Paper structure.

Paper structure.

Multi-level threshold center weighted adaptive median filtering algorithm

The CT image of early COVID-19 is easily confused by noise. The traditional extreme noise points judgment [24], [25], [26], [27] can easily cause misdiagnosis of COVID-19 lesion signals. For the single threshold filtering method, the pixel whose value exceeds the preset threshold will be judged as noise [28], [29], [30]. Therefore, using a single threshold method may increase the probability of error detection for noise. Hence, a median filtering method based on adaptive multi threshold discrimination is proposed. In this method, the noise pixels will be discriminated in a relatively narrow interval. Thus, this will improve the accuracy of noise detection.

Multi-level threshold calculation method

Calculation of threshold : this threshold is the first step of noise point detection. The purpose is to find suspected noise points. It can calculate the gray value of each pixel, the median gray value of the filter window, the gray average value of the four rectangular neighborhood windows on the top, bottom, left and right of the point (i, j). The calculation of threshold is:The variable n and m represent the length and the width of the filter window respectively(the length and width are equal), and f(i,j) represents the gray value of the current pixel. is the median gray value of all pixels in the filter window, and is the average gray value of all pixels in the filter window. Four neighborhood rectangular windows of and are defined on the top, bottom, left and right directions of the point (i,j), and the gray average values corresponding to the four neighborhood windows are defined as and , as shown in Fig.2 . The value calculation formula is: Calculation of the second threshold : this threshold is the second step for noise point detection. When the point is determined to be a suspected noise point, the average gray value of all pixels in the filter window is calculated. If the gray value of the point is significantly different from the average value, it can be determined that the current point is a noise point and needs to be replaced by the median value. Through the further accurate judgment for the suspected noise point by the second threshold , the calculation of is:The variable is the regulatory factor of threshold , the expression of and is: p is the image noise density, the expression is represents the number of noise points in the window. The threshold increases with the increase of noise density, and the threshold value is related to the noise density, so as to realize the adaptive selection of the threshold in the same image under different noise density.
Fig. 2

Filter window and gray value.

Filter window and gray value.

Adaptive weighted median filter algorithm

The lesions of ground-glass in the advanced COVID-19 show non-uniformity, which is similar to the CT images of COVID-19 suspected cases such as adenovirus pneumonia and mycoplasma pneumonia. Aiming at the problems of low contrast and fuzzy boundary in the traditional median filter denoising algorithm, a weighted median filter image denoising method based on adaptive hybrid genetic algorithm is proposed, so that the weighted denoising parameters can adapt to the changes according to the details of lung lobes and ground-glass lesions. Based on the steady-state regional population density, the cross and the mutation probability of genetic is adaptively matched to obtain a more accurate denoised CT image of COVID-19 with relatively few iterations. The calculation of the center weighted filtering [31], [32], [33], [34] is: represents the gray value when the weight of f(i,j) is w(i,j), is the center weighted median gray value, f(i,j) represents the gray value of pixel p(i,j), represents the hollow neighborhood of pixel p(i,j), and f(r,s) represents the gray value corresponding to all pixels in . The improved weight of the center weighted filtering is: and are weight parameters, which is optimized by the adaptive hybrid genetic algorithm. The weighted sub coefficient is set in the weighted coefficient w(i,j), is used to characterize the similarity between the current pixel and the median pixel (representing uncontaminated point). The smaller the similarity value, the greater the correlation. The calculation of the weighted sub coefficient is: represents the average value for the square of the difference between each pixel value and its average value, which is calculated as following: is the total number of window pixels and is the average value of all pixels in the current window. A weighted sub coefficient is set in the weighted coefficient w(i,j), and is used to characterize the similarity between the current pixel and the nearest noise point. According to the pixel space distance value, a distance correlation function Q(i,j) is designed to characterize the correlation between the current pixel and the noise points. The weighted coefficient should meet the following conditions: is a non-decreasing function with Q(i,j), that is, the greater the Q(i,j), the greater the weight value to be added; When Q(i,j) is small, w(i,j) should increase slightly, and when Q(i,j) is large, w(i,j) should increase greatly, that is, w(i,j) is positively correlated with Q(i,j). Setting the current pixel as f(i,j), and f(s,t) is the noise point pixel nearest to the current pixel. Combined with the weighted distance and its normalization, the following weighted function is obtained, which meets positive correlation and the requirement of human vision. Setting the weighted function is: Where, c is the distance constant, which is related to the size of the filter window, . Therefore, the c value of 5x5 detection window used in this paper is .Through the optimal combination for (), the relatively optimal denoising effect in the spatial domain can be obtained. The pixel weighted coefficient is represented as shown in Fig.3 .
Fig. 3

Weighting operator based on 5 * 5 image plane.

Weighting operator based on 5 * 5 image plane.

Improvement steps

Step 1: find out the maximum gray value and minimum gray value in the filter window, which is compared with the current pixel f(i,j). If -0, replace the weighted median value with the current point and repeat the above steps. The algorithm flow chart is shown in Fig.4 .
Fig. 4

Flow chart of median filtering based on adaptive threshold and optimized weighting parameters.

Flow chart of median filtering based on adaptive threshold and optimized weighting parameters.

Parameters optimization of weighted median filter based on adaptive hybrid genetic algorithm

The principle of the adaptive hybrid genetic optimization is as following: (i) Initializing the search space of , leading the genetic operators to search with to obtain the new solution ; (ii) Using the parameter factors and to carry out the optimal weighted median filter; (iii) Calculating the value of PSNR as the fitness of the genetic algorithm; (iv) Using simulated annealing to cover the solution with high fitness over the low fitness as the current optimal solution. In this way, the cycle stops until the termination condition is established to obtain the optimal solution corresponding to the highest fitness.

Improved operator strategy of adaptive hybrid genetic

In this paper, an adaptive hybrid genetic operator is proposed. In addition to retaining the ”excellent” individuals in the parents to the next generation, individuals with close to average fitness in the parents should also be considered. If the fitness value of the offspring generation extracted in the ”steady-state region” is higher than the average and close to the upper bound, it indicates that such parent individuals contain excellent gene patterns, it should be retained to the next generation. The diameter of the population is defined. The expression of the distance from the individual fitness value to the average value is . The neighborhood radius is defined as (M is the population number). If the number of populations in the steady-state region is N, the density of populations in the steady-state region is . We use the population density to correct the crossover and mutation probability (Eqs. (19), (20)). The adaptive hybrid crossover probability can be expressed as:The adaptive hybrid mutation probability can be expressed as: and are coefficients and 1.The adaptive hybrid cross operation is shown in Fig.5 , the adaptive hybrid mutation operation is shown in Fig.6 .
Fig. 5

Adaptive hybrid cross operation.

Fig. 6

Adaptive hybrid mutation operation.

Adaptive hybrid cross operation. Adaptive hybrid mutation operation.

Improved simulated annealing algorithm

Derek [35] proposed metropolis simulated annealing algorithm criterion. This paper further improves the cooling function and designs an expression similar to the doppler effect temperature decline curve:The traditional exponential simulated annealing is difficult to reach the low temperature state when the number of iterations is small; the rapid simulated annealing drops to the low temperature state prematurely, making the subsequent iterative solution unchanged. The ”doppler” curve takes the advantages of the two algorithms and eliminates their defects. It not only tends to the low temperature unurgency, but also continuously ”tempering and heating up” in the second half of annealing, so that the algorithm has multiple opportunities to jump out of the local optimum during the optimization process, making it easier to find out the global optimal solution. K is the total number of iterations, and k is the current number of iterations. The flow chart of the adaptive hybrid genetic combined with the doppler effect simulated annealing algorithm is shown in Fig.7 .
Fig. 7

Flow chart of adaptive genetic operator strategy.

Flow chart of adaptive genetic operator strategy.

Experimental results

Parameters setting

Aiming at the different kinds of COVID-19 CT images including early COVID-19, advanced COVID-19, early COVID-19 with non-symptom, advanced COVID-19 with non-symptom, adenovirus pneumonia added into the density 40% of the impulse noise are tested by the Intel E8200 CPU 2.5 GHz, RAM 8G, Matlab 2016a.Two dimensional median filter (TDMF) [36], multiple median filter (MMF) [37], switching median filter (SMF) [38], discriminant-based asymmetric cropping median filter (DBACMF) [39], center weighted median filter (CWMF) [40], adaptive median filter (AMF) [15], adaptive threshold and optimized weighted median filter (paper method, TWMF) are used for simulation comparison tests. Then, impulse noise with different density (10%,20%,30%,40%,50%,60%,70%) is selected to add noise in the tested images, and finally the above methods are used for simulation tests in turn. The experimental parameters are set as: , K = 100, M = 200.

Evaluation indexs

In order to objectively test the denoising effect of each method, mean square error (MSE), peak signal-to-noise ratio (PSNR) and image enhancement factor (IEF) are used to calculate the denoised image. The lower the MSE, the better the denoised image quality; the higher the peak signal-to-noise ratio and image enhancement factor, the better the denoising effect. The expression of MSE is:The expression of PSNR is:The expression of IEF is:f(i,j) represents the denoised pixel, represents the input pixel with impulse noise, x(i,j) represents the original pixel, M and N represents the length and width of the image respectively, the picture size is 512*512.

Denoising simulation experiments

Using the paper method and the comparison methods to do denoising simulations on the CT image of early COVID-19, and further comparing and analyzing the MSE, PSNR and IEF under different denoising methods. The comparative CT image denoising simulations of early COVID-19 are shown in Fig.8 . The evaluation index values are shown in Table 1 .
Fig. 8

CT image of early COVID-19 (a) impulse (40%) noise; (b) original CT image; (c) denoised image by TDMF; (d) denoised image by MMF; (e) denoised image by SMF; (f) denoised image by DBACMF; (g) denoised image by CWMF; (h) denoised image by AMF; (i) denoised image by TWMF.

Table 1

Comparison of TWMF with different methods for CT image of early COVID-19.

Denoising methodMSE/dBPSNR/dBIEF
TDMF288.523.5129.4
MMF256.324.0131.6
SMF166.726.3135.6
DBACMF154.626.8139.5
CWMF130.327.0142.7
AMF112.827.6145.4
TWMF81.629.0173.7
CT image of early COVID-19 (a) impulse (40%) noise; (b) original CT image; (c) denoised image by TDMF; (d) denoised image by MMF; (e) denoised image by SMF; (f) denoised image by DBACMF; (g) denoised image by CWMF; (h) denoised image by AMF; (i) denoised image by TWMF. Comparison of TWMF with different methods for CT image of early COVID-19. From the change trend of the data in the Table 1, compared with the comparative denoising methods, TWMF has increased the value of PSNR by about 5.5 dB, the value of MSE has been greatly reduced, the value of IEF has been increased by about 42 dB. It can be seen that the denoising effect for the CT image of early COVID-19 under TWMF is the best. There is no obvious change in the CT image of early COVID-19, the number of the lesion is small and the density is low. The traditional CT image denoising algorithms have the higher value of MSE and the lower value of IEF. It is easy to cause the CT image of early COVID-19 to be confused with noise, and it is easy to cause mistake diagnosis for patients with early COVID-19. The TWMF method improves the denoising accuracy for the CT image of early COVID-19. The CT image of early COVID-19 is simulated by denoising tests with different density (10%–70%) of impulse noise. The comparison for the MSE and IEF among different denoising methods by different density of the impulse noise is shown in Fig.13 (a)(b). The evaluation index values are shown in Table 6 .
Fig. 13

Early COVID-19 with different noise density: (a) comparison of the MSE; (b) comparison of the IEF. Advanced COVID-19 with different noise density: (a) comparison of the MSE; (b) comparison of the IEF. Adenovirus pneumonia with different noise density: (a) comparison of the MSE; (b) comparison of the IEF. Early COVID-19 with non-symptom by different noise density: (a) comparison of the MSE; (b) comparison of the IEF. Advanced COVID-19 with non-symptom by different noise density: (a) comparison of the MSE; (b) comparison of the IEF. .

Table 6

Comparison of TWMF with different methods for CT image of early COVID-19 with different noise density.

NoiseIndexTWMFTDMFMMFSMFDBACMFCWMFAMF
10%MSE/IEF59.3/190.5245.7/145.5174.8/148.6115.3/156.7121.6/161.8101.8/168.697.6/172.4
20%MSE/IEF64.6/184.4254.9/137.1201.3/144.8125.1/152.8131.9/154.1116.2/156.8103.7/160.8
30%MSE/IEF75.3/180.7273.7/133.8222.9/134.1155.6/145.8144.9/144.6123.5/148.4106.9/155.5
40%MSE/IEF81.6/173.7288.5/129.4256.3/131.6166.7/135.6154.6/139.5130.3/142.7112.8/145.4
50%MSE/IEF87.6/168.3301.4/126.8266.7/126.5184.9/132.4176.2/132.7136.7/138.8123.2/141.6
60%MSE/IEF98.9/162.6323.9/121.2280.7/122.2195.9/126.5180.7/128.5143.2/133.5131.4/135.8
70%MSE/IEF107.2/158.7341.9/116.3301.8/117.6207.2/120.5189.2/125.7153.6/129.2139.3/130.7
Early COVID-19 with different noise density: (a) comparison of the MSE; (b) comparison of the IEF. Advanced COVID-19 with different noise density: (a) comparison of the MSE; (b) comparison of the IEF. Adenovirus pneumonia with different noise density: (a) comparison of the MSE; (b) comparison of the IEF. Early COVID-19 with non-symptom by different noise density: (a) comparison of the MSE; (b) comparison of the IEF. Advanced COVID-19 with non-symptom by different noise density: (a) comparison of the MSE; (b) comparison of the IEF. . Comparison of TWMF with different methods for CT image of early COVID-19 with different noise density. When the value of MSE is smaller and the value of IEF is larger, it means that the denoised image is closer to the original image. It can be seen from the Fig.13(a)(b) that with the increase of the impulse noisy density, the PSNR is gradually reduced and the MES is gradually increased under different denoising methods. Compared with the different traditional denoising methods, the IEF of TWMF is still the largest, and the MSE of TWMF is still the smallest. In conclusion, compared with the traditional denoising methods, the improved median filter denoising algorithm in this paper increases the IEF and reduces the MSE for CT image of early COVID-19 to a certain extent with different noise density. It significantly improves the denoised effect. Using the TWMF and the comparison methods to do denoising simulations on the CT image of advanced COVID-19. The comparative CT image denoising simulations of advanced COVID-19 are shown in Fig.9 . The evaluation index values are shown in Table 2 .
Fig. 9

CT image of advanced COVID-19 (a) impulse (40%) noise; (b) original CT image; (c) denoised image by TDMF; (d) denoised image by MMF; (e) denoised image by SMF; (f) denoised image by DBACMF; (g) denoised image by CWMF; (h) denoised image by AMF; (i) denoised image by TWMF.

Table 2

Comparison of TWMF with different methods for CT image of advanced COVID-19

Denoising methodMSE/dBPSNR/dBIEF
TDMF324.423.0127.1
MMF274.723.7138.0
SMF198.725.2142.9
DBACMF174.825.7148.5
CWMF149.426.4152.8
AMF123.727.2159.5
TWMF87.128.7172.4
CT image of advanced COVID-19 (a) impulse (40%) noise; (b) original CT image; (c) denoised image by TDMF; (d) denoised image by MMF; (e) denoised image by SMF; (f) denoised image by DBACMF; (g) denoised image by CWMF; (h) denoised image by AMF; (i) denoised image by TWMF. Comparison of TWMF with different methods for CT image of advanced COVID-19 From the change trend of the data in the Table 2, compared with the comparative denoising methods, TWMF has increased the value of PSNR by about 5.7 dB, the value of MSE has been greatly reduced, the value of IEF has been increased by about 45 dB. It can be seen that the denoising effect for the CT image of advanced COVID-19 under TWMF is best. The advanced stage of COVID-19 is characterized by increased number of lesions and increased density. The TWMF method improves the denoising accuracy for the CT image of advanced COVID-19 and it reduces the misdiagnosis rate for the advanced lesions. The CT image of advanced COVID-19 is simulated by denoising tests with different density(10%–70%) of impulse noise. The comparison for the MSE and IEF among different denoising methods with different density of the impulse noise is shown in Fig.13(c)(d).The evaluation index values are shown in Table 7 .
Table 7

Comparison of TWMF with different methods for CT image of advanced COVID-19 with different noise density

NoiseIndexTWMFTDMFMMFSMFDBACMFCWMFAMF
10%MSE/IEF60.1/193.3130.5/147.7123.5/152.6115.3/158.6108.5/163.3102.2/165.693.5/170.3
20%MSE/IEF72.5/182.5201.7/140.7173.4/145.8140.4/150.8136.7/158.2127.3/159.9104.8/166.3
30%MSE/IEF80.7/176.5276.3/135.6224.3/140.6174.3/146.9159.9/153.2136.3/154.2114.2/162.9
40%MSE/IEF87.1/172.4324.4/127.1274.7/138.0198.7/142.9174.8/148.5149.4/152.8123.7/159.5
50%MSE/IEF94.4/166.7350.7/122.5302.8/133.3222.3/135.5201.9/140.3162.4/146.7142.5/151.9
60%MSE/IEF100.5/160.8376.8/118.8341.2/128.9254.3/131.8225.5/135.7198.3/140.6168.2/146.8
70%MSE/IEF108.5/150.9399.4/112.6362.2/120.7296.3/125.3253.3/128.9234.8/132.1201.3/140.0
Comparison of TWMF with different methods for CT image of advanced COVID-19 with different noise density It can be seen from the Fig.13(c)(d) and Table 7 that with the increase of the impulse noisy density, the IEF is gradually reduced and the MES is gradually increased under different denoising methods. Compared with the different traditional denoising methods, the IEF of TWMF is still the largest, and the MSE of TWMF is still the smallest. In conclusion, the TWMF significantly improves the denoised effect for CT image of advanced COVID-19 to a certain extent with different noisy density. Using the TWMF and the comparison methods to do denoising simulations on the CT image of adenovirus pneumonia (suspected cases of COVID-19). The comparative CT image denoising simulations of adenovirus pneumonia are shown in Fig.10 . The evaluation index values are shown in Table 3 .
Fig. 10

CT image of adenovirus pneumonia (suspected cases of COVID-19) (a) impulse (40%) noise; (b) original CT image; (c) denoised image by TDMF; (d) denoised image by MMF; (e) denoised image by SMF; (f) denoised image by DBACMF; (g) denoised image by CWMF; (h) denoised image by AMF; (i) denoised image by TWMF.

Table 3

Comparison of TWMF with different methods for CT image of adenovirus pneumonia

Denoising methodMSE/dBPSNR/dBIEF
TDMF289.723.5131.2
MMF247.824.2137.5
SMF198.225.2142.6
DBACMF156.926.2149.9
CWMF145.026.5148.1
AMF123.327.2151.7
TWMF83.628.9172.5
CT image of adenovirus pneumonia (suspected cases of COVID-19) (a) impulse (40%) noise; (b) original CT image; (c) denoised image by TDMF; (d) denoised image by MMF; (e) denoised image by SMF; (f) denoised image by DBACMF; (g) denoised image by CWMF; (h) denoised image by AMF; (i) denoised image by TWMF. Comparison of TWMF with different methods for CT image of adenovirus pneumonia From the change trend of the data in the Table 3, compared with the comparative denoising methods, TWMF has increased the value of PSNR by about 5.4 dB, the value of MSE has been greatly reduced, the value of IEF has been increased by about 41 dB. It can be seen that the denoising effect for the CT image of adenovirus pneumonia under TWMF is the best. The CT image of adenovirus pneumonia is patchy, small nodular ground-glass shadow, and then developing into consolidation shadow, bronchial wall thickening, visible mesh or strip shadow. The TWMF improves the denoising accuracy for the CT image of adenovirus pneumonia and reduces the misdiagnosis rate for the lesions. The CT image of adenovirus pneumonia are simulated by denoising tests with different density (10%–70%) of impulse noise. The comparison for the MSE and IEF among different methods with different density of the impulse noise is shown in Fig.13(e)(f). The evaluation index values are shown in Table 8 .
Table 8

Comparison of TWMF with different methods for CT image of adenovirus pneumonia with different noise density

NoiseIndexTWMFTDMFMMFSMFDBACMFCWMFAMF
10%MSE/IEF58.1/194.4124.5/148.8117.4/150.7108.5/53.8100.7/159.896.4/164.788.2/168.4
20%MSE/IEF65.4/186.7186.4/142.8165.4/145.8148.5/148.3123.4/156.8114.4/158.7101.6/162.7
30%MSE/IEF72.4/179.8226.5/137.9211.8/141.5176.8/44.6144.6/151.5129.5/153.8116.4/156.9
40%MSE/IEF83.6/172.5289.7/131.2247.8/137.5198.2/42.6156.9/149.9145.0/148.1123.3/151.7
50%MSE/IEF89.2/164.5321.6/125.4277.5/132.6221.5/37.6178.5/141.6179.5/144.3138.6/148.7
60%MSE/IEF97.4/158.7356.8/119.0307.3/126.7287.8/131.5204.4/136.7198.5/138.6154.3/142.3
70%MSE/IEF105.5/150.6388.6/116.4344.5/121.9324.4/125.3236.4/131.7226.8/135.3178.6/137.7
Comparison of TWMF with different methods for CT image of adenovirus pneumonia with different noise density It can be seen from the Fig.13(e)(f) and Table 8 that with the increase of the impulse noisy density, the IEF is gradually reduced and the MES is gradually increased under different denoising methods. Compared with the different traditional denoising methods, the IEF of TWMF is still the largest, and the MSE of TWMF is still the smallest. In conclusion, the TWMF method significantly improves the denoised effect for CT image of adenovirus pneumonia to a certain extent with different noisy density. Using the TWMF and the comparison methods to do denoising simulations on the CT image with non-symptom of early COVID-19. The comparative CT image denoising simulations are shown in Fig.11 . The evaluation index values are shown in Table 4 .
Fig. 11

CT image of early COVID-19 with non-symptom (a) impulse (40%) noise; (b) original CT image; (c) denoised image by TDMF; (d) denoised image by MMF; (e) denoised image by SMF; (f) denoised image by DBACMF; (g) denoised image by CWMF; (h) denoised image by AMF; (i) denoised image by TWMF.

Table 4

Comparison of TWMF with different methods for CT image of early COVID-19 with non-symptom

Denoising methodMSE/dBPSNR/dBIEF
TDMF292.723.5132.2
MMF248.824.2138.9
SMF232.324.5140.8
DBACMF214.824.9143.4
CWMF178.525.6146.7
AMF149.226.4149.6
TWMF92.828.5179.2
CT image of early COVID-19 with non-symptom (a) impulse (40%) noise; (b) original CT image; (c) denoised image by TDMF; (d) denoised image by MMF; (e) denoised image by SMF; (f) denoised image by DBACMF; (g) denoised image by CWMF; (h) denoised image by AMF; (i) denoised image by TWMF. Comparison of TWMF with different methods for CT image of early COVID-19 with non-symptom From the change trend of the data in the Table 4, compared with the comparative denoising methods, TWMF has increased the value of PSNR by about 5 dB, the value of MSE has been greatly reduced, the value of IEF has been increased by about 47 dB. It can be seen that the denoising effect for the CT image of early COVID-19 with non-symptom under TWMF is the best. The CT image of early COVID-19 with non-symptom are simulated by denoising test with different density (10%–70%) of impulse noise. The comparison for the MSE and IEF among different denoising methods with different density of the impulse noise is shown in Fig.13(g)(h). The evaluation index values are shown in Table 9 .
Table 9

Comparison of TWMF with different methods for early COVID-19 with non-symptom by different noise density

NoiseIndexTWMFTDMFMMFSMFDBACMFCWMFAMF
10%MSE/IEF72.1/200.4107.6/159.4104.5/163.4103.4/168.5101.5/173.797.2/175.495.2/178.5
20%MSE/IEF80.6/192.9164.7/150.4155.7/152.8157.4/160.8156.4/161.6121.5/162.6112.3/165.5
30%MSE/IEF85.5/185.4225.3/143.7202.4/145.7199.3/150.6188.4/150.7154.6/153.4128.7/156.6
40%MSE/IEF92.8/179.2292.7/132.2248.8/138.9232.3/140.8214.8/143.4178.5/146.7149.2/149.6
50%MSE/IEF98.3/172.7328.4/125.7286.5/132.7267.5/132.8243.2/135.7206.4/138.6175.4/142.8
60%MSE/IEF104.5/167.4376.4/118.6312.4/125.6301.3/125.7288.9/128.4235.3/132.7202.5/136.6
70%MSE/IEF112.7/159.4404.4/110.5355.7/116.3342.8/118.3312.6/120.4265.5/126.8248.3/128.6
Comparison of TWMF with different methods for early COVID-19 with non-symptom by different noise density It can be seen from the Fig.13(g)(h) and Table 9 that with the increase of the impulse noisy density, the IEF is gradually reduced and the MES is gradually increased under different denoising methods. Compared with the different traditional denoising methods, the IEF of TWMF is still the largest, and the MSE of TWMF is still the smallest. In conclusion, the TWMF significantly improves the denoised effect for CT image of early COVID-19 with non-symptom to a certain extent by different noisy density. Using the TWMF and the comparison methods to do denoising simulations on the CT image of advanced COVID-19 with non-symptom. The comparative CT image denoising simulations of advanced COVID-19 with non-symptom are shown in Fig.12 . The evaluation index values are shown in Table 5 .
Fig. 12

CT image of advanced COVID-19 with non-symptom (a) impulse (40%) noise; (b) original CT image; (c) denoised image by TDMF; (d) denoised image by MMF; (e) denoised image by SMF; (f) denoised image by DBACMF; (g) denoised image by CWMF; (h) denoised image by AMF; (i) denoised image by TWMF.

Table 5

Comparison of TWMF with different methods for CT image of advanced COVID-19 with non-symptom.

Denoising methodMSE/dBPSNR/dBIEF
TDMF285.723.6121.6
MMF261.724.0129.4
SMF233.325.1137.7
DBACMF196.525.2142.1
CWMF156.626.2154.8
AMF149.426.4168.5
TWMF89.228.6181.8
CT image of advanced COVID-19 with non-symptom (a) impulse (40%) noise; (b) original CT image; (c) denoised image by TDMF; (d) denoised image by MMF; (e) denoised image by SMF; (f) denoised image by DBACMF; (g) denoised image by CWMF; (h) denoised image by AMF; (i) denoised image by TWMF. Comparison of TWMF with different methods for CT image of advanced COVID-19 with non-symptom. From the change trend of the data in the Table 5, compared with the comparative denoising methods, TWMF has increased the value of PSNR by about 5.0 dB, the value of MSE has been greatly reduced, the value of IEF has been increased by about 60 dB. It can be seen that the denoising effect for the CT image of advanced COVID-19 with non-symptom under TWMF is the best. The CT image of advanced COVID-19 with non-symptom is simulated by denoising test with different density (10%–70%) of impulse noise. The comparison for the MSE and IEF among different denoising methods with different density of the impulse noise is shown in Fig.13(i)(j).The evaluation index values are shown in Table 10 .
Table 10

Comparison of TWMF with different methods for advanced COVID-19 with non-symptom by different noise density

NoiseIndexTWMFTDMFMMFSMFDBACMFCWMFAMF
10%MSE/IEF60.1/207.3124.6/148.9114.1/152.5105.5/158.494.2/169.489.5/177.780.3/192.5
20%MSE/IEF73.3/196.6187.4/138.5175.3/143.7168.2/150.6150.5/158.9126.9/168.4113.2/185.6
30%MSE/IEF82.6/188.8234.4/129.7228.4/135.8190.2/142.7174.2/149.5140.3/160.5129.3/177.7
40%MSE/IEF89.2/181.8285.7/121.6261.7/129.4233.3/137.7196.5/142.1156.6/154.8149.4/168.5
50%MSE/IEF96.4/172.8325.2/116.5315.2/122.7305.6/128.4245.3/135.6211.1/142.2186.2/155.8
60%MSE/IEF103.4/162.8359.7/112.3345.5/117.9327.7/122.2288.3/129.7256.5/133.8215.1/143.4
70%MSE/IEF114.3/150.1398.6/108.8382.2/112.4366.5/118.9334.7/124.1298.4/128.2264.2/135.0
Comparison of TWMF with different methods for advanced COVID-19 with non-symptom by different noise density It can be seen from the Fig.13(i)(j) and Table 10 that with the increase of the impulse noisy density, the IEF is gradually reduced and the MES is gradually increased under different denoising methods. Compared with the different traditional denoising methods, the IEF of TWMF is still the largest, and the MSE of TWMF is still the smallest. In conclusion, the paper method significantly improves the denoised effect for CT image of advanced COVID-19 with non-symptom to a certain extent by different noisy density. Aiming at the different kinds of COVID-19 CT imagesadaptive hybrid genetic combined with exponential simulated annealing [41] (AHG + ESA) orthogonal adaptive genetic [42] combined with rapid simulated annealing [43] (OAG + RSA) traditional adaptive genetic [44] combined with exponential simulated annealing (TAG + ESA) adaptive hybrid genetic combined with doppler effect simulated annealing (AHG + DESA, paper method) are used for simulation comparison tests of denoising parameters optimization. The fitness evolution curve for different COVID-19 CT images are shown in Fig.14 . The evaluation index values of time processing under different methods are shown in Table 11 .
Fig. 14

Fitness evolution curve of denoising parameters optimization for different CT images. (a) CT image of early COVID-19; (b) CT image of advanced COVID-19; (c) CT image with non-symptom of early COVID-19; (d) CT image with non-symptom of advanced COVID-19; (d) CT image of adenovirus pneumonia.

Table 11

Time processing of CT image denoised under different methods

CT imageAHG + ESAOAG + RSATAG + ESAAHG + DESA
Early COVID-193.463.524.762.66
Advanced COVID-193.783.824.912.83
Non-symptom of early COVID-193.713.764.882.81
Non-symptom of advanced COVID-193.793.864.962.87
Adenovirus pneumonia3.903.945.032.97
Fitness evolution curve of denoising parameters optimization for different CT images. (a) CT image of early COVID-19; (b) CT image of advanced COVID-19; (c) CT image with non-symptom of early COVID-19; (d) CT image with non-symptom of advanced COVID-19; (d) CT image of adenovirus pneumonia. Time processing of CT image denoised under different methods It can be seen from the Fig.14 and Table 11 that with the increase of the number of iterations, the standard deviation of the objective function value is gradually reduced and the processing time is gradually increased under different parameters optimization methods. Compared with the different comparison methods, the number of iterations of “HG + DESA” is still the smallest, and the processing time of “AHG + DESA” is still the fastest. In conclusion, the paper method (AHG + DESA) significantly improves the denoised effect for different kinds of COVID-19 CT images of parameters optimization.

Comparison to state-of-the-art methods

We compared the TWMF with 9 state-of-the-art approaches including TWSC [45], KSVD [21], activity-tuned image filtering(ATIF) [19], WNNM [23], BM3D [22], SAINT [46], DAAM [47], TNRD [48], DnCNN [20] to do denoising simulations on the CT image of early COVID-19, and further comparing and analyzing the MSE, PSNR and IEF under different denoising methods. The comparative CT image denoising simulations of early COVID-19 are shown in Fig.15 . The evaluation index values are shown in Table 12 . From the change trend of the data in the Table 12, compared with the comparative denoising methods, TWMF has increased the value of PSNR by about 1.2 dB, the value of MSE has been reduced by about 27 dB, the value of IEF has been increased by about 21 dB. It can be seen that the denoising effect for the CT image of early COVID-19 under TWMF is the best. The early stage of COVID-19 is characterized by less number of lesions and less density. The TWMF method improves the denoising accuracy for the CT image of early COVID-19 and reduces the missed diagnosis for the early lesions.
Fig. 15

CT image of early COVID-19 (a) original CT image; (b) impulse (40%) noise; (c) denoised image by TWSC; (d) denoised image by KSVD; (e) denoised image by ATIF; (f) denoised image by WNNM; (g) denoised image by BM3D; (h) denoised image by SAINT; (i) denoised image by DAAM; (j) denoised image by TNRD; (k) denoised image by DnCNN; (l) denoised image by TWMF.

Table 12

Comparison of TWMF with denoising SOTA methods for CT image of early COVID-19

Denoising methodMSE/dBPSNR/dBIEF
TWSC108.527.8152.5
KSVD106.527.8154.7
ATIF103.327.9156.3
WNNM100.827.9158.8
BM3D98.328.0160.2
SAINT97.828.0162.5
DAAM96.228.1163.0
TNRD95.928.2164.4
DnCNN94.228.3165.1
TWMF81.629.0173.7
CT image of early COVID-19 (a) original CT image; (b) impulse (40%) noise; (c) denoised image by TWSC; (d) denoised image by KSVD; (e) denoised image by ATIF; (f) denoised image by WNNM; (g) denoised image by BM3D; (h) denoised image by SAINT; (i) denoised image by DAAM; (j) denoised image by TNRD; (k) denoised image by DnCNN; (l) denoised image by TWMF. Comparison of TWMF with denoising SOTA methods for CT image of early COVID-19

Conclusion

In this paper, a median filtering method based on multi-level threshold and parameters optimization is proposed. In this method, the pixels in the horizontal and vertical directions of the pixels to be processed, the multi-level threshold for detecting impulse noise is selected by comprehensive estimation, because the threshold changes with the movement of the window, which reflects the adaptability of threshold selection. In this paper, the algorithm gives different weight values to each pixel according to the gray distance between the pixel and the central pixel and the spatial distance between the pixel and the noise point to filter out the noise. The adaptive hybrid genetic algorithm combined with the doppler effect simulated annealing algorithm is used to determine the weight value of the improved median filter. The simulation results show that this method has greater advantages in denoising ability than other filtering methods of the iteration and the processing time, and the performance of detail protection is also greatly improved.

CRediT authorship contribution statement

Shuli Guo: Conceptualization, Methodology. Guowei Wang: Writing & original draft, Data curation, Software. Lina Han: Writing - review & editing. Xiaowei Song: Investigation. Wentao Yang: Validation.

Declaration of Competing Interest

The authors declare that they have no known competing financial interests or personal relationships that could have appeared to influence the work reported in this paper.
  18 in total

1.  Removal of ring artifacts in computed tomographic imaging using iterative center weighted median filter.

Authors:  Fazle Sadi; Soo Yeol Lee; Md Kamrul Hasan
Journal:  Comput Biol Med       Date:  2009-12-23       Impact factor: 4.589

2.  Beyond a Gaussian Denoiser: Residual Learning of Deep CNN for Image Denoising.

Authors:  Kai Zhang; Wangmeng Zuo; Yunjin Chen; Deyu Meng; Lei Zhang
Journal:  IEEE Trans Image Process       Date:  2017-02-01       Impact factor: 10.856

3.  Coronavirus Disease 2019 (COVID-19): Role of Chest CT in Diagnosis and Management.

Authors:  Yan Li; Liming Xia
Journal:  AJR Am J Roentgenol       Date:  2020-03-04       Impact factor: 3.959

4.  Nonlocal image restoration with bilateral variance estimation: a low-rank approach.

Authors:  Weisheng Dong; Guangming Shi; Xin Li
Journal:  IEEE Trans Image Process       Date:  2012-10-02       Impact factor: 10.856

5.  Trainable Nonlinear Reaction Diffusion: A Flexible Framework for Fast and Effective Image Restoration.

Authors:  Yunjin Chen; Thomas Pock
Journal:  IEEE Trans Pattern Anal Mach Intell       Date:  2016-08-01       Impact factor: 6.226

6.  A method to remove chattering alarms using median filters.

Authors:  Yongkui Sun; Wen Tan; Tongwen Chen
Journal:  ISA Trans       Date:  2017-12-27       Impact factor: 5.468

7.  Real-time RT-PCR in COVID-19 detection: issues affecting the results.

Authors:  Alireza Tahamtan; Abdollah Ardebili
Journal:  Expert Rev Mol Diagn       Date:  2020-04-22       Impact factor: 5.225

8.  Using Artificial Intelligence to Detect COVID-19 and Community-acquired Pneumonia Based on Pulmonary CT: Evaluation of the Diagnostic Accuracy.

Authors:  Lin Li; Lixin Qin; Zeguo Xu; Youbing Yin; Xin Wang; Bin Kong; Junjie Bai; Yi Lu; Zhenghan Fang; Qi Song; Kunlin Cao; Daliang Liu; Guisheng Wang; Qizhong Xu; Xisheng Fang; Shiqin Zhang; Juan Xia; Jun Xia
Journal:  Radiology       Date:  2020-03-19       Impact factor: 11.105

9.  Stability issues of RT-PCR testing of SARS-CoV-2 for hospitalized patients clinically diagnosed with COVID-19.

Authors:  Yafang Li; Lin Yao; Jiawei Li; Lei Chen; Yiyan Song; Zhifang Cai; Chunhua Yang
Journal:  J Med Virol       Date:  2020-04-05       Impact factor: 2.327

10.  Massive and rapid COVID-19 testing is feasible by extraction-free SARS-CoV-2 RT-PCR.

Authors:  Ioanna Smyrlaki; Martin Ekman; Antonio Lentini; Nuno Rufino de Sousa; Natali Papanicolaou; Martin Vondracek; Johan Aarum; Hamzah Safari; Shaman Muradrasoli; Antonio Gigliotti Rothfuchs; Jan Albert; Björn Högberg; Björn Reinius
Journal:  Nat Commun       Date:  2020-09-23       Impact factor: 14.919

View more

北京卡尤迪生物科技股份有限公司 © 2022-2023.