CoV-TI-Net: Transferred Initialization with Modified End Layer for COVID-19 Diagnosis
Sadia Khanam, Mohammad Reza Chalak Qazani, Subrota Kumar Mondal, H M, Dipu Kabir, Abadhan S. Sabyasachi, Houshyar Asadi, Keshav Kumar, Farzin, Tabarsinezhad, Shady Mohamed, Abbas Khorsavi, Saeid Nahavandi

TL;DR
This paper introduces a transfer learning approach with modified fully connected layers using pre-trained CNN models for COVID-19 diagnosis, achieving high accuracy with reduced training time.
Contribution
It presents a novel application of pre-trained models with modified layers for COVID-19 detection, demonstrating improved efficiency and accuracy.
Findings
Achieved 99.77% accuracy on MNIST dataset.
Achieved 80.01% accuracy on COVID-19 dataset.
Reduced training time compared to previous methods.
Abstract
This paper proposes transferred initialization with modified fully connected layers for COVID-19 diagnosis. Convolutional neural networks (CNN) achieved a remarkable result in image classification. However, training a high-performing model is a very complicated and time-consuming process because of the complexity of image recognition applications. On the other hand, transfer learning is a relatively new learning method that has been employed in many sectors to achieve good performance with fewer computations. In this research, the PyTorch pre-trained models (VGG19\_bn and WideResNet -101) are applied in the MNIST dataset for the first time as initialization and with modified fully connected layers. The employed PyTorch pre-trained models were previously trained in ImageNet. The proposed model is developed and verified in the Kaggle notebook, and it reached the outstanding accuracy of…
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 · Anomaly Detection Techniques and Applications · Image Processing Techniques and Applications
MethodsAverage Pooling · Convolution · Dropout · Global Average Pooling · Batch Normalization · Residual Connection · *Communicated@Fast*How Do I Communicate to Expedia? · Wide Residual Block · Kaiming Initialization · WideResNet
