ECG-SMART-NET: A Deep Learning Architecture for Precise ECG Diagnosis of Occlusion Myocardial Infarction

Read original: arXiv:2405.09567 - Published 5/17/2024 by Nathan T. Riek, Murat Akcakaya, Zeineb Bouzid, Tanmay Gokhale, Stephanie Helman, Karina Kraevsky-Philips, Rui Qi Ji, Ervin Sejdic, Jessica K. Z`egre-Hemsey, Christian Martin-Gill and 3 others
Total Score

0

🤿

Sign in to get full access

or

If you already have an account, we'll log you in

Overview

  • Developed a deep learning model called ECG-SMART-NET to improve the detection of a severe form of heart attack known as occlusion myocardial infarction (OMI)
  • OMI is characterized by complete blockage of one or more coronary arteries and requires immediate medical intervention
  • Current state-of-the-art methods using random forests and convolutional neural networks (CNNs) have shown promise, but the proposed model aims to better capture temporal and spatial features in electrocardiogram (ECG) data

Plain English Explanation

The paper introduces a new deep learning model called ECG-SMART-NET that can help identify a serious type of heart attack known as occlusion myocardial infarction (OMI). OMI occurs when one or more of the heart's arteries become completely blocked, cutting off blood flow. This is a medical emergency that requires immediate treatment to restore blood flow and prevent permanent damage to the heart.

Current methods for detecting OMI from ECG data, such as using random forests or convolutional neural networks (CNNs), have shown some promise. However, the authors believe their model, ECG-SMART-NET, can do an even better job. The key idea is that ECG-SMART-NET is designed to better capture both the temporal (time-based) features within each ECG lead, as well as the spatial relationships or patterns across all 12 leads of the ECG.

The model first learns the temporal features in each lead through specialized convolutional layers, and then uses another layer to understand how those features relate to each other across the different leads. This allows the model to get a more comprehensive understanding of the ECG data, which the authors hypothesize will lead to more accurate detection of OMI cases.

Refining Myocardial Infarction Detection: A Novel Multi-Modal Approach, Object Detection of Automated Coronary Artery Stenosis Using Deep Learning, and Anomaly Detection in Electrocardiograms: Advancing Clinical Diagnosis Through AI are some other relevant papers that explore using AI for cardiac disease detection from ECG data.

Technical Explanation

The paper proposes a new deep learning architecture called ECG-SMART-NET for the classification of occlusion myocardial infarction (OMI) from 12-lead electrocardiogram (ECG) data. The authors note that while previous work has explored using random forests with engineered features and convolutional neural networks (CNNs) for this task, the ResNet-18 architecture, which has been successfully adapted for ECG data, may not be ideally suited to capturing the temporal features within each lead and the spatial relationships across leads.

ECG-SMART-NET is a modification of the ResNet-18 architecture. It first learns temporal features through 1D convolutional layers with 1xk kernels, followed by a spatial convolutional layer with 12x1 kernels to capture the spatial concordance or discordance across the 12 ECG leads. This design is intended to better model the complex patterns present in ECG data for improved OMI detection.

The model was evaluated on a large, real-world clinical dataset of 10,893 ECGs from 7,297 unique patients, with an OMI rate of 6.5%. ECG-SMART-NET outperformed the original ResNet-18 model as well as other state-of-the-art approaches, achieving a test AUC score of 0.889 ± 0.027 and a test average precision score of 0.587 ± 0.087 for OMI classification.

Prospects of AI-Enhanced ECG as a Unified Screening, Diagnostic, and Monitoring Tool and Automatic Cardiac Pathology Recognition in Echocardiography Images Using Deep Learning provide additional context on the use of AI for cardiac disease detection from various medical imaging modalities.

Critical Analysis

The paper presents a well-designed study and a novel deep learning architecture that demonstrates improved performance over existing methods for OMI detection from ECG data. The authors' rationale for modifying the ResNet-18 architecture to better capture temporal and spatial features in the ECG data is well-justified and the results support their approach.

However, the paper does not provide much insight into the specific types of temporal and spatial features that the model is learning, which could be valuable for further understanding the model's decision-making process. Additionally, while the dataset used is large and diverse, it would be beneficial to evaluate the model's performance on additional, independent datasets to further validate its generalizability.

It would also be interesting to see how the model's performance compares to that of expert human cardiologists in OMI detection, as this could help assess the clinical relevance and potential impact of the proposed approach.

Conclusion

This paper presents a novel deep learning model, ECG-SMART-NET, for the identification of occlusion myocardial infarction (OMI) from 12-lead electrocardiogram (ECG) data. The model's architecture is designed to better capture the temporal features within each ECG lead and the spatial relationships across leads, which the authors hypothesize will lead to improved OMI detection compared to previous approaches.

The evaluation results on a large, real-world clinical dataset demonstrate that ECG-SMART-NET outperforms the original ResNet-18 model and other state-of-the-art methods, suggesting that the proposed architectural modifications are effective. This work represents an important step forward in the development of AI-powered tools for the early and accurate detection of severe cardiac events, which could ultimately save lives by enabling faster treatment and intervention.



This summary was produced with help from an AI and may contain inaccuracies - check out the links to read the original source documents!

Follow @aimodelsfyi on 𝕏 →

Related Papers

🤿

Total Score

0

ECG-SMART-NET: A Deep Learning Architecture for Precise ECG Diagnosis of Occlusion Myocardial Infarction

Nathan T. Riek, Murat Akcakaya, Zeineb Bouzid, Tanmay Gokhale, Stephanie Helman, Karina Kraevsky-Philips, Rui Qi Ji, Ervin Sejdic, Jessica K. Z`egre-Hemsey, Christian Martin-Gill, Clifton W. Callaway, Samir Saba, Salah Al-Zaiti

