Deep Learning Based Automated COVID-19 Classification from Computed Tomography Images
Kenan Morani, Devrim Unay

TL;DR
This paper presents a simple yet effective CNN-based method for COVID-19 diagnosis from CT slices, achieving superior accuracy by combining image preprocessing, hyperparameter tuning, and slice voting.
Contribution
It introduces a less complex CNN architecture with enhanced preprocessing and hyperparameter tuning, outperforming state-of-the-art methods on COVID-19 CT classification.
Findings
Achieved higher macro F1 scores than baseline models.
Improved prediction accuracy on unseen test data.
Effective use of slice voting for patient-level diagnosis.
Abstract
A method of a Convolutional Neural Networks (CNN) for image classification with image preprocessing and hyperparameters tuning was proposed. The method aims at increasing the predictive performance for COVID-19 diagnosis while more complex model architecture. Firstly, the CNN model includes four similar convolutional layers followed by a flattening and two dense layers. This work proposes a less complex solution based on simply classifying 2D-slices of Computed Tomography scans. Despite the simplicity in architecture, the proposed CNN model showed improved quantitative results exceeding state-of-the-art when predicting slice cases. The results were achieved on the annotated CT slices of the COV-19-CT-DB dataset. Secondly, the original dataset was processed via anatomy-relevant masking of slice, removing none-representative slices from the CT volume, and hyperparameters tuning. For slice…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsCOVID-19 diagnosis using AI · AI in cancer detection · Digital Imaging for Blood Diseases
MethodsConvolution · Exponential Decay
