Skip to content

ICCV 2021 Workshop: MIA-COV19D : A lightweight automated solution for COVID-19 diagnosis using image processing techniques and Convolutional Neural Networks

Notifications You must be signed in to change notification settings

IDU-CVLab/COV19D

Repository files navigation

DOI:10.1080/21681163.2023.2219765

Database

Methodology

Proposed CNN Model

The algorithm introduces a less hand-engineered CNN model Architecture for automated COVID-19 diagnosis.
The CNN model achitechture is in picture below:


* The work makes use of the above-mentioned CNN model, with slices preprocessing before training. * Slices preprocessing -as in [here](https://github.com/IDU-CVLab/Images_Preprocessing)- includes a static rectangular cropping, and non-representative slcies removal in each CT scan. For more details, please refer to the peer-reviewed paper.
* Kindly inform the organization owner if you wish to obtain the pretrained model in this study

Training the Model

To replicate the codes, the following must be noted:

  • To run the code properly you would need a training set of images and a validation set of images.
  • The images must be put in the appropriate directories. With that, the directory of training and validation images included in the code should be changed to match the directory where your image datasets are located. This method is following the documentation for ‘imagedatagenerator’ and ‘flow_from_directory’ at https://www.tensorflow.org/api_docs/python/tf/keras/preprocessing/image/ImageDataGenerator
  • Please note: this is a binary classificaiton task. To replicate the code using muti-class classificaiton data, you need to modify the model's output to suit your task.

Dependencies

▪ numpy == 1.19.5
▪ matplotlib == 3.3.4
▪ tensorflow == 2.5.0
▪ CV2 == 4.5.4
▪ sklearn == 0.24.2

Citation

If you find the this method useful, please consider citing:

@article{doi:10.1080/21681163.2023.2219765,
author = {Kenan Morani and D. Unay},
title = {Deep learning-based automated COVID-19 classification from computed tomography images},
journal = {Computer Methods in Biomechanics and Biomedical Engineering: Imaging & Visualization},
volume = {0},
number = {0},
pages = {1-16},
year = {2023},
publisher = {Taylor & Francis},
doi = {10.1080/21681163.2023.2219765},

About

ICCV 2021 Workshop: MIA-COV19D : A lightweight automated solution for COVID-19 diagnosis using image processing techniques and Convolutional Neural Networks

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

Packages

No packages published

Languages