Review Article

Artificial Intelligence in Ventricular Arrhythmias and Sudden Death

Register or Login to View PDF Permissions
Permissions× For commercial reprint enquiries please contact Springer Healthcare: ReprintsWarehouse@springernature.com.

For permissions and non-commercial reprint enquiries, please visit Copyright.com to start a request.

For author reprints, please email rob.barclay@radcliffe-group.com.
Information image
Average (ratings)
No ratings
Your rating

Abstract

Sudden cardiac arrest due to lethal ventricular arrhythmias is a major cause of mortality worldwide and results in more years of potential life lost than any individual cancer. Most of these sudden cardiac arrest events occur unexpectedly in individuals who have not been identified as high-risk due to the inadequacy of current risk stratification tools. Artificial intelligence tools are increasingly being used to solve complex problems and are poised to help with this major unmet need in the field of clinical electrophysiology. By leveraging large and detailed datasets, artificial intelligence-based prediction models have the potential to enhance the risk stratification of lethal ventricular arrhythmias. This review presents a synthesis of the published literature and a discussion of future directions in this field.

Disclosure:LH is a postdoctoral fellow visiting from the Research Unit of Internal Medicine, Medical Research Center Oulu, the University of Oulu and Oulu University Hospital, Oulu, Finland; and receives funding from the Sigrid Juselius Foundation, the Finnish Cultural Foundation, Instrumentarium Science Foundation, Orion Research Foundation and Paavo Nurmi Foundation. DO has received grants from Alexion, consulting fees from EchoIQ, InVision and Pfizer, is on the ASE AI Taskforce, and has stocks in InVision. DD has received grants from the National Institutes of Health and royalties from Cedars Sinai Medical Center. All other authors have no conflicts of interest to declare.

Received:

Accepted:

Published online:

Funding:

This project was supported by NHLBI grants R01HL145675 and R01HL147358 from the National Institutes of Health.

Correspondence Details:Sumeet S. Chugh, Division of Artificial Intelligence in Medicine, Advanced Health Sciences
Pavilion, Suite A3100, 127 S. San Vicente Boulevard, Los Angeles, CA 90048, US. E: sumeet.chugh@cshs.org

Open Access:

This work is open access under the CC-BY-NC 4.0 License which allows users to copy, redistribute and make derivative works for non-commercial purposes, provided the original work is cited correctly.

Ventricular Arrhythmias and Sudden Death: What Are the Knowledge Gaps and How Can Artificial Intelligence Address These?

Sudden cardiac arrest (SCA) is a major public health problem worldwide. In the US alone, ~360,000 individuals have SCA every year.1,2 SCA is a mostly lethal event, and despite the developments in acute management, at least 90% of the cases still lead to death (i.e. sudden cardiac death [SCD]).3 Given the low survival rate after an SCA event, accurate long-term prediction and prevention of these events are the key components to reducing the burden of SCA.

Current guidelines recommend long-term prevention of SCD for those with a severely reduced left ventricular ejection fraction (LVEF; <35%, primary prevention) or a history of VF or ventricular tachycardia (secondary prevention).4 The key limitation of this approach is low sensitivity, given that ~70% of SCAs occur in patients who are outside these recommendations.5 Moreover, at the present time <5% of ICD recipients receive appropriate ICD shocks per year, and the majority do not benefit from the device.6–10 Forty years ago, shockable rhythms accounted for the majority of SCA events in the general population as well as in hospitalised patients.11 However, there has been a major reversal in recent decades, and non-shockable rhythms now dominate, comprising 70–80% of the cases.12,13 As a consequence, it has become important to deploy artificial intelligence (AI) tools that will distinguish the shockable subgroup of SCA. There is a critical need to identify novel predictors of SCA in individuals with LVEF >35%. Furthermore, given the diminishing returns of the primary prevention ICD in those with LVEF <35%, it is important to augment and refine risk stratification for this subgroup as well.

In addition to ICD-based long-term prevention of SCD, near-term prevention of SCA has been gaining scientific traction.14 Although SCD is generally considered a sudden and unexpected event, recent studies have demonstrated that more than half of the patients experience warning symptoms hours–days before the event.15–17 Although only a minority of these patients call emergency medical services, early contact may increase the likelihood of survival as much as fivefold.15 Near-term SCD prediction has the potential to prolong the window for prearrest management as well as shorten the delay for appropriate cardiopulmonary resuscitation and defibrillation. AI algorithms have a potentially important role in identifying symptom clusters that could improve prediction of near-term prevention with the promise of improving real-time triage using digital health technology.18

Methodology of Artificial Intelligence

AI is a broad term, and in general it refers to the simulation of human intelligence in computer systems that are programmed to mimic human actions.19 Machine learning (ML) is a subcategory of AI, and ML can be further categorised as supervised or unsupervised.20 Supervised ML is an iterative process that uses various data transformation algorithms to define the relationship between input data and labelled output data (e.g. predicting SCA). Before performing tasks in an unseen dataset, all ML models require a learning phase, in which inputs and outputs are used to train the model. After the model parameters are set in this learning phase, the ML algorithm has been developed and is ready to be applied to a previously unseen dataset (i.e. test set). Some of the most used supervised ML algorithms include linear regression, logistic regression, support vector machines, decision trees, random forests, neural networks and extreme gradient boosting. In contrast to supervised ML, unsupervised ML does not require labelled output data and the algorithm attempts to find patterns and create clusters in unlabelled datasets. The potential advantage of the unsupervised approach is that the clustering is not biased or forced to predict a specific output, which may enable better generalisation. Common unsupervised ML algorithms include k-means clustering, k-nearest neighbours, principal component analysis, factor analysis and hierarchical clustering.

