Next Article in Journal
Brain Tumor Detection and Classification Using Deep Learning and Sine-Cosine Fitness Grey Wolf Optimization
Previous Article in Journal
Engineered Microenvironments for 3D Cell Culture and Regenerative Medicine: Challenges, Advances, and Trends
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Editorial

Deep Learning for Detecting COVID-19 Using Medical Images

1
Department of Digital Medicine, School of Biomedical Engineering and Imaging Medicine, Army Medical University (Third Military Medical University), Chongqing 400038, China
2
Department of Radiology, Southwest Hospital, Army Medical University (Third Military Medical University), Chongqing 400038, China
*
Author to whom correspondence should be addressed.
Bioengineering 2023, 10(1), 19; https://doi.org/10.3390/bioengineering10010019
Submission received: 29 November 2022 / Accepted: 19 December 2022 / Published: 22 December 2022
The global spread of COVID-19 (also known as SARS-CoV-2) is a major international public health crisis. The epidemic has posed a threat to governments and societies worldwide, resulting in huge loss of life and property. The best way to stop the epidemic is to identify and isolate infected people as quickly as possible. Although many COVID-19 biomarkers and advanced sensing technologies have been proposed [1], reverse transcription polymerase chain reaction (RT-PCR) is the gold standard for COVID-19 detection [2]. Note that RT-PCR also has obvious disadvantages, such as false negative and poor real-time performance. In clinical practice, medical imaging is an effective tool for rapid auxiliary screening of COVID-19, such as CXR (Chest X-ray Radiograph) and CT (Computed Tomography). It was especially useful in the early stages of COVID-19 outbreak. In general, COVID-19 has certain features that differ from the other type of pneumonia in chest imaging; however, manual screening of COVID-19 from medical images is a time-consuming and labor-intensive task. In addition, it is difficult for clinicians with less experience to distinguish the imaging manifestations of COVID-19. Compared with the visual observation of clinicians, deep learning can automatically extract more separable features from chest imaging, greatly improve the diagnostic accuracy, and reduce the workload of clinicians. Therefore, scholars worldwide attempt to employ deep-learning techniques to handle medical imaging in order to achieve accurate COVID-19 detection.
As a kind of medical image that is easily obtained, CXR has been used to detect COVID-19. Minaee [3] carried out binary classification tasks to detect COVID-19 using four classical convolutional networks named ResNet18, ResNet50, SqueezeNet and DenseNet-121, and achieved the highest classification accuracy of 92.3%, which demonstrated the feasibility of COVID-19 detection using CXRs. Al-Waisy [4] tried to use two networks for decision fusion to reduce model bias, which carried out normal and abnormal classification tasks, and obtained a classification accuracy of 98.8%. This work initially explored the improvement space of COVID-19 intelligent detection tasks; however, this simple task is of little significance in practical application; it is inappropriate to classify normal and other diseases into the same category. Wang [5] employed some basic deep networks to detect normal chest, COVID-19 and other pneumonia, in which the sensitivity of COVD-19 can reach more than 80%. In addition, Wang released a large public dataset named COVIDx, which made great contributions to early research on COVID-19 detection. In addition, there are also some research studies on COVID-19 detection based on feature extraction. Features such as texture were extracted manually, and then classified by a neural network. Note that this operation increases workload, and the results are no better than those obtained using a neural network directly [6,7]. Lin [8] proposed an adaptive attention network (AANet) based on a deformable convolution network and self-attention mechanism, where adaptive deformable convolution could solve the problem of variable manifestations of COVID-19 lesions, and a self-attention mechanism could focus on the contextual information to handle lesions with complex manifestations in CXRs. In addition to traditional networks, some frontier deep networks have also been introduced. Park [9] used the CheXpert dataset to train a CNN (Convolutional Neural Network), where the extracted features from the input CXRs were used to train a Transformer to detect COVID-19.
To solve the problem of limited training data, Oh [10] segmented the input CXRs into a number of patches. The trained network can classify each patch separately and vote for the final detection. It should be noted that in Oh’s work, bacterial pneumonia was considered as a separate category, while COVID-19 was combined with other viral pneumonia, which is disadvantageous for rapid screening of COVID-19 [11]. Zhang [12] employed the anomaly detection mechanism to make the training process focus on the class that needs to be detected, so as to enhance the detection performance of COVID-19.
To improve the generalization capability, Liu [13] proposed the auxiliary learning strategy combined with implicit differential optimization to improve the generalization of the model, and the accuracy of COVID-19 detection reached 99.1%. Zhang [14] used neural dynamic learning and a bagging ensemble strategy to enable the network to dynamically adjust its own parameters for different samples in the testing phase, which obtained better results than the existing models used to detect COVID-19 and other viral pneumonia.
Compared with CXR, CT can provide clearer lung imaging, which is more helpful for the observation of pneumonia. Note that COVID-19 detection based on chest CT includes a two-dimensional (2D) approach and a three-dimensional (3D) approach, where the 2D approach is performed on each slice separately by the 2D deep network, and then a final decision can be made based on the detection results of all slices. A 3D approach is directly performed on the CT image to achieve a detection result. To improve the detection performance of deep learning, it is necessary to segment the pneumonia region on each slice in advance; however, it is very difficult to segment the pneumonia area due to the huge workload. A compromise can be reached by segmenting the double lungs on each slice, which can be conducted automatically by using deep learning.
There is relatively little literature concerning the 2D approach. Pathak [15] employed a deep transfer-learning technique to detect COVID-19-infected patients, where a top-two smooth loss function with cost-sensitive attributes was utilized to handle noisy and imbalanced COVID-19 dataset kind of problems. To enhance the generalization performance of the trained model, Wang [16] proposed a novel joint learning framework to detect COVID-19 by effectively learning from heterogeneous datasets with distribution discrepancy. Additionally, Qian [17] proposed a novel system that contains slice-level and patient-level classification networks to handle the discriminative feature learning from the spatial and temporal domain, respectively.
It is necessary to design an advanced attention mechanism to direct the focus of the convolutional network to the pneumonia area. This typically includes parallel attention [18], online attention [19], prior-attention residual learning [20] and multi-instance learning with dual attention [21].
Due to the limitations of the public CT dataset with ground truth label, weak supervised learning for 3D approach has been an important research field [22,23,24], which can achieve good detection performance with limited labeled samples. Even if the double lungs were not segmented in advance, the proposed algorithm achieved high performance of COVID-19 detection and lesion location [24]. In fact, a large-scale CT dataset with accurate annotation is still crucial for training a high-performance deep model; the release of relevant datasets can greatly promote the research process [25].
It can be seen that relevant research mainly focuses on the detection of COVID-19. In fact, in addition to COVID-19, there are many types of pathogens that cause lung infection, such as bacteria, viruses, fungi, mycoplasma, Chlamydia, etc. At present, it is still difficult to detect the above types of pneumonia clinically with high accuracy. Accurate detection of various types of pneumonia can better guide clinical treatment and improve prognosis. It can be predicted that the detection of multiple pneumonia will be a more challenging task than the simple detection of COVID-19. It should be noted that, for a patient with pulmonary pathogen infection, multiple pathogens may be infected at the same time, which undoubtedly increases the difficulty of intelligent detection of multiple pneumonia. In addition, early warning of pneumonia caused by new pathogens using deep learning is also a very meaningful task.
COVID-19 has been prevalent around the world for about three years, and most patients are asymptomatic, without obvious lung disease. Therefore, there has been relatively little detection of COVID-19 based on intelligent analysis of medical images. It should be noted that no matter how high the accuracy of COVID-19 detection based on a medical image is, it cannot replace RT-PCR. At present, clinical diagnosis based on artificial intelligence using medical images has become a research focus, which will play an important auxiliary function in future clinical diagnosis. Medical images usually contain rich information about lesions which are difficult to accurately and comprehensively identify. Intelligent analysis of medical images can provide fast and accurate disease detection, improve prognosis and significantly reduce clinical workload.

