COVID-19 Detection Using Transfer Learning Approach from Computed Tomography Images
Kenan Morani, Esra Kaya Ayana, Devrim Unay

TL;DR
This paper presents a transfer learning approach using a modified Xception model for rapid, accurate COVID-19 detection from CT images, outperforming existing models with minimal data preprocessing.
Contribution
It introduces a modified Xception transfer learning method tailored for COVID-19 detection from CT scans, emphasizing efficiency and high performance with minimal manual feature engineering.
Findings
Outperforms VGG-16 and baseline methods in accuracy and F1 score.
Requires fewer parameters and less preprocessing than other models.
Demonstrates robustness and adaptability to the COV19-CT-DB dataset.
Abstract
The significance of efficient and accurate diagnosis amidst the unique challenges posed by the COVID-19 pandemic underscores the urgency for innovative approaches. In response to these challenges, we propose a transfer learning-based approach using a recently annotated Computed Tomography (CT) image database. While many approaches propose an intensive data preproseccing and/or complex model architecture, our method focusses on offering an efficient solution with minimal manual engineering. Specifically, we investigate the suitability of a modified Xception model for COVID-19 detection. The method involves adapting a pre-trained Xception model, incorporating both the architecture and pre-trained weights from ImageNet. The output of the model was designed to take the final diagnosis decisions. The training utilized 128 batch sizes and 224x224 input image dimensions, downsized from…
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 · Radiomics and Machine Learning in Medical Imaging · AI in cancer detection
MethodsAverage Pooling · Depthwise Convolution · Pointwise Convolution · Max Pooling · Convolution · Softmax · Depthwise Separable Convolution · Residual Connection · Global Average Pooling · 1x1 Convolution