Deep learning (DL) is a subcategory of ML that uses neural networks in more than three layers (deep neural network).21 The training of supervised DL algorithms is conducted similarly to supervised ML models. However, in contrast to most ML models, DL models may not require as much manual feature engineering (extraction and selection of specific features from the data before the learning process) as ML models. The strength of DL models is the ability to identify novel associations between input datasets and output, but DL models usually require larger datasets and higher computational power than ML algorithms.

SCA is a complex trait that can involve multiple underlying substrates and maintainers of ventricular arrhythmia (e.g. inherited conditions, coronary artery disease [CAD], diabetes etc.) and acute triggers (e.g. ischaemia, electrolyte imbalance). Such diverse and complex pathophysiology in which there may not be linear relationships between multiple data domains can create significant challenges for conventional SCA risk stratification methodology. In contrast, ML algorithms may provide the ability to identify novel patterns and clusters of SCA-defining variables in large datasets. At the present time, AI tools are deployed in single domains, for example ECGs or echocardiogram datasets. In the future, the development of multimodal AI tools that could potentially combine data, images and signals remains an exciting prospect to advance SCA risk stratification.22

Special Considerations When Using Artificial Intelligence for SCA Prediction

Sample Size

A common challenge in the development and training of an AI model is the availability of a sufficiently large and diverse dataset for training, which is crucial to achieving good model accuracy and generalisability. Overfitting is an important problem in which a complex model learns the training dataset too well and achieves perfect performance in the training set but performs poorly in the unseen testing dataset (poor generalisability). Common reasons for overfitting are small training sample size and complex algorithms that can learn all of the details/noise and fit the training data exactly but do not generalise to new data. Possible ways to overcome overfitting include increasing training data size and diversity, as well as reducing the model complexity. The goal is to develop and train a model that has good generalisability.

AI models are usually internally evaluated and validated in held-out test sets, which are part of the same original dataset from which the training set was drawn (e.g. data from one hospital). However, institutional and demographic factors may affect the generalisability. Hence, internal validation does not guarantee good external validation, and models should ideally be validated in an independent dataset that is collected separately (e.g. data from a different hospital).

Assembling a dataset with a sufficient number of SCA events suitable for the training of AI systems is challenging. Although SCA is a devastating condition, it affects approximately 50 per 100,000 in the general population. As a result, event rates are too small in cohort studies and the use of studies of existing cohorts with a low prevalence of SCA may lead to imbalanced datasets.2 Although the goal is to predict the minority class (SCA), data imbalance could introduce a bias towards non-events, potentially reducing the sensitivity for SCA detection. The problem of low event incidence and imbalanced data can be solved with a case–control approach. When collecting a valid control group, it is important to recognise that SCA patients are not healthy patients but instead have an underlying cardiac disease that ultimately led to SCA. Hence, it would be ideal to compare SCA cases to controls with underlying heart disease, especially CAD, instead of comparisons with healthy controls. If an AI model is developed for screening patients at high risk for SCA, the profile of control subjects is important in determining the target population.

Model Performance

Model performance metrics may also require special interpretation in the SCA context. Although an AI model may have a good discriminative value for SCD, a relatively low SCA event rate in the general population usually leads to a low positive predictive value. Moreover, good discrimination does not necessarily translate into good calibration, which is important for avoiding false interpretations and poor clinical decisions. For example, if a model correctly predicted SCA with a probability of 90% and another model predicted the same SCA event with a probability of 70%, both may be considered to be correct (with a 50% threshold), but the first model has better calibration. High SCA risk often correlates with a high non-sudden death risk as well, and identifying patients at a high risk of SCA without a similarly elevated risk of competing modes of death is important for accurate prediction and prevention.23

Phenotyping

Another key consideration in AI-based SCA prediction models relates to the definition of SCA. It is important to recognise that SCA is not a single disease and that affected individuals tend to have a combination of conditions such as coronary disease, heart failure, hypertension and diabetes. Although cardiac aetiologies are responsible for most sudden deaths (i.e. SCD), a proportion of sudden deaths are due to non-cardiac causes (e.g. aortic dissection, stroke, pulmonary embolism).24,25 This is an especially important aspect of in-hospital cardiac arrests.2 Moreover, given the differences in the treatment of shockable and non-shockable SCA, more specific SCA prediction based on presenting rhythm would be clinically useful in guiding preventive ICD implantation and preparing an appropriate first response to impending SCA.

Input Data

AI model performance is strongly dependent on data quality. In the medical field, input data can include tabular data from electronic health records (EHRs), images, or physiological signals. Each data type has specific strengths and weaknesses. Tabular EHR data may be noisy (having many errors and irrelevant data), have missing data, and require substantial preprocessing and feature engineering before it can be provided to an ML model. However, tabular EHR data-based ML models have good explainability, which refers to uncovering the underlying rules or importance of specific features for individual patients.

Deep neural networks can analyse more complex high-dimensional data such as images and physiological signals.26–29 There is less need for feature engineering, and deep neural networks can detect novel data indices that may lead to better model performance. However, data preprocessing is often needed, which refers to preparing raw data in a format that can be supplied to the model (e.g. resizing images). Deep neural networks are often called ‘black boxes’ because the data features that DL models select to predict the output may not be fully comprehensible to users. This reduces model explainability, which is important for enhancing users’ trust in DL models by understanding the models’ vulnerabilities as well as identifying novel pathophysiological mechanisms linking the input and output datasets. However, recent studies have aimed to improve the explainability of DL models by creating novel methods to identify image and signal features that have the highest impact on the DL models’ decisions.30

Prediction of Ventricular Arrhythmia and Sudden Cardiac Arrest

Broad Prediction Algorithms