Author Contributions

Conceptualization, Y.N.; funding acquisition, J.L.; investigation, Y.N., W.C. and Y.W.; methodology, J.L.; supervision, Y.N.; validation, J.Q.; visualization, J.Q.; writing—original draft, J.L. and Y.N.; writing—review and editing, J.Q. and Y.N. All authors have read and agreed to the published version of the manuscript.

Funding

This research was founded by the Chongqing Postgraduate Research Innovation Project (No. CYS22747).

Institutional Review Board Statement

Not applicable.

Informed Consent Statement

Not applicable.

Data Availability Statement

Not applicable.

Conflicts of Interest

The authors declare no conflict of interest.

References

  1. Etienne, E.E.; Nunna, B.B.; Talukder, N.; Wang, Y.D.; Lee, E.S. COVID-19 biomarkers and advanced sensing technologies for point-of-care (POC) diagnosis. Bioengineering 2021, 8, 98. [Google Scholar] [CrossRef] [PubMed]
  2. Shaffaf, T.; Ghafar-Zadeh, E. COVID-19 diagnostic strategies. Part I: Nucleic acid-based technologies. Bioengineering 2021, 8, 49. [Google Scholar] [CrossRef] [PubMed]
  3. Minaee, S.; Kafieh, R.; Sonka, M.; Yazdani, S.; Soufi, G.J. Deep-COVID: Predicting COVID-19 from chest X-ray images using deep transfer learning. Med. Image Anal. 2020, 65, 101794. [Google Scholar] [CrossRef] [PubMed]
  4. Al-Waisy, A.S.; Al-Fahdawi, S.; Mohammed, M.A.; Abdulkareem, K.H.; Mostafa, S.A.; Maashi, M.S.; Arif, M.; Garcia-Zapirain, B. COVID-CheXNet: Hybrid deep learning framework for identifying COVID-19 virus in chest X-rays images. Soft Comput. 2020, 2020, 1–16. [Google Scholar] [CrossRef] [PubMed]
  5. Wang, L.; Lin, Z.Q.; Wong, A. COVID-Net: A tailored deep convolutional neural network design for detection of COVID-19 cases from chest X-ray images. Sci. Rep. 2020, 10, 19549. [Google Scholar] [CrossRef]
  6. Varela-Santos, S.; Melin, P. A new approach for classifying coronavirus COVID-19 based on its manifestation on chest X-rays using texture features and neural networks. Inf. Sci. 2021, 545, 403–414. [Google Scholar] [CrossRef]
  7. Ieracitano, C.; Mammone, N.; Versaci, M.; Varone, G.; Ali, A.R.; Armentano, A.; Calabrese, G.; Ferrarelli, A.; Turano, L.; Tebala, C.; et al. A fuzzy-enhanced deep learning approach for early detection of COVID-19 pneumonia from portable chest X-ray images. Neurocomputing. 2022, 481, 202–215. [Google Scholar] [CrossRef]
  8. Lin, Z.J.; He, Z.S.; Xie, S.L.; Wang, X.; Tan, J.; Lu, J.; Tan, B.H. AANet: Adaptive attention network for COVID-19 detection from chest X-ray images. IEEE Trans. Neural Netw. Learn. Syst. 2021, 32, 4781–4792. [Google Scholar] [CrossRef]
  9. Park, S.; Kim, G.; Oh, Y.; Seo, J.B.; Lee, S.M.; Kim, J.H.; Moon, S.J.; Lim, J.K.; Ye, J.C. Multi-task vision transformer using low-level chest X-ray feature corpus for COVID-19 diagnosis and severity quantification. Med. Image Anal. 2022, 75, 102299. [Google Scholar] [CrossRef]
  10. Oh, Y.J.; Park, S.J.; Ye, J.C. Deep learning COVID-19 features on CXR using limited training data sets. IEEE Trans. Med. Imaging 2020, 39, 2688–2700. [Google Scholar] [CrossRef]
  11. Subramanian, N.; Elharrouss, O.; Al-Maadeed, S.; Chowdhury, M. A review of deep learning-based detection methods for COVID-19. Comput Biol Med. 2022, 143, 105233. [Google Scholar] [CrossRef] [PubMed]
  12. Zhang, J.P.; Xie, Y.T.; Pang, G.S.; Liao, Z.B.; Verjans, J.; Li, W.X.; Sun, Z.J.; He, J.; Li, Y.; Shen, C.H.; et al. Viral pneumonia screening on chest X-rays using confidence-aware anomaly detection. IEEE Trans. Med. Imaging 2021, 40, 879–890. [Google Scholar] [CrossRef] [PubMed]
  13. Liu, J.; Qi, J.; Chen, W.; Nian, Y.J. Multi-branch fusion auxiliary learning for the detection of pneumonia from chest X-ray images. Comput. Biol. Med. 2022, 147, 105732. [Google Scholar] [CrossRef] [PubMed]
  14. Zhang, Z.; Chen, B.; Luo, Y. A deep ensemble dynamic learning network for corona virus disease 2019 Diagnosis. IEEE Trans. Neural Netw. Learn. Syst. 2022, 1–15. [Google Scholar] [CrossRef]
  15. Pathak, Y.; Shukla, P.K.; Tiwari, A.; Stalin, S.; Singh, S.; Shukla, P.K. Deep transfer learning based classification model for COVID-19 disease. Ing. Rech. Biomed. 2020, 43, 87–92. [Google Scholar] [CrossRef]
  16. Wang, Z.; Liu, Q.; Dou, Q. Contrastive cross-site learning with redesigned net for COVID-19 CT classification. IEEE J. Biomed. Health 2020, 24, 2806–2813. [Google Scholar] [CrossRef]
  17. Qian, X.L.; Fu, H.Z.; Shi, W.Y.; Chen, T.; Fu, Y.W.; Shan, F.; Xue, X.Y. M3Lung-Sys: A deep learning system for multi-class lung pneumonia screening from CT imaging. IEEE J. Biomed. Health 2020, 24, 3539–3550. [Google Scholar] [CrossRef]
  18. Xiao, B.; Yang, Z.Y.; Qiu, X.M.; Xiao, J.J.; Wang, G.Y.; Zeng, W.B.; Li, W.S.; Nian, Y.J.; Chen, W. PAM-DenseNet: A deep convolutional neural network for computer-aided COVID-19 diagnosis. IEEE Trans. Cybern. 2022, 52, 12163–12174. [Google Scholar] [CrossRef]
  19. Ouyang, X.; Huo, J.Y.; Xia, L.M.; Shan, F.; Liu, J.; Mo, Z.H.; Yan, F.H.; Ding, Z.X.; Yang, Q.; Song, B.; et al. Dual-sampling attention network for diagnosis of COVID-19 from community acquired pneumonia. IEEE Trans. Med. Imaging 2020, 39, 2595–2605. [Google Scholar] [CrossRef]
  20. Wang, J.; Bao, Y.M.; Wen, Y.F.; Lu, H.B.; Luo, H.; Xiang, Y.F.; Li, X.M.; Liu, C.; Qian, D.H. Prior-attention residual learning for more discriminative COVID-19 screening in CT Images. IEEE Trans. Med. Imaging 2020, 3, 2572–2583. [Google Scholar] [CrossRef]
  21. Chikontwe, P.; Luna, M.; Kang, M.; Hong, K.S.; Ahn, J.H.; Park, S.H. Dual attention multiple instance learning with unsupervised complementary loss for COVID-19 screening. Med. Image Anal. 2021, 72, 102105. [Google Scholar] [CrossRef] [PubMed]
  22. Wu, X.; Chen, C.; Zhong, M.; Wang, J.J.; Shi, J. COVID-AL: The diagnosis of COVID-19 with deep active learning. Med. Image Anal. 2020, 68, 101913. [Google Scholar] [CrossRef] [PubMed]
  23. Han, Z.Y.; Wei, B.Z.; Hong, Y.F.; Li, T.Y.; Cong, J.Y.; Zhu, X.; Wei, H.F.; Zhang, W. Accurate screening of COVID-19 using attention-based deep 3D multiple instance learning. IEEE Trans. Med. Imaging 2020, 39, 2584–2594. [Google Scholar] [CrossRef] [PubMed]
  24. Wang, X.G.; Deng, X.B.; Fu, Q.; Zhou, Q.; Feng, J.P.; Ma, H.; Liu, W.Y.; Zheng, C.S. A weakly-supervised framework for COVID-19 classification and lesion localization from chest CT. IEEE Trans. Med. Imaging. 2020, 39, 2615–2625. [Google Scholar] [CrossRef]
  25. Zaffino, P.; Marzullo, A.; Moccia, S.; Calimeri, F.; Momi, E.D.; Bertucci, B.; Arcuri, P.P.; Spadea, M.F. An open-source COVID-19 CT dataset with automatic lung tissue classification for radiomics. Bioengineering 2021, 8, 26. [Google Scholar] [CrossRef]
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

Liu, J.; Qi, J.; Chen, W.; Wu, Y.; Nian, Y. Deep Learning for Detecting COVID-19 Using Medical Images. Bioengineering 2023, 10, 19. https://doi.org/10.3390/bioengineering10010019

AMA Style

Liu J, Qi J, Chen W, Wu Y, Nian Y. Deep Learning for Detecting COVID-19 Using Medical Images. Bioengineering. 2023; 10(1):19. https://doi.org/10.3390/bioengineering10010019

Chicago/Turabian Style

Liu, Jia, Jing Qi, Wei Chen, Yi Wu, and Yongjian Nian. 2023. "Deep Learning for Detecting COVID-19 Using Medical Images" Bioengineering 10, no. 1: 19. https://doi.org/10.3390/bioengineering10010019

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