In this paper we describe ECG-SMART-NET for identification of occlusion myocardial infarction (OMI). OMI is a severe form of heart attack characterized by complete blockage of one or more coronary arteries requiring immediate referral for cardiac catheterization to restore blood flow to the heart. Two thirds of OMI cases are difficult to visually identify from a 12-lead electrocardiogram (ECG) and can be potentially fatal if not identified in a timely fashion. Previous works on this topic are scarce, and current state-of-the-art evidence suggests that both random forests with engineered features and convolutional neural networks (CNNs) are promising approaches to improve the ECG detection of OMI. While the ResNet architecture has been successfully adapted for use with ECG recordings, it is not ideally suited to capture informative temporal features within each lead and the spatial concordance or discordance across leads. We propose a clinically informed modification of the ResNet-18 architecture. The model first learns temporal features through temporal convolutional layers with 1xk kernels followed by a spatial convolutional layer, after the residual blocks, with 12x1 kernels to learn spatial features. The new ECG-SMART-NET was benchmarked against the original ResNet-18 and other state-of-the-art models on a multisite real-word clinical dataset that consists of 10,893 ECGs from 7,297 unique patients (rate of OMI = 6.5%). ECG-SMART-NET outperformed other models in the classification of OMI with a test AUC score of 0.889 +/- 0.027 and a test average precision score of 0.587 +/- 0.087.

Read more

5/17/2024

🔎

Total Score

0

CNN Based Detection of Cardiovascular Diseases from ECG Images

Irem Sayin, Rana Gursoy, Buse Cicek, Yunus Emre Mert, Fatih Ozturk, Taha Emre Pamukcu, Ceylin Deniz Sevimli, Huseyin Uvet

This study develops a Convolutional Neural Network (CNN) model for detecting myocardial infarction (MI) from Electrocardiogram (ECG) images. The model, built using the InceptionV3 architecture and optimized through transfer learning, was trained using ECG data obtained from the Ch. Pervaiz Elahi Institute of Cardiology in Pakistan. The dataset includes ECG images representing four different cardiac conditions: myocardial infarction, abnormal heartbeat, history of myocardial infarction, and normal heart activity. The developed model successfully detects MI and other cardiovascular conditions with an accuracy of 93.27%. This study demonstrates that deep learning-based models can provide significant support to clinicians in the early detection and prevention of heart attacks.

Read more

9/2/2024

VizECGNet: Visual ECG Image Network for Cardiovascular Diseases Classification with Multi-Modal Training and Knowledge Distillation
Total Score

0

VizECGNet: Visual ECG Image Network for Cardiovascular Diseases Classification with Multi-Modal Training and Knowledge Distillation

Ju-Hyeon Nam, Seo-Hyung Park, Su Jung Kim, Sang-Chul Lee

An electrocardiogram (ECG) captures the heart's electrical signal to assess various heart conditions. In practice, ECG data is stored as either digitized signals or printed images. Despite the emergence of numerous deep learning models for digitized signals, many hospitals prefer image storage due to cost considerations. Recognizing the unavailability of raw ECG signals in many clinical settings, we propose VizECGNet, which uses only printed ECG graphics to determine the prognosis of multiple cardiovascular diseases. During training, cross-modal attention modules (CMAM) are used to integrate information from two modalities - image and signal, while self-modality attention modules (SMAM) capture inherent long-range dependencies in ECG data of each modality. Additionally, we utilize knowledge distillation to improve the similarity between two distinct predictions from each modality stream. This innovative multi-modal deep learning architecture enables the utilization of only ECG images during inference. VizECGNet with image input achieves higher performance in precision, recall, and F1-Score compared to signal-based ECG classification models, with improvements of 3.50%, 8.21%, and 7.38%, respectively.

Read more

8/7/2024

🏷️

Total Score

0

Refining Myocardial Infarction Detection: A Novel Multi-Modal Composite Kernel Strategy in One-Class Classification

Muhammad Uzair Zahid, Aysen Degerli, Fahad Sohrab, Serkan Kiranyaz, Tahir Hamid, Rashid Mazhar, Moncef Gabbouj

Early detection of myocardial infarction (MI), a critical condition arising from coronary artery disease (CAD), is vital to prevent further myocardial damage. This study introduces a novel method for early MI detection using a one-class classification (OCC) algorithm in echocardiography. Our study overcomes the challenge of limited echocardiography data availability by adopting a novel approach based on Multi-modal Subspace Support Vector Data Description. The proposed technique involves a specialized MI detection framework employing multi-view echocardiography incorporating a composite kernel in the non-linear projection trick, fusing Gaussian and Laplacian sigmoid functions. Additionally, we enhance the update strategy of the projection matrices by adapting maximization for both or one of the modalities in the optimization process. Our method boosts MI detection capability by efficiently transforming features extracted from echocardiography data into an optimized lower-dimensional subspace. The OCC model trained specifically on target class instances from the comprehensive HMC-QU dataset that includes multiple echocardiography views indicates a marked improvement in MI detection accuracy. Our findings reveal that our proposed multi-view approach achieves a geometric mean of 71.24%, signifying a substantial advancement in echocardiography-based MI diagnosis and offering more precise and efficient diagnostic tools.

Read more

6/28/2024