Papers
Topics
Authors
Recent
Gemini 2.5 Flash
Gemini 2.5 Flash
97 tokens/sec
GPT-4o
53 tokens/sec
Gemini 2.5 Pro Pro
43 tokens/sec
o3 Pro
4 tokens/sec
GPT-4.1 Pro
47 tokens/sec
DeepSeek R1 via Azure Pro
28 tokens/sec
2000 character limit reached

Automated Chest CT Image Segmentation of COVID-19 Lung Infection based on 3D U-Net (2007.04774v1)

Published 24 Jun 2020 in eess.IV, cs.CV, and cs.LG

Abstract: The coronavirus disease 2019 (COVID-19) affects billions of lives around the world and has a significant impact on public healthcare. Due to rising skepticism towards the sensitivity of RT-PCR as screening method, medical imaging like computed tomography offers great potential as alternative. For this reason, automated image segmentation is highly desired as clinical decision support for quantitative assessment and disease monitoring. However, publicly available COVID-19 imaging data is limited which leads to overfitting of traditional approaches. To address this problem, we propose an innovative automated segmentation pipeline for COVID-19 infected regions, which is able to handle small datasets by utilization as variant databases. Our method focuses on on-the-fly generation of unique and random image patches for training by performing several preprocessing methods and exploiting extensive data augmentation. For further reduction of the overfitting risk, we implemented a standard 3D U-Net architecture instead of new or computational complex neural network architectures. Through a 5-fold cross-validation on 20 CT scans of COVID-19 patients, we were able to develop a highly accurate as well as robust segmentation model for lungs and COVID-19 infected regions without overfitting on the limited data. Our method achieved Dice similarity coefficients of 0.956 for lungs and 0.761 for infection. We demonstrated that the proposed method outperforms related approaches, advances the state-of-the-art for COVID-19 segmentation and improves medical image analysis with limited data. The code and model are available under the following link: https://github.com/frankkramer-lab/covid19.MIScnn

User Edit Pencil Streamline Icon: https://streamlinehq.com
Authors (3)
  1. Iñaki Soto Rey (1 paper)
  2. Frank Kramer (38 papers)
  3. Dominik Müller (22 papers)
Citations (66)

Summary

  • The paper presents a 3D U-Net approach that accurately segments lung and infection regions with high Dice similarity scores.
  • It uses an innovative on-the-fly augmentation pipeline to mitigate overfitting from a limited dataset of 20 CT volumes.
  • The method achieves high sensitivity and specificity, setting a new benchmark compared to earlier segmentation models.

Automated Chest CT Image Segmentation of COVID-19: An Evaluation of 3D U-Net

In response to the critical need for efficient diagnostic tools during the COVID-19 pandemic, Müller et al. present a comprehensive approach to automate the segmentation of COVID-19 infected regions using chest CT images. This paper is a significant contribution to medical image analysis, specifically focusing on segments of lungs and infections through a 3D U-Net architecture, without succumbing to the problem of overfitting due to limited dataset size.

The primary motivation for this research is the suboptimal sensitivity of RT-PCR tests and the potential of medical imaging, such as CT scans, for enhanced COVID-19 detection. Existing methods have limited access to sufficiently large datasets, often leading to overfitting, a challenge addressed by this paper. The authors employed a unique pipeline to ameliorate this challenge, leveraging extensive on-the-fly data augmentation and preprocessing techniques tailored to create diverse and variant-rich training data from just 20 CT scan volumes.

The paper's method hinges on using a standard 3D U-Net architecture, rather than more complex alternatives. This decision is practical, focusing computational resources towards solidifying model robustness and accuracy across limited data. Key performance metrics achieved include a notable Dice similarity coefficient (DSC): 0.956 for lung segments and 0.761 for COVID-19 infection. These results indicate the proposed approach not only outperforms prior models, such as those developed by Ma et al. (with DSC values of 0.70355 and 0.6078 for lungs and infection, respectively) but also establishes a new benchmark for future studies.

From a practical application perspective, this paper underscores the importance of developing AI-driven clinical decision support systems. Given the high sensitivity and specificity (0.956 and 0.998 for lungs; 0.730 and 0.999 for infections) reported, such models could significantly reduce the diagnostic workload and enhance the accuracy of disease progression assessments. However, the authors cautiously note the limitations in current datasets, which predominantly consist of COVID-19 images. This dataset bias could potentially affect the model's ability to distinguish between COVID-19 and other conditions, necessitating further validation before clinical adoption.

The paper sets a pathway for future investigations into enhancing segmentation accuracy, possibly by integrating novel architectures, such as those specifically designed for COVID-19 like COVID-SegNet. Moreover, the need for comprehensive annotated datasets remains critical to facilitate more robust analyses and model adaptation to real-world clinical scenarios.

In conclusion, Müller et al.'s paper effectively advances the field of medical image segmentation through a meticulously designed pipeline that demonstrates high efficacy in segmenting COVID-19 infections from chest CT scans. While the results are promising, further research and dataset expansion will be quintessential to transition these models into versatile clinical tools capable of aiding in the global fight against COVID-19 and beyond.