paper-with-me

Papers

An Improved CovidConvLSTM model for pneumonia-COVID-19 detection and classification

2024-08-21 · Imane Beghoura, Mustapha Benssalah, Fazia Sbargoud

Recently, COVID-19 pandemic has rapidly evolved into a critical global health crisis, profoundly impacting daily life. As a result, CAD systems have gained significant interest for its massive computational capabilities, which facilitate the rapid analysis and interpretation of medical imaging. In particular, Deep Learning (DL )techniques have emerged as critical tools to assist radiologists and pulmonologists in distinguishing COVID-19 patients from other pneumonia types and healthy cases. Unfortunately, existing DL techniques face several challenges such as overfitting, performance degradation, feature irrelevance and redundancy, vanishing gradient problem, and high computational complexity. In this paper we address these challenges by introducing an enhanced Convolutional Neural Network algorithm that combines a bottleneck based model RegNetX002, ConvLstm layer, and Squeeze and Excitation block (SE). Specifically, the RegNetx002 and the ConvLstm layer are used for features map extraction and feature quality enhancement, while the attention mechanism SE block is employed to improve feature representation by highlighting important channel features and suppressing unimportant features. More importantly, The bottleneck module facilitates the extraction of more abstract features while lowering computational costs. Additionally, it incorporates residual connections that helps reducing the vanishing gradient problem. Balanced CPN-CXRPA and imbalanced CXRI-P/C-CXR datasets are used to assess the proposed model. Performance metrics such as accuracy and F1 score are used to evaluate the model efficiency. Using the CPN-CXRPA dataset, our model achieved an accuracy of 98.22%. For the CXRI-P-C-CXR dataset, it achieved 98.78% of both accuracy and F1 score. The experimental results show that this framework outperforms existing models in terms of performance and computational complexity.

📄 PDF Abstract BibTeX arXiv:2408.11507

Code (0)

등록된 구현이 없습니다.

Methods 이 논문이 사용한 방법론

Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Attention 설명 없음
Tanh Activation 설명 없음
Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…
Sigmoid Activation 설명 없음
ConvLSTM ConvLSTM is a type of recurrent neural network for spatio-temporal prediction that has convolutional structures in both the input-to-state and state-to-state transitions. The…

Similar Papers 제목 키워드 기반

CXR-Net: An Encoder-Decoder-Encoder Multitask Deep Neural Network for Explainable and Accurate Diagnosis of COVID-19 pneumonia with Chest X-ray Images

2021-10-20 · Xin Zhang, Liangxiu Han, Tam Sobeih, Lianghao Han 외

Accurate and rapid detection of COVID-19 pneumonia is crucial for optimal patient treatment. Chest X-Ray (CXR) is the first line imaging test for COVID-19 pneumonia diagnosis as it is fast, cheap and easily accessible. I…

DecoderDiagnosticPneumonia Detection

Improving COVID-19 CT Classification of CNNs by Learning Parameter-Efficient Representation

2022-08-09 · Yujia Xu, Hak-Keung Lam, Guangyu Jia, Jian Jiang 외

COVID-19 pandemic continues to spread rapidly over the world and causes a tremendous crisis in global human health and the economy. Its early detection and diagnosis are crucial for controlling the further spread. Many d…

Contrastive LearningCOVID-19 DiagnosisDiversitySensitivity+1

RANDGAN: Randomized Generative Adversarial Network for Detection of COVID-19 in Chest X-ray

2020-10-06 · Saman Motamed, Patrik Rogalla, Farzad Khalvati

COVID-19 spread across the globe at an immense rate has left healthcare systems incapacitated to diagnose and test patients at the needed rate. Studies have shown promising results for detection of COVID-19 from viral ba…

Anomaly DetectionCOVID-19 DiagnosisCOVID-19 Image SegmentationGenerative Adversarial Network+1

CoroNet: A deep neural network for detection and diagnosis of COVID-19 from chest x-ray images

2020-04-10 · Asif Iqbal Khan, Junaid Latief Shah, Mudasir Bhat

Background and Objective The novel Coronavirus also called COVID-19 originated in Wuhan, China in December 2019 and has now spread across the world. It has so far infected around 1.8 million people and claimed approximat…

Viral Pneumonia Screening on Chest X-ray Images Using Confidence-Aware Anomaly Detection

2020-03-27 · Jianpeng Zhang, Yutong Xie, Guansong Pang, Zhibin Liao 외

Cluster of viral pneumonia occurrences during a short period of time may be a harbinger of an outbreak or pandemic, like SARS, MERS, and recent COVID-19. Rapid and accurate detection of viral pneumonia using chest X-ray …

Anomaly DetectionBinary ClassificationClassificationGeneral Classification+1