There are emerging published data on the utility of AI techniques for the long-term prediction of ventricular arrhythmia and SCA (months–years before the event), using various input data and ML algorithms. However, most published studies are hampered by low event numbers, which may be a significant source of overfitting and poor generalisability despite good internal validation. The majority of studies also focused on patients with severe left ventricle dysfunction and/or an ICD, who are likely to be a poor surrogate for individuals who experience SCA in the general population.5 For example, appropriate ICD shocks may not be effective surrogates given that a significant proportion of ICD-treated ventricular arrhythmias can spontaneously terminate without ICD intervention. Additionally, patients with primary prevention ICD mostly have LVEF <35%, and findings are not generalisable to the majority of SCA cases that occur in the general population (LVEF >35%). However, several published studies have reported findings that represent proof of concept and pave the way for further investigation.

A recent study by Rogers et al. estimated the cellular phenotypes of 42 CAD patients with EF ≤40% by measuring their monophasic action potentials during steady-state pacing in the electrophysiology laboratory.31 They trained and tested an ML model that achieved a sensitivity of 85% and a specificity of 86% in predicting ventricular arrhythmia in 3 years of follow-up. Interestingly, those with recurrent ventricular arrhythmia had prolonged duration and augmented height of the phase II plateau, and action potential simulation suggested that this was due to increased L-type calcium current or enhanced sodium–calcium exchange. This study design is an interesting proof of concept. Given that the sample size is relatively small and included only 13 patients with sustained ventricular arrhythmia, it would be worth evaluating in a larger number of patients.

Cardiac MRI-based Models

Another study by Popescu et al. developed a DL model to predict SCD in 10 years using cardiac MRI images and clinical covariates in 156 patients (41 events) with ischaemic heart disease.32 The model was externally validated in 113 patients (22 events) and achieved an AUC (area under the receiver operator characteristic curve) of 0.87 and 0.72 and 10-year integrated Brier scores of 0.12 and 0.14 for internal and external datasets, respectively. That study used an interesting approach of combining cardiac images with clinical covariates to predict SCD. Given that the number of SCD events is relatively low, further evaluation in additional larger sample sizes is warranted.

Other studies have also developed and trained cardiac MRI-based ML models to predict recurrent ICD therapies and SCA in the long term. Okada et al. used a substrate spatial complexity profile that was derived from gadolinium-enhanced cardiac MRIs to train and test an ML model that would predict appropriate ICD firings and SCD at 5 years in 122 patients with ischaemic cardiomyopathy and EF <35% (40 events). Their model achieved a moderate AUC of 0.72.33 Somewhat similarly, another study used a DL-derived cine risk score from cardiac MRI images that achieved an AUC of 0.69 for predicting appropriate ICD therapy in 7.1 years in 350 ICD recipients (96 events).34

Other Clinical Phenotyping Models

A recent study reported that an ML model using cardiac sympathetic function assessed with 123I-metaiodobenzylguanidine single-photon emission CT and clinical characteristics (e.g. age, sex, EF, New York Heart Association class) was able to separately predict arrhythmic events and heart failure death in 526 patients with chronic heart failure.35 Another study used demographics combined with clinical characteristics (including laboratory values and cardiac image indices) of 382 ICD recipients (with EF ≤35%) to predict appropriate ICD therapy or SCD during a follow-up time of 5.9 ± 2.3 years. Their ML model achieved an AUC of 0.88 and outperformed the Seattle Proportional Risk Model (AUC of 0.57).36 However, these latter two studies did not use independent datasets for external validation. Given that patients with recurrent ventricular arrhythmia and/or ICD shocks may need to undergo catheter ablation, models predicting recurrent ventricular tachycardia after ablation could potentially support clinical decision-making in the future.37

In summary, these studies have trained and tested AI models to predict ventricular arrhythmia and/or SCA in the long term with moderate–good accuracy and represent an initial step. For reference, previous studies have estimated that the AUC for LVEF in the long-term prediction of SCD is only 0.59–0.68 in various populations, and a recent study demonstrated that this can be improved with the addition of AI-based ECG analysis.38–40 The current literature suggests that AI algorithms have the potential to improve long-term ventricular arrhythmia and SCA risk stratification. However, additional studies with larger sample sizes, external validation, more diverse patient samples and carefully adjudicated endpoints will be needed to assess the clinical utility of ML models in improving long-term ventricular arrhythmia and SCA prediction (Figure 1).

Figure 1: Current Approach and Potential Future Perspectives in Long-term Sudden Cardiac Arrest Prediction

Article image

Prediction in Specific Ventricular Arrhythmia/Sudden Death Syndromes

The vast majority of all SCAs in middle-aged and older individuals occur in association with CAD.24,41 In younger individuals (<35 years) there is a higher likelihood of detecting non-ischemic cardiac conditions such as hypertrophic cardiomyopathy (HCM), dilated cardiomyopathy (DCM), long QT syndrome (LQTS) and Brugada syndrome (BrS).42 These patients have different clinical characteristics and cardiac phenotypes from CAD patients, and hence it is important to have a specific focus on developing distinct risk stratification tools for patients with non-ischaemic arrhythmogenic cardiomyopathies.

Smole et al. used multiple variables (e.g. demographics, physical examination, genetics, imaging, medications) in 2,302 HCM patients to train an ML model to predict the 5-year risk of SCD.43 Their model achieved an AUC of 0.70 for SCD and outperformed a previously established conventional SCD risk calculator for HCM patients (AUC of 0.63).44 Two other studies aimed to develop and train ML models in the identification of HCM patients at high risk of ventricular tachycardia and VF.45,46 Another study used cardiac MRI features as model input data and achieved an AUC of 0.91, while yet another used 22 clinical covariates (including clinical history, cardiac imaging, and medication) and achieved an AUC of 0.83.45,46 Additionally, Lyon et al. used an unsupervised ML approach to identify high-risk ECG phenotypes in HCM patients and found that primary T wave inversion with normal QRS was associated with the highest SCD risk score.47 Relatively small studies on BrS, LQTS, DCM and tetralogy of Fallot have also demonstrated that ML models may be useful and can outperform conventional statistical methods to predict ventricular arrhythmia and SCD.48–52

