Giter Site home page Giter Site logo

covid-rate's Introduction

COVID-Rate

COVID-Rate: An Automated Framework for Segmentation of COVID-19 Lesions from Chest CT Images

This research first introduces an open-access COVID-19 CT segmentation dataset containing 433 CT images from 82 patients annotated by an expert radiologist. Second, a deep learning framework referred to as the COVID-Rate is proposed that autonomously segments lung abnormalities associated with COVID-19 from chest CT images. It also introduces an unsupervised enhancement approach that can mitigate the gap between the training set and test set and improve model generalization on CT images obtained by a different scanner, addressing a critical challenge in applying AI in medical imaging. A synthetic data generation (augmentation) method generates synthetic pairs of CT images and infection masks by inserting the infectious regions from COVID-19 CT images into healthy CT images, which improves the model performance by introducing more variability to the training set.

Instead of taking the original chest CT images, COVID-Rate takes the segmented lung area as the input. A U-Net-based segmentation model is used to extract the lung region from each CT image.

The detailed description of COVID-Rate's structure and implementation is explained in https://arxiv.org/pdf/2107.01527.

Dataset: COVID-CT-Rate

COVID-CT-Rate is a dataset including 433 CT images from 82 COVID-19 patients and their associated infection masks. It can be used for training AI models to segment COVID-19 lesions from chest CT images. For the annotation process, first, infection masks were generated using a standard U-Net pre-trained on a public COVID-19 segmentation datase. Then, a thoracic radiologist with 20 years of experience in lung imaging carefully modified and verified the generated infection masks. All CT images have been obtained without contrast enhancement and saved in the Digital Imaging and Communications in Medicine (DICOM) format and the Hounsfield Unit. CT images have been selected from diffident parts of the lung (top, middle, and bottom) with different infection rates to help the AI model identify the infection regions on unseen CT images from the whole lung volume.

Samples of CT images and their infection masks are shown in the following image.

Lung Segmentation

We utilize the lungmask module from here to segmment lung region from CT images, which can be installed through the following line of code:

pip install git+https://github.com/JoHof/lungmask

To use the lungmask module, you need to have torch installed in your system. https://pytorch.org

Code

The available code contains:

  • De-identification of DICOM files
  • Synthetic data generation method
  • Segmentation Network
  • Certainty index for Unsupervised Enhancement approach

Citation

If you found this dataset and the related paper helpful for your research, please consider citing:

Enshaei, N., Oikonomou, A., Rafiee, M.J., Afshar, P., Heidarian, S., Mohammadi, A., Plataniotis, K.N. and Naderkhani, F., 2021. COVID-Rate: 
An Automated Framework for Segmentation of COVID-19 Lesions from Chest CT Scans. arXiv preprint arXiv:2107.01527.

covid-rate's People

Contributors

ct-segmentation avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.