Although these models use diverse study designs and input data, these are universally trained and tested on small numbers of endpoints and events (<100), which is a potential limitation for model generalisability. Therefore, significantly larger sample sizes would be ideal for future studies. Compared with complex traits such as coronary disease and heart failure, inherited ventricular arrhythmia and SCA syndromes are more homogeneous but the incidence in the overall population is low. Acquired cardiac diseases have a more complex phenotype consisting of multiple heterogeneous clinical conditions, and thereby create a different kind of challenge for model generalisability.

Prediction of Imminent Ventricular Arrhythmia and Sudden Cardiac Arrest

Broad Prediction Algorithms

Hospital Setting

In-hospital cardiac arrest (IHCA) is a fatal event in the majority of patients. The incidence is dependent on the study population and is estimated to be 1–17 events per 1,000 hospital admissions with a higher than 70% mortality rate.2 In most of the cases, the patients have abnormal vital signs during the preceding 4 hours.53 The total number of annual IHCAs is lower than out-of-hospital cardiac arrest (OHCA) (~290,000 versus ~360,000 in the US, respectively). Compared with OHCA, IHCA is considered to be a distinct event with unique opportunities and challenges and a higher likelihood of non-cardiac aetiologies.2 Hence, ML models that predict IHCA may not apply to the prediction of OHCA.

One of the leading causes of hospitalisation in the US is heart failure (HF), which accounts for approximately 1 million hospital admissions each year.54 A recent study focused on hospitalised HF patients and used demographics, medical history data, laboratory values, physiological measurements and medication in 2,794 hospitalised HF patients. The authors trained and tested an ML model that predicts malignant arrhythmias (117 events) during the hospital stay with an AUC of 0.867.55

Kwon et al. developed a DL-based early warning score, which included four basic vital signs (systolic blood pressure, heart rate, respiratory rate, and body temperature).56 Their study sample consisted of 52,131 patients admitted to two hospitals (419 IHCAs), and their model achieved an AUC of 0.850, which significantly outperformed the modified early warning score (MEWS) (AUC of 0.603). Later, the authors extended this DL model by adding diastolic blood pressure, age and the recorded time of each vital sign in 173,368 hospitalised patients from general wards of five hospitals (224 events), and divided the data into internal and external datasets. This model also had a performance that was superior to MEWS in both the internal (AUC: 0.860 versus 0.754, respectively) and external (AUC: 0.905 versus 0.785, respectively) datasets.57 Although the number of IHCAs remains relatively small, other slightly smaller studies in hospitalised patients have also suggested that ML models can achieve good discriminative values and outperform conventional prediction models using clinical record data, vital signs and laboratory values.58–62

Emergency Department Setting

In addition to hospitalised patients, ML models may assist with the triage of patients in emergency departments (EDs), given that high-risk patients may require early coronary intervention or intensive cardiac monitoring. A study by Ong et al. used heart rate variability parameters and vital signs to train and test an ML model for the prediction of cardiac arrest within 72 hours in 925 ED patients (43 events).63 Their model achieved an AUC of 0.78, which outperformed the conventional MEWS score (AUC of 0.68). That study had a small number of endpoints and no external validation, but subsequent studies have also suggested that relatively simple ML models based on vital signs can outperform MEWS in ED patients.64–66 However, in addition to the lack of external validation, one limitation of these papers is the diversity of clinical conditions in the ED patients. To overcome this, Wu et al. used 20 clinical features from 166 acute coronary syndrome (ACS) patients with IHCA and 521 ACS controls to develop various ML algorithms that predict cardiac arrest within 24 hours. Their best model achieved a promising AUC of 0.958, which outperformed commonly used risk prediction models such as GRACE, NEWS and MEWS (AUCs 0.67–0.73).67 However, this model was not externally validated.

Although simple vital signs can be used to train an ML model with a good performance, a multimodal AI approach combining vital signs with images or ECG waveforms could provide additional accuracy to unimodal ML models. The potential for using ECG waveforms in predicting IHCA within 24 hours was demonstrated by a recent study that used demographics and ECGs of 25,672 patients who were admitted to two hospitals.68

Prediction of Specific Ventricular Arrhythmia and Sudden Death Syndromes

While the aforementioned short-term prediction models are trained and tested on broad patient groups, a specific focus on high-risk conditions is also warranted. A few studies have trained and tested ML models in ICD patients, and achieved good accuracy: Shakibfar et al. used nine ICD variables from 19,935 ICD patients to predict electrical storm (ES) within 1 day (2,367 ES events occurred in 1,410 patients).69 Their ML model achieved an AUC of 0.80 and the most relevant variables were the percentage of ventricular pacing and daytime activity. Another study used heart rate variability data from 788 ICD patients (from the SCD-HeFT trial) to predict ICD shocks within 10 seconds and 5 minutes (6,660 regular rhythms and 230 pre-shock rhythms).70 Their ML model reached a good AUC of 0.81 for a 5-minute prediction and an AUC of 0.87 for a 10-second prediction of shock. Predicting an impending ICD shock may be important in alerting healthcare providers as well as guiding patients in the avoidance of situations in which an ICD shock may cause substantial harm (e.g. driving, risk of falling).

Patients undergoing dialysis have been recognised to be at a significantly increased risk of SCA.71 However, there is still a significant gap in the knowledge of risk factors and mechanisms of haemodialysis-related SCA, and no accurate risk prediction models exist. Goldstein et al. used comprehensive EHR data (demographics, dialysis-specific factors, laboratory values, physiological measurements, medications) from a large sample of dialysis sessions (22 million sessions, 1,697 SCDs) to train and test an ML model to predict SCD within 1 day of a dialysis session. Their model achieved a good performance (AUC of 0.799), which illustrates the potential of using large EHR data to develop short-term risk prediction models for relatively rare events.72

The Future of AI for Ventricular Arrhythmia and SCD Prediction

Published studies have demonstrated proof of concept regarding the utility of ML models for the detection of individuals who are at high risk of ventricular arrhythmia and SCA in the short and long term. However, some limitations and knowledge gaps should be addressed in future studies.

Although most ML models in previous studies have shown good discriminative value in internal validation, small sample sizes and the lack of external validation tend to reduce the generalisability of these models. In small sample sizes, ML models are prone to overfitting, which may lead to poor performance in independent and heterogeneous datasets. Moreover, while previous studies have successfully developed ML models for specific SCA risk groups (e.g. patients with ICD, severely reduced EF, HCM, LQTS, BrS), future studies are needed to develop models that can be applied to predict SCA in broader groups. Although severely reduced EF and rare SCA syndromes are important risk factors for SCA, most of the cases occur in subjects without these conditions.5

The current literature lacks ML models that would predict pre-hospital SCA in the near term. Although previous studies have demonstrated that ML models using simple vital signs have the potential to outperform conventional risk stratification tools in predicting IHCA, it is important to recognise that IHCA is considered to be a separate entity from OHCA and that these short-term models are developed with considerably different settings compared with long-term models of out-of-hospital ventricular arrhythmia and SCA.2 These models may not apply to out-of-hospital settings. Given that a significant proportion of SCAs is preceded by warning symptoms and that there are no broad short-term prediction models for pre-hospital OHCA, there is room to improve short-term SCA prediction (Figure 2).

Figure 2: Future Artificial Intelligence-powered Approaches for Near-term Sudden Cardiac Arrest Prediction and Prevention

Article image

Accurate SCA prediction will be likely to require a combination of biomarkers. However, previously established SCA risk factors are usually not specific to SCA but instead predict non-sudden cardiac death as well.23 This is an important and sometimes overlooked limitation in SCA risk calculators. The benefit from preventive treatment with an ICD is not only dependent on the absolute SCA risk but also on the relative sudden versus non-sudden death risk.73–75 Competing modes of death complicate accurate SCA risk stratification, and this aspect becomes even more relevant due to ageing of the general population and the increasing mean age of SCA patients. There is room for AI-guided identification of patients with a high proportional SCA risk.39

The creation of SCA prediction models requires careful adjudication of the cause and mechanism of the event. This includes the exclusion of non-cardiac acute events that may also manifest as cardiac arrest and sudden death (e.g. pulmonary embolism, aortic dissection, stroke). Furthermore, classification of SCA events based on underlying mechanisms into shockable and non-shockable SCAs has important clinical implications. Given that the proportion of non-shockable SCAs has significantly increased in recent decades, and that the long-term prevention of SCA is mostly based on ICD implantation and terminating shockable rhythms, a renewed focus on predicting specifically shockable SCAs is warranted.38 Given that most of the SCAs manifest with non-shockable presenting rhythm, achieving good prediction accuracy for overall SCA does not necessarily mean that these high-risk patients would benefit from primary prevention ICD implantation.

Most published AI models use tabular EHR data (e.g. demographics, clinical variables), and the potential of simultaneously using raw image and physiological signal data has not been realised. For example, several ECG variables and conventional ECG-based risk scores have been associated with an increased risk of SCA in the long term, but the usefulness of the ECG waveform-based DL model is yet to be investigated.76–78 Current AI models mostly use unimodal input data. However, in the future, multimodal and explainable AI are likely to unlock many opportunities in the field of ventricular arrhythmia and SCA prediction by using and integrating multidimensional patient data such as by combining EHR data with ECG, other signals, and imaging modalities as well as genomic and proteomic information (Figure 3).22

Figure 3: Recent Progress, Limitations and Future Perspectives in Artificial Intelligence-based Sudden Cardiac Arrest Risk Prediction

Article image

Clinical Perspective

  • Lethal ventricular arrhythmias resulting in sudden cardiac death (SCD) is a major cause of mortality worldwide.
  • Conventional SCD risk stratification tools are increasingly recognised as being inadequate.
  • Recently published studies have demonstrated the potential of machine learning models to improve the detection of individuals at high risk of SCD.
  • Some limitations in methodology need to be overcome so that important knowledge gaps in the field could benefit from deployment of artificial intelligence tools for long-term as well as near-term prediction and prevention of SCD.
  • Future studies will benefit from the usage of unimodal, multimodal and explainable artificial intelligence in large databases with consistent definitions of SCD.

References

  1. Stecker EC, Reinier K, Marijon E, et al. Public health burden of sudden cardiac death in the United States. Circ Arrhythm Electrophysiol 2014;7:212–7.
    Crossref | PubMed
  2. Tsao CW, Aday AW, Almarzooq ZI, et al. Heart disease and stroke statistics – 2022 update: a report from the American Heart Association. Circulation 2022;145:e153–639.
    Crossref | PubMed
  3. Sasson C, Rogers MA, Dahl J, Kellermann AL. Predictors of survival from out-of-hospital cardiac arrest: a systematic review and meta-analysis. Circ Cardiovasc Qual Outcomes 2010;3:63–81.
    Crossref | PubMed
  4. Al-Khatib SM, Stevenson WG, Ackerman MJ, et al. 2017 AHA/ACC/HRS guideline for management of patients with ventricular arrhythmias and the prevention of sudden cardiac death: executive summary: a report of the American College of Cardiology/American Heart Association Task Force on Clinical Practice guidelines and the Heart Rhythm Society. Circulation 2018;138:e210–71.
    Crossref | PubMed
  5. Narayanan K, Reinier K, Uy-Evanado A, et al. Frequency and determinants of implantable cardioverter defibrillator deployment among primary prevention candidates with subsequent sudden cardiac arrest in the community. Circulation 2013;128:1733–8.
    Crossref | PubMed
  6. Kober L, Thune JJ, Nielsen JC, et al. Defibrillator implantation in patients with nonischemic systolic heart failure. N Engl J Med 2016;375:1221–30.
    Crossref | PubMed
  7. Sabbag A, Suleiman M, Laish-Farkash A, et al. Contemporary rates of appropriate shock therapy in patients who receive implantable device therapy in a real-world setting: from the Israeli ICD registry. Heart Rhythm 2015;12:2426–33.
    Crossref | PubMed
  8. Younis A, Goldberger JJ, Kutyifa V, et al. Predicted benefit of an implantable cardioverter-defibrillator: the MADIT-ICD benefit score. Eur Heart J 2021;42:1676–84.
    Crossref | PubMed
  9. Bardy GH, Lee KL, Mark DB, et al. Amiodarone or an implantable cardioverter-defibrillator for congestive heart failure. N Engl J Med 2005;352:225–37.
    Crossref | PubMed
  10. Moss AJ, Zareba W, Hall WJ, et al. Prophylactic implantation of a defibrillator in patients with myocardial infarction and reduced ejection fraction. N Engl J Med 2002;346:877–83.
    Crossref | PubMed
  11. Myerburg RJ, Conde CA, Sung RJ, et al. Clinical, electrophysiologic and hemodynamic profile of patients resuscitated from prehospital cardiac arrest. Am J Med 1980;68:568–76.
    Crossref | PubMed
  12. Cobb LA, Fahrenbruch CE, Olsufka M, Copass MK. Changing incidence of out-of-hospital ventricular fibrillation, 1980–2000. JAMA 2002;288:3008–13.
    Crossref | PubMed
  13. Strömsöe A, Svensson L, Axelsson AB, et al. Improved outcome in Sweden after out-of-hospital cardiac arrest and possible association with improvements in every link in the chain of survival. Eur Heart J 2015;36:863–71.
    Crossref | PubMed
  14. Marijon E, Garcia R, Narayanan K, et al. Fighting against sudden cardiac death: need for a paradigm shift: adding near-term prevention and pre-emptive action to long-term prevention. Eur Heart J 2022;43:1457–64.
    Crossref | PubMed
  15. Marijon E, Uy-Evanado A, Dumas F, et al. Warning symptoms are associated with survival from sudden cardiac arrest. Ann Intern Med 2016;164:23–9.
    Crossref | PubMed
  16. Muller D, Agrawal R, Arntz HR. How sudden is sudden cardiac death? Circulation 2006;114:1146–50.
    Crossref | PubMed
  17. Nishiyama C, Iwami T, Kawamura T, et al. Prodromal symptoms of out-of-hospital cardiac arrests: a report from a large-scale population-based cohort study. Resuscitation 2013;84:558–63.
    Crossref | PubMed
  18. Held EP, Chugh SS. Warning signs of impending acute cardiac events. Circulation 2018;138:1617–9.
    Crossref | PubMed
  19. Hamet P, Tremblay J. Artificial intelligence in medicine. Metabolism 2017;69S:S36–40.
    Crossref | PubMed
  20. Deo RC. Machine learning in medicine. Circulation 2015;132:1920–30.
    Crossref | PubMed
  21. Hinton G. Deep learning: a technology with the potential to transform health care. JAMA 2018;320:1101–2.
    Crossref | PubMed
  22. Acosta JN, Falcone GJ, Rajpurkar P, Topol EJ. Multimodal biomedical AI. Nat Med 2022;28:1773–84.
    Crossref | PubMed
  23. Deo R, Norby FL, Katz R, et al. Development and validation of a sudden cardiac death prediction model for the general population. Circulation 2016;134:806–16.
    Crossref | PubMed
  24. Haukilahti MAE, Holmstrom L, Vahatalo J, et al. Sudden cardiac death in women. Circulation 2019;139:1012–21.
    Crossref | PubMed
  25. Tseng ZH, Olgin JE, Vittinghoff E, et al. Prospective countywide surveillance and autopsy characterization of sudden cardiac death: POST SCD study. Circulation 2018;137:2689–700.
    Crossref | PubMed
  26. Attia ZI, Friedman PA, Noseworthy PA, et al. Age and sex estimation using artificial intelligence from standard 12-lead ECGs. Circ Arrhythm Electrophysiol 2019;12:e007284.
    Crossref | PubMed
  27. Attia ZI, Kapa S, Lopez-Jimenez F, et al. Screening for cardiac contractile dysfunction using an artificial intelligence-enabled electrocardiogram. Nat Med 2019;25:70–4.
    Crossref | PubMed
  28. Ghorbani A, Ouyang D, Abid A, et al. Deep learning interpretation of echocardiograms. NPJ Digit Med 2020;3:10.
    Crossref | PubMed
  29. Hughes JW, Yuan N, He B, et al. Deep learning evaluation of biomarkers from echocardiogram videos. EBioMedicine 2021;73:103613.
    Crossref | PubMed
  30. Loh HW, Ooi CP, Seoni S, et al. Application of explainable artificial intelligence for healthcare: a systematic review of the last decade (2011–2022). Comput Methods Programs Biomed 2022;226:107161.
    Crossref | PubMed
  31. Rogers AJ, Selvalingam A, Alhusseini MI, et al. Machine learned cellular phenotypes in cardiomyopathy predict sudden death. Circ Res 2021;128:172–84.
    Crossref | PubMed
  32. Popescu DM, Shade JK, Lai C, et al. Arrhythmic sudden death survival prediction using deep learning analysis of scarring in the heart. Nat CardioVasc Res 2022;1:334–43.
    Crossref | PubMed
  33. Okada DR, Miller J, Chrispin J, et al. Substrate spatial complexity analysis for the prediction of ventricular arrhythmias in patients with ischemic cardiomyopathy. Circ Arrhythm Electrophysiol 2020;13:e007975.
    Crossref | PubMed
  34. Krebs J, Mansi T, Delingette H, et al. CinE caRdiac magneTic resonAnce to predIct veNTricular arrhYthmia (CERTAINTY). Sci Rep 2021;11:22683.
    Crossref | PubMed
  35. Nakajima K, Nakata T, Doi T, et al. Machine learning-based risk model using (123)I-metaiodobenzylguanidine to differentially predict modes of cardiac death in heart failure. J Nucl Cardiol 2022;29:190–201.
    Crossref | PubMed
  36. Wu KC, Wongvibulsin S, Tao S, et al. Baseline and dynamic risk predictors of appropriate implantable cardioverter defibrillator therapy. J Am Heart Assoc 2020;9:e017002.
    Crossref | PubMed
  37. Vergara P, Tzou WS, Tung R, et al. Predictive score for identifying survival and recurrence risk profiles in patients undergoing ventricular tachycardia ablation: the I-VT score. Circ Arrhythm Electrophysiol 2018;11:e006730.
    Crossref | PubMed
  38. Chugh SS, Reinier K, Uy-Evanado A, et al. Prediction of sudden cardiac death manifesting with documented ventricular fibrillation or pulseless ventricular tachycardia. JACC Clin Electrophysiol 2022;8:411–23.
    Crossref | PubMed
  39. Shiraishi Y, Goto S, Niimi N, et al. Improved prediction of sudden cardiac death in patients with heart failure through digital processing of electrocardiography. Europace 2023;25:922–30.
    Crossref | PubMed
  40. Zegard A, Okafor O, de Bono J, et al. Myocardial fibrosis as a predictor of sudden death in patients with coronary artery disease. J Am Coll Cardiol 2021;77:29–41.
    Crossref | PubMed
  41. Chugh SS, Jui J, Gunson K, et al. Current burden of sudden cardiac death: multiple source surveillance versus retrospective death certificate-based review in a large U.S. community. J Am Coll Cardiol 2004;44:1268–75.
    Crossref | PubMed
  42. Gray B, Ackerman MJ, Semsarian C, Behr ER. Evaluation after sudden death in the young: a global approach. Circ Arrhythm Electrophysiol 2019;12:e007453.
    Crossref | PubMed
  43. Smole T, Zunkovic B, Piculin M, et al. A machine learning-based risk stratification model for ventricular tachycardia and heart failure in hypertrophic cardiomyopathy. Comput Biol Med 2021;135:104648.
    Crossref | PubMed
  44. O’Mahony C, Jichi F, Pavlou M, et al. A novel clinical risk prediction model for sudden cardiac death in hypertrophic cardiomyopathy (HCM risk-SCD). Eur Heart J 2014;35:2010–20.
    Crossref | PubMed
  45. Alis D, Guler A, Yergin M, Asmakutlu O. Assessment of ventricular tachyarrhythmia in patients with hypertrophic cardiomyopathy with machine learning-based texture analysis of late gadolinium enhancement cardiac MRI. Diagn Interv Imaging 2020;101:137–46.
    Crossref | PubMed
  46. Bhattacharya M, Lu DY, Kudchadkar SM, et al. Identifying ventricular arrhythmias and their predictors by applying machine learning methods to electronic health records in patients with hypertrophic cardiomyopathy (HCM-VAr-risk model). Am J Cardiol 2019;123:1681–9.
    Crossref | PubMed
  47. Lyon A, Ariga R, Minchole A, et al. Distinct ECG phenotypes identified in hypertrophic cardiomyopathy using machine learning associate with arrhythmic risk markers. Front Physiol 2018;9:213.
    Crossref | PubMed
  48. Atallah J, Gonzalez Corcia MC, Walsh EP, Participating Members of the Pediatric and Congenital Electrophysiology Society. Ventricular arrhythmia and life-threatening events in patients with repaired tetralogy of Fallot. Am J Cardiol 2020;132:126–32.
    Crossref | PubMed
  49. Lee S, Zhou J, Li KHC, et al. Territory-wide cohort study of Brugada syndrome in Hong Kong: predictors of long-term outcomes using random survival forests and non-negative matrix factorisation. Open Heart 2021;8:e001505.
    Crossref | PubMed
  50. Rodriguez J, Schulz S, Giraldo BF, Voss A. Risk stratification in idiopathic dilated cardiomyopathy patients using cardiovascular coupling analysis. Front Physiol 2019;10:841.
    Crossref | PubMed
  51. Tse G, Lee S, Zhou J, et al. Territory-wide Chinese cohort of long QT syndrome: random survival forest and Cox analyses. Front Cardiovasc Med 2021;8:608592.
    Crossref | PubMed
  52. Tse G, Zhou J, Lee S, et al. Incorporating latent variables using nonnegative matrix factorization improves risk stratification in Brugada syndrome. J Am Heart Assoc 2020;9:e012714.
    Crossref | PubMed
  53. Andersen LW, Kim WY, Chase M, et al. The prevalence and significance of abnormal vital signs prior to in-hospital cardiac arrest. Resuscitation 2016;98:112–7.
    Crossref | PubMed
  54. Jackson SL, Tong X, King RJ, et al. National burden of heart failure events in the United States, 2006 to 2014. Circ Heart Fail 2018;11:e004873.
    Crossref | PubMed
  55. Wang Q, Li B, Chen K, et al. Machine learning-based risk prediction of malignant arrhythmia in hospitalized patients with heart failure. ESC Heart Fail 2021;8:5363–71.
    Crossref | PubMed
  56. Kwon JM, Lee Y, Lee Y, et al. An algorithm based on deep learning for predicting in-hospital cardiac arrest. J Am Heart Assoc 2018;7:e008678.
    Crossref | PubMed
  57. Lee YJ, Cho KJ, Kwon O, et al. A multicentre validation study of the deep learning-based early warning score for predicting in-hospital cardiac arrest in patients admitted to general wards. Resuscitation 2021;163:78–85.
    Crossref | PubMed
  58. Chae M, Han S, Gil H, et al. Prediction of in-hospital cardiac arrest using shallow and deep learning. Diagnostics (Basel) 2021;11:1255.
    Crossref | PubMed
  59. Kim J, Chae M, Chang HJ, et al. Predicting cardiac arrest and respiratory failure using feasible artificial intelligence with simple trajectories of patient data. J Clin Med 2019;8:1336.
    Crossref | PubMed
  60. Kim J, Park YR, Lee JH, et al. Development of a real-time risk prediction model for in-hospital cardiac arrest in critically ill patients using deep learning: retrospective study. JMIR Med Inform 2020;8:e16349.
    Crossref | PubMed
  61. Lee H, Shin SY, Seo M, et al. Prediction of ventricular tachycardia one hour before occurrence using artificial neural networks. Sci Rep 2016;6:32390.
    Crossref | PubMed
  62. Ueno R, Xu L, Uegami W, et al. Value of laboratory results in addition to vital signs in a machine learning algorithm to predict in-hospital cardiac arrest: a single-center retrospective cohort study. PLoS One 2020;15:e0235835.
    Crossref | PubMed
  63. Ong ME, Lee Ng CH, Goh K, et al. Prediction of cardiac arrest in critically ill patients presenting to the emergency department using a machine learning score incorporating heart rate variability compared with the modified early warning score. Crit Care 2012;16:R108.
    Crossref | PubMed
  64. Hong S, Lee S, Lee J, et al. Prediction of cardiac arrest in the emergency department based on machine learning and sequential characteristics: model development and retrospective clinical validation study. JMIR Med Inform 2020;8:e15932.
    Crossref | PubMed
  65. Jang DH, Kim J, Jo YH, et al. Developing neural network models for early detection of cardiac arrest in emergency department. Am J Emerg Med 2020;38:43–9.
    Crossref | PubMed
  66. Liu N, Koh ZX, Goh J, et al. Prediction of adverse cardiac events in emergency department patients with chest pain using machine learning for variable selection. BMC Med Inform Decis Mak 2014;14:75.
    Crossref | PubMed
  67. Wu TT, Lin XQ, Mu Y, et al. Machine learning for early prediction of in-hospital cardiac arrest in patients with acute coronary syndromes. Clin Cardiol 2021;44:349–56.
    Crossref | PubMed
  68. Kwon JM, Kim KH, Jeon KH, et al. Artificial intelligence algorithm for predicting cardiac arrest using electrocardiography. Scand J Trauma Resusc Emerg Med 2020;28:98.
    Crossref | PubMed
  69. Shakibfar S, Krause O, Lund-Andersen C, et al. Predicting electrical storms by remote monitoring of implantable cardioverter-defibrillator patients using machine learning. Europace 2019;21:268–74.
    Crossref | PubMed
  70. Au-Yeung WM, Reinhall PG, Bardy GH, Brunton SL. Development and validation of warning system of ventricular tachyarrhythmia in patients with heart failure with heart rate variability data. PLoS One 2018;13:e0207215.
    Crossref | PubMed
  71. Turakhia MP, Blankestijn PJ, Carrero JJ, et al. Chronic kidney disease and arrhythmias: conclusions from a Kidney Disease: Improving Global Outcomes (KDIGO) Controversies Conference. Eur Heart J 2018;39:2314–25.
    Crossref | PubMed
  72. Goldstein BA, Chang TI, Mitani AA, et al. Near-term prediction of sudden cardiac death in older hemodialysis patients using electronic health records. Clin J Am Soc Nephrol 2014;9:82–91.
    Crossref | PubMed
  73. Bilchick KC, Wang Y, Cheng A, et al. Seattle heart failure and proportional risk models predict benefit from implantable cardioverter-defibrillators. J Am Coll Cardiol 2017;69:2606–18.
    Crossref | PubMed
  74. Barra S, Boveda S, Providencia R, et al. Adding defibrillation therapy to cardiac resynchronization on the basis of the myocardial substrate. J Am Coll Cardiol 2017;69:1669–78.
    Crossref | PubMed
  75. Marijon E, Leclercq C, Narayanan K, et al. Causes-of-death analysis of patients with cardiac resynchronization therapy: an analysis of the CeRtiTuDe cohort study. Eur Heart J 2015;36:2767–76.
    Crossref | PubMed
  76. Aro AL, Reinier K, Rusinaru C, et al. Electrical risk score beyond the left ventricular ejection fraction: prediction of sudden cardiac death in the Oregon Sudden Unexpected Death Study and the Atherosclerosis Risk in Communities Study. Eur Heart J 2017;38:3017–25.
    Crossref | PubMed
  77. Chatterjee NA, Tikkanen JT, Panicker GK, et al. Simple electrocardiographic measures improve sudden arrhythmic death prediction in coronary disease. Eur Heart J 2020;41:1988–99.
    Crossref | PubMed
  78. Ramirez J, Monasterio V, Minchole A, et al. Automatic SVM classification of sudden cardiac death and pump failure death from autonomic and repolarization ECG markers. J Electrocardiol 2015;48:551–7.
    Crossref | PubMed