- Review
- Open access
- Published:
Deep learning and electrocardiography: systematic review of current techniques in cardiovascular disease diagnosis and management
BioMedical Engineering OnLine volume 24, Article number: 23 (2025)
Abstract
This paper reviews the recent advancements in the application of deep learning combined with electrocardiography (ECG) within the domain of cardiovascular diseases, systematically examining 198 high-quality publications. Through meticulous categorization and hierarchical segmentation, it provides an exhaustive depiction of the current landscape across various cardiovascular ailments. Our study aspires to furnish interested readers with a comprehensive guide, thereby igniting enthusiasm for further, in-depth exploration and research in this realm.
Introduction
Electrocardiogram (ECG) have been widely employed across various clinical disciplines. ECG represents one of the earliest non-invasive diagnostic methods in medicine, exerting profound influence on the field of cardiology [1]. However, accurate ECG interpretation typically necessitates substantial physician expertise, thereby fostering the gradual emergence of automated diagnostic technologies. In the 1970s, machine learning (ML) was introduced for automated ECG analysis, employing algorithmic modeling, image learning, and feature extraction to facilitate automated diagnosis [2]. Nevertheless, this approach was constrained by predefined rules and reliance on human-defined patterns, resulting in inadequate differentiation of subtle ECG differences and a relatively high rate of misdiagnosis. Consequently, ECG automated diagnostic programs have attracted considerable attention.
Over the past several decades, the rapid advancement of computational technology has catalyzed substantial growth at the intersection of computer science and biomedical research, generating numerous novel opportunities in healthcare diagnostics, therapy, and prognosis. Artificial Intelligence (AI), epitomizing the "Fourth Industrial Revolution", emulates human cognitive processes to harness sensor data for automated diagnostic solutions, enabling the identification of diverse abnormal patterns for diagnosing various diseases [3, 4]. Deep Learning (DL), a branch of AI, utilizes data-driven modeling, autonomous data recognition and learning, to generate powerful models, particularly suitable for handling heterogeneous data and dynamically changing ECG diagnoses [5].
The purpose of this review is to systematically survey the existing DL methods in conjunction with ECG and cardiovascular diseases, establishing a clear understanding of research hotspots. This review aims to clarify the current state of research concerning DL, ECG, and cardiovascular diseases, elucidate the future trends of DL and ECG applications in clinical settings, facilitate the advancement of research on DL, ECG, and clinical diseases, and expedite their translation into clinical practice for patient benefit.
Deep learning and the convergence with ECG
In the field of DL, Convolutional Neural Networks (CNNs) and Recurrent Neural Networks (RNNs) have emerged as pivotal architectures. CNNs, initially conceptualized by LeCun et al. [6, 7] in 1989, excel in image feature extraction due to their local connectivity and weight sharing properties, making them ideal for ECG feature extraction [8, 9]. Their evolution has led to advanced models like AlexNet [10], ZFNet [11], VGGNet [12], GoogLeNet [13], and ResNet [14], enhancing DL performance. Conversely, RNNs, introduced by Rumelhart et al. [15] in 1986, are tailored for sequential data handling, with their ability to maintain context information via feedback loops. However, to tackle the vanishing gradient problem when dealing with long-term dependencies, LSTM [16]and GRU [17] were developed. The Convolutional Recurrent Neural Network (CRNN), a hybrid model born in 2015 [18], combines CNNs' spatial feature extraction prowess with RNNs' temporal dependency management, proving especially beneficial in ECG signal analysis. Meanwhile, Autoencoders (AEs) [19], another DL component, learn efficient data representations through compression and reconstruction, offering a powerful tool for dimensionality reduction and noise removal. Generative Adversarial Networks (GANs) [20], introduced by Goodfellow et al. in 2014, stand out for their capability to capture data distributions and generate new samples. They have been successfully applied to ECG data augmentation and denoising, overcoming the challenges posed by imbalanced or noisy data [21, 22]. This overview encapsulates the vibrant progression of DL, highlighting how researchers continuously innovate and refine these architectures to address limitations and broaden their applicability across various domains. This groundwork serves to offer readers a comprehensive insight into DL before delving into its specific applications in cardiovascular diseases.
The ECG data analyzed in our review were sourced from various channels, including: (1) exports from bedside ECG machines or cardiac monitors [23]; (2) data collected via ambulatory ECG devices [24]; (3) segments retrieved from public or specialized databases [25]; and (4) data derived from wearable devices [26]. These conventional ECG segments necessitate further processing before use. The data are stored in formats like SCP-ECG, DICOM, HL7 aECG, GDF, and more, which are designed to retain ECG waveforms, patient data, acquisition parameters, and diagnostic measurements. The ECG data processing workflow typically involves three stages: signal extraction and preprocessing, feature extraction, and classification. Given the low frequency and amplitude of ECG signals, coupled with interference from electromyographic activity, power line frequency, and baseline wander, preprocessing is essential to ensure accurate feature extraction and optimal model classification performance. Preprocessing techniques encompass both traditional and modern approaches. Traditional techniques include the use of FIR and IIR digital filters, while modern methods involve wavelet transform and adaptive filtering. Fourier and wavelet transforms are prevalent preprocessing tools, with the wavelet transform often preferred for its variable window length, providing superior resolution in both time and frequency domains, and greater accuracy than the Fourier transform [25]. Deep learning's role in ECG preprocessing is twofold: enhancing the model's data extraction capabilities through efficient filtering, and improving noise robustness through data augmentation strategies, such as the introduction of noise. The selection of these techniques hinges on the specific application, model architecture, and dataset size. Feature extraction strategies are categorized into hand-crafted methods, such as wavelet transforms, SVMs, kernel independent component analysis, and principal component analysis, and feature learning-based deep learning methods. The latter have significantly improved ECG signal classification accuracy and efficiency through automatic feature extraction, end-to-end models, attention mechanisms, management of multi-label imbalances, and deep transfer learning. ECG signal classification algorithms are divided into morphological methods, which include template matching and structural description, and methods based on signal features that emphasize waveform differences. The former is prone to noise interference and has a high computational cost and low accuracy, while the latter offers higher accuracy but may suffer from overfitting due to a lack of detailed heartbeat annotations. Manual classification and feature extraction methods, while valuable, have limitations in terms of accuracy and computational complexity for classifying ECG abnormalities and are being supplanted by DNN-based feature learning methods. DNNs enhance classification accuracy through autonomous feature extraction and minimize human intervention. CNNs, with their strength in processing one-dimensional temporal data, often serve as the basis for ECG signal analysis algorithms, enabling the construction of deep algorithmic models that effectively classify abnormal ECG [27]. The advent of deep learning models has undoubtedly advanced the accuracy of ECG signal classification and reduced reliance on human intervention, thus facilitating the integration of ECG with computational technologies and promoting the development and clinical adoption of innovative technologies.
Materials and methods
A systematic review was conducted to identify and aggregate published original studies that reported on DLlearning analyses of ECGs for the assessment of cardiovascular disease. The manuscript was prepared in accordance with the Preferred Reporting Items for Systematic Reviews and Meta-analyses (PRISMA) guidelines [28]. This study utilized the Web of Science (WoS) platform, a multifaceted citation index database consisting of SCI, SSCI, A&HCI, CCR, and IC. The search strategy employed the following keywords: (‘Deep learning’) AND (‘Electrocardiography’ or ‘ECG’ or ‘EKG’) AND (‘cardiovascular disease’ or ‘heart disease’) with a publication date range from January 1, 2017, to September 30, 2023. This search yielded 1123 articles, which were systematically screened to exclude meeting abstracts (n = 221), proceeding papers (n = 134), non-English papers (n = 150), irrelevant articles (n = 180), duplicate articles (n = 33), no open access (n = 197) and poor quality (n = 10) articles, resulting in the selection of 198 high-quality articles post-discussion and voting by the research team. The data extraction in this process was carried out independently by multiple reviewers, with the aim of minimizing bias and errors as much as possible. The screening process is illustrated in Fig. 1. In this study, to elucidate the evolving trends and directions of deep learning applications in electrocardiogram (ECG) research, we conducted a statistical analysis of the publication years of the included articles (Fig. 2), the number of diseases investigated (Fig. 3), and the databases utilized (Fig. 4). For the graphical representation of our findings, we employed GraphPad Prism version 10.1.2 software. For bibliometric analysis and visualization of the selected literature, VOSviewer version 1.6.19 was used to map co-occurrences among countries/regions (Fig. 5) and keywords (Fig. 6). In Fig. 5, each dot denotes a distinct country, with its size reflecting the number of publications from that country. The lines connecting the nodes represent collaborative relationships between countries, where the thickness of the lines indicates the intensity of cooperation—thicker lines signify stronger collaborative ties. Figure 6 follows the same convention. Additionally, we summarized and ranked the top ten countries and regions based on article count (AC), citation count (CC), average citations per article (ACP), and total link strength (TLS) for the included articles (Table 1). We also summarized and ranked the top ten countries and regions based on the occurrences of keywords and their total link strength (TLS) (Table 2). To manage the wealth of information, the studies were classified according to disease types and key details were extracted, including article titles, publication years, source journals, datasets employed, sensors involved, and the specific deep learning application methods (Tables 3, 4, 5, 6, 7, 8, 9 and 10). Given the reliance solely on published data, ethical approval was unnecessary for this study.
Principal countries and regions in the study. The top three in article count are China (59), USA (33), and Taiwan, China (30), while the citation count leaders are USA (1237), China (1071), and Singapore (728). In terms of average citations per country, the top three are Malaysia (158.75), Singapore (121.33), and Denmark (71.67). For international collaboration, the top three are China (29), England (24), and USA (23)
Results
In this study, the 198 articles discussing the application of DL to ECG for cardiovascular disease (CVD) diagnosis were chronologically organized, reflecting a notable increase in annual publications starting from 2018 (Fig. 2). This surge could be linked to the advancement of AI technology, widespread adoption of smart devices, and intensified interdisciplinary medical research. The articles were categorized based on eight CVD types, with arrhythmology, blood pressure, and CAD and ACS accounting for the lion's share due to their prevalence, readily accessible public datasets, and the utility of DL with wearable devices (Fig. 3). In Fig. 4, public databases, particularly ARRDB[29, 30], AFDB[25, 31], and competition datasets[26, 27, 32, 33], played a crucial role in model development, especially for arrhythmology, blood pressure, and CAD/ACS, whereas proprietary databases were more prevalent in certain disease types like HF, cardiomyopathy, and valvular disease. Using VOSviewer, the global contributions were mapped, revealing China, USA, and China Taiwan as leading producers by article count, while USA topped the list for citation count (Fig. 5 and Table 1). Keyword analysis highlighted 'deep learning', 'electrocardiogram', and 'classification' as the most frequently occurring and interconnected terms (Fig. 6 and Table 2). Hybrid databases had less utilization. To evaluate the effectiveness of DL models, various performance metrics were employed, including area under the receiver operating characteristic curve (AUROC), accuracy (Acc), sensitivity (Sen), specificity (Spe), positive predictive value (PPV), negative predictive value (NPV), recall (Rec), precision (Pre), and false positives. This systematic approach elucidates the evolving landscape of DL applications in ECG-CVD research, identifies critical research areas, and underscores the importance of international collaboration and public dataset availability.
CAD and ACS
Studies based on PTB-ECG DB
The Physikalisch Technische Bundesanstalt Electrocardiogram Database (PTB-ECG DB) [34] is a large-scale database containing ECG recordings from subjects of varying ages and genders, encompassing health and diverse disease conditions. With its high sampling rate and precise resolution, this database serves as a foundation for numerous CAD and ACS studies.
Diagnosis of acute myocardial infarction (AMI) is crucial in clinical settings, prompting substantial research efforts in AMI detection. In 2017, Acharya et al. [35] achieved high accuracy using a CNN model on both denoised and noisy ECGs. Liu et al. [36] diagnosed extensive anterior wall MI with an Acc of 96.00% via multi-lead ECG. The model of various investigators[37–39] has excellent performance in MI diagnosis. Regarding MI localization, He et al.’s [40] MB-DenseNet-STSM model automatically labels valuable unlabelled samples, achieving an Acc of 96.09% in MI localization. The models established by several research groups [41–47] achieve nearly 100% accuracy in both diagnosis and localization, showcasing exceptional performance.
Studies based on other databases
Cho et al. [48]developed a DL model using Korean ECG data, achieving an AUROC of 0.902 in AMI diagnosis. Numerous scholars[49–55]continue to promote model innovation to diagnose MI. It is noteworthy that Liu et al. [54] proposed the AI-S strategy, reducing median ECG-to-catheterization-lab activation time from 6.0 min to 4.0 min (p < 0.01) and median door-to-balloon time from 69 to 61 min (p = 0.037); this is worth encouraging due to its clinical benefit. The collaborative research from many researchers [56,57,58] demonstrates remarkable proficiency in pinpointing the location of myocardial infarction and in the precise localization of the culprit vessels. Jin et al. [59] and Chaudhari et al. [60] constructed models assessing myocardial injury, with AUROC exceeding 0.760. Liu et al. [61] EfficientNet model accurately classified T-wave changes, ST-T segment changes, and pathological Q-waves. Tadesse et al. [62] proposed an end-to-end DL model incorporating transfer learning, demonstrating good performance in distinguishing MI at different stages. Han et al. [63] combined clinical doctors' diagnostic logic with a DenseNet network, establishing a model with an Acc and F1 of 93.65% and 94.27% in MI staging. The models constructed by many researchers [64,65,66,67,68] exhibits outstanding capability in discriminating CAD, obstructive coronary artery disease (obCAD) and evaluating coronary ischemia. Bhattacharya et al. [69] developed a dual-branch DL model integrating ECG and electronic medical records, showing good performance in predicting all-cause mortality and HF/stroke incidence. Eem et al. [70] assessed coronary artery calcium scores using a CNN model, achieving AUC and Acc of 0.890 and 80.6%, respectively. AMI and CAD are among the most common conditions in cardiology, with ECG serving as the fundamental diagnostic tool for these diseases. It is hoped that more research will be dedicated to their study, eventually enabling DL to diagnose MI and CAD efficiently, promptly, and accurately (refer to Table 3 for details).
Cardiac insufficiency/HF
Diagnosis of cardiac insufficiency often relies on laboratory tests such as BNP and echocardiography. However, ECG can now also serve as an auxiliary diagnostic tool. In 2018, Li et al. [71] used a CNN-RNN model to identify HF stages with an AUC and Acc of 0.851 and 97.6%, respectively. Vaid et al. [72] and Chen et al. [73] have developed models capable of accurately detecting different stages of HF and predicting adverse cardiovascular events. Sbrollini et al. [74], Chen et al. [4], and Botros et al. [75] have proposed models that demonstrate commendable performance in the diagnosis of heart HF. Raghu et al. [76] HFNet model, incorporating 12-lead ECG, age, and gender, identified HF patients with mPCWP > 18 mmHg with an AUROC of 0.81. The models conceived by Acharya [77]and fellow researchers [78,79,80] demonstrate noteworthy effectiveness in diagnosing congestive heart failure and forecasting episodes of acute decompensated heart failure. Attia et al. [81,82,83] CNN model performed excellently in diagnosing asymptomatic left ventricular dysfunction (ALVD) and left ventricular systolic dysfunction (LVSD), with AUCs of 0.93 and 0.82, respectively. Multiple independent investigators [84,85,86,87,88,89] have likewise augmented the precision in diagnosing LVSD by employing DL algorithms in their studies. In addition, Bachtiger et al. [90] CNN model diagnosed HFrEF through a specialized stethoscope with an AUROC and F1 of 0.85 and 0.369, respectively. Chen et al. [91] CNN model effectively recognized increased left ventricular end-diastolic diameter and predicted future cardiovascular risk. Liu et al. [92] CNN model judged abnormal BNP levels, with a model diagnostic AUC of 0.8934 for BNP ≥ 1000 pg/mL. It is expected that more research in the future will facilitate rapid and efficient diagnosis of cardiac insufficiency (refer to Table 4 for details).
Valvular heart disease
Echocardiography has traditionally been the primary means of detecting valvular heart disease. However, researchers now use ECG to diagnose these conditions as well. In 2020, Kwon et al. [93, 94] employed a CNN model to detect moderate-to-severe mitral regurgitation (MR) and developed an MLP-CNN combination model to diagnose moderate-to-severe aortic stenosis (AS), both achieving good AUCs and accuracies in internal and external validation sets. Elias et al. [95] employed ValveNet model accurately detected moderate-to-severe AS, MR, and aortic regurgitation (AR) through 12-lead ECG, with comparable diagnostic performance in white and black patients. Sawano et al. [96] employed 2D-CNN and FC-DNN combination model diagnosed moderate-to-severe AR with an AUROC and Acc of 0.802 and 82.3%, respectively. Additionally, Vaid et al. [97] employed MLP-CNN model achieved ideal results in diagnosing moderate-to-severe MR and AS, with AUROCs approaching 0.9. These studies further substantiate the potential of deep learning in diagnosing valvular heart diseases (refer to Table 5 for details).
Cardiomyopathy
While echocardiography and cardiac MRI have traditionally been the mainstay for diagnosing cardiomyopathies, researchers can now effectively diagnose these conditions using ECGs. Kokubo et al.’s [98] ENN model accurately diagnosed left ventricular dilatation (LVD) and left ventricular hypertrophy (LVH) through 12-lead ECG, with AUROCs of 0.810 and 0.784, respectively. Following continuous endeavors by investigators [99,100,101,102,103], the AUROC for the diagnosis of LVH using the developed model ascended to a notable peak of 0.98, indicating exceptional discriminatory capacity. Hypertrophic cardiomyopathy (HCM) is a commonly encountered cardiomyopathy in clinical settings. Ko et al. [104] used a CNN model, leveraging a large amount of HCM data from the Mayo Clinic digital [105], to efficiently diagnose HCM, achieving an AUC and Acc of 0.96. Maanja et al. [106] and Siontis et al. [107] have lowered the false positive rate in their models' diagnosis of HCM to 13.5%, while concurrently increasing the AUC to 0.98. Chen et al. [108] employed the VGG-16 model for genotyping patients with HCM, achieving AUC of 0.89 for diagnosing G + individuals, which outperforms the Toronto score [109] (AUC = 0.69). Lee et al. [110] focused on peripartum cardiomyopathy (PPCM) and achieved promising results. Mutations in the Phospholamban (PLN) gene can lead to arrhythmogenic cardiomyopathy (ACM) and dilated cardiomyopathy, among other diseases [111]. Bleijendaal et al. [112], together with Lopes et al. [113], and others, have developed various DL models for diagnosing PLN p. Arg14del-related cardiomyopathy, with the best-performing model achieving an AUC of 0.96, demonstrating overall superiority over expert cardiologists (AUC = 0.91). Gumpfer et al. [114] combined a CNN algorithm with clinical information to develop a composite model for diagnosing myocardial scar (MS), with the model diagnosing MS with an AUC and Acc of 0.89 and 78.0%, respectively. These studies not only enrich the technical arsenal for diagnosing cardiomyopathies, but also provide strong support for clinical decision-making (refer to Table 6 for details).
Arrhythmology
Based on MIT-BIH database
The MIT-BIH database, encompasses over 4,000 long-term ambulatory ECG recordings. Comprising databases such as AFDB, ARRDB, and NSRDB, it includes data on various arrhythmias like NSR, AF, SVT, CAVB, AVB, PVC, providing valuable resources for related research. Andersen et al. [115] utilized a CNN-RNN combination model to diagnose AF based on RR interval segments, achieving an AUC and Acc of 0.947 and 87.40%, Wu et al. [116] achieved improvements up to 0.9983 and 97.56% with Morlet-CWT-CNN model. Thereafter, the models developed by numerous researchers [25, 31, 117,118,119,120,121,122,123,124] have demonstrated substantial improvements in the diagnostic performance for AF, with accuracies approaching nearly 100%. Dang et al. [125] introduced the MSF-CNN B model, efficiently diagnosing multiple arrhythmias through single-lead ECGs, with mean Acc, Sen, and Spe of 98.00%, 96.17%, and 96.38%, respectively. Successive multiple studies [30, 126,127,128,129] have incrementally improved the classification performance across various types of cardiac rhythms, with accuracies nearing 100%, accompanied by a marked increase in computational speed. It is worth mentioning that Zhang et al. [130] designed a BAM-ResNet model that achieved a Pre of 98.95% in categorizing atrioventricular nodal reentry tachycardia (AVNRT) and atrioventricular reentrant tachycardia (AVRT). Marco et al. [131] introduced a MobileNetv2 model, which displayed outstanding diagnostic performance in an imbalanced dataset for premature ventricular contractions (PVCs), Acc of 0.9990 and AUC of 0.9963. Additionally, CNN model [132] and KNN model [29] by Yu et al., as well as the CNN model from Sarshar et al. [133], and the ResNet-18 model developed by Ullah et al. [134], have all demonstrated commendable performance.
Based on competition databases
Competition databases refer to those officially released for public competitions, offering ECG and other data resources to interdisciplinary researchers, such as Computing in Cardiology Challenge and CPSC 2018. A plethora of studies are founded on these databases. Pourbabaee et al. [135] employed a CNN model to diagnose PAF, achieving high correct classification rates and low false-negative rates on the PAF prediction challenge database. Fan et al. [136] proposed the MS-CNN model, utilizing different filter sizes in a dual-stream convolutional network to capture multi-scale features, diagnosing AF with an AUC and Pre of 98.13% and 91.78%. Subsequently, researchers have developed several models, including the LSTM-RNN model [137], DCAA model [138], ResNet-BLSTM/RBF model [32] DDCNN model [33], a ResNet-based model[139], and CNN-based models [140,141,142,143], all of which have contributed to enhancing the diagnostic performance for AF. It should be mentioned that Zhang et al.’s [140] GH-MS-CNN model, incorporating hybrid multi-scale convolution modules, improved AF diagnostic performance, with mean Acc, Pre, and F1 of 0.9984, 0.9989, and 0.9954, respectively. To enhance model performance and ensure their robustness across various databases, numerous researchers have undertaken additional work: Zhang et al.’s [144] MCNN-BLSTM model dynamically set branches and enhanced feature information, Xiong et al.’s [26] 37-layer CRN model utilizing a transfer generator to expand sample size, Hu et al.’s [145] model based on residual blocks and transformers, and Li et al.’s [146] SC-CNN model employing a self-complementary attention mechanism, all showed superior performance in AF diagnosis. Tutuko et al.’s [147] CNNs-BiLSTM model recognized AF on QTDB and LUDB datasets [148] with Acc, Pre, and F1 of 99.79%, 99.01%, and 98.96%, respectively. In addition, Dhyani et al. [149] and Ganeshkumar et al. [27] each proposed a model classifying nine types of arrhythmia signals, with best Acc and Rec of 0.962 and 0.949.
Based on other databases
Lai et al. [150] trained a CNN model on Holter data from a Chinese hospital, diagnosing AF through II-lead data with Acc, Sen, and Spe of 93.1%, 93.1%, and 93.4%, respectively. CNN-based models [23, 151,152,153,154,155,156], DDNN-based models[157], and the CAT model proposed by Yang et al. [158] have all demonstrated commendable performance in the diagnosis of AF, with reported AUCs and Acc for detecting AF occurrence reaching up to 99.4% and 97.9%. It is worth noting that the Confident learning-CNN model proposed by Chen et al. [23] achieved an AUC of 0.935 for atrial fibrillation (AF) recognition on the KGHDB dataset [159].
Moreover, several researchers have conducted extensive studies[24, 160,161,162,163,164] and achieved commendable outcomes in the diagnosis of various cardiac arrhythmias, localization of PVC, and identification of Concealed Accessory Pathway (AP). Such as Wang et al.’s [160] Densenet 169 (R) model identified AP with AUC and Acc of 0.941 and 0.973. DL models have also proven instrumental in the localization of the origin sites of cardiac arrhythmias. Zhang et al.'s [165] ECGNet model has demonstrated appreciable accuracy in pinpointing the origin of PVC. Similarly, studies by Missel et al. [166], Monaci et al. [167], and Pilia et al. [168] have showcased commendable localization precision for the origins of ventricular tachycardia (VT), evidenced by robust performance in both internal and external validation tests, such as CNN-VAE model localization errors for LV pacing sites averaging just 5.3 ± 2.6 mm.
DL models have impressively demonstrated their mettle in predicting arrhythmia onset [169,170,171], AF risk stratification [172], and postoperative recurrence [173,174,175], thus substantiating the edge of deep learning. Notably, the CNN-CatBoost model by Tang et al. [173] excels in forecasting AF relapse with an AUC of 0.859, surpassing traditional AF ablation prognosis measures like the APPLE Score [176] (AUC = 0.644) and the CHA2DS2-VaSC index [177] (AUC = 0.650). Together, these studies poignantly highlight the expansive applicability of DL in arrhythmia prognosis and assessment across diverse clinical contexts (refer to Table 7 for details).
Malignant arrhythmia and survival prognosis
Life-threatening arrhythmias are disorders that can swiftly disrupt cardiovascular dynamics, potentially leading to hemodynamic collapse, syncope, and even sudden death upon manifestation. Hence, early detection plays a pivotal role. Multiple research teams have developed DL models [178,179,180,181] that achieve strikingly high accuracies of close to 99% in the identification of VT and VF events. Elola et al. [182] employed Bayesian-optimized DNN models to discriminate between pulseless electrical activity (PEA) and pulse-generating rhythm (PR). TSENG et al. [183] developed a CNN model capable of issuing warnings 50 and 20 s before ventricular fibrillation (VF) onset, achieving accuracies of 56% and 47.1%, respectively. Kaspal's team [184] reported a CNN-RCN model with a remarkable 93.24% accuracy in predicting sudden cardiac deaths (SCD). Raghunath et al. [185] utilized a DNN model to predict one-year all-cause mortality from ECGs, with an AUC of 0.876, outperforming the fragrance risk score (AUC = 0.648) [186] and the Charlson comorbidity index (AUC = 0.816) [187]. Capretz et al. [188] adopted a CNN model integrating ECG and baseline data to forecast 30-day acute myocardial infarction (AMI) and mortality risks in chest pain patients, achieving AUROC, Ppv, and Npv of 93.9%, 73.6%, and 99.9%, respectively. Tsai et al. [189], Kondo et al. [190] with their CNN model, and Sun et al. [191] with their ResNet-based model, all demonstrated high predictive precision in forecasting short-term or long-term outcomes for patients. Prifti et al. [192] and Doldi et al. [193] have developed DL models with remarkable diagnostic precision in identifying Long QT Syndrome (LQTS), exhibiting high accuracy. The KanResWide model by Diaw et al. [194] demonstrates a mean overall absolute error (MGAE) in assessing QT intervals of merely 11.2 ± 12.1 ms. Liu et al.’s [195] proposed CNN-BiLSTM model and Liao et al.’s [196] ResNet-18 model exhibit superior predictive accuracy in diagnosing Brugada type 1 syndrome, achieving an AUC value approximating 0.97. Dunn et al. [197, 198] and ElRefai et al. [199] harness DL models to screen out non-appropriate populations for S-ICD, utilizing the T:R ratio to predict TWOS risk with a mean absolute error (MAE) of only 0.0461. Nejadeh et al. [200] and Wouters et al. [201] forecast CRT outcomes with models demonstrating enhanced predictive performance (C-statistic = 0.69), surpassing QRSAREA [202] (C-statistic = 0.61). Collectively, these studies illuminate the potential and advantages of deep learning in recognizing and anticipating malignant arrhythmias (refer to Table 8 for details).
Blood pressure
Model performance standards in this section reference the Association for the Advancement of Medical Instrumentation (AAMI) and British Hypertension Society (BHS). AAMI requires MD of BP values < 5 mmHg and STD < 8 mmHg in cohorts with over 85 participants. BHS categorizes accuracy into A, B, and C grades based on absolute error: < 5 mmHg proportion > 60%/50%/40%, < 10 mmHg proportion > 85%/75%/65%, < 15 mmHg proportion > 95%/90%/80%, corresponding to A, B, and C grades, respectively. These criteria assess the accuracy and reliability of BP measurement models.
Soh et al. [203] deployed a CNN model to diagnose hypertension via ECG, utilizing data from MIT-BIH NSRDB and the SHAREE database [204]. Their model demonstrated outstanding performance, with Acc, Sen, Spe, and Ppv nearing 100%. Miao et al. [205] introduced a ResLSTM model that evaluated blood pressure using single-lead ECGs, meeting the American Association for Medical Instrumentation (AAMI) standards, and achieving A-grade performance according to the British Hypertension Society (BHS) criteria for MAP and DBP measurements. Multiple DL models [206,207,208,209,210,211,212,213,214] assessed blood pressure through ECG and PPG signals, conforming to both BHS and AAMI standards. For instance, BPNet model proposed by Long et al. [206] integrated preprocessing, cross-modal fusion, post-feature extraction, and multitasking modules, constructing the model using CNN and Feature Pyramid Network (FPN) fusion of PPG and ECG signal features. Yang et al. [215] presented a hybrid CNN + LSTM + Dense model combining ECG, PPG, and physiological data to evaluate blood pressure, satisfying AAMI standards and achieving A and B grades according to BHS. Furthermore, DL models have been applied to predict intraoperative hypotension (IOH), defined as MAP < 65 mmHg during surgery. Jo et al. [216] devised a ResNet model that, using ECG and arterial blood pressure (ABP) data, predicted IOH 3 and 5 min prior with AUROCs of 0.970 and 0.935, and AUPRCs of 0.943 and 0.882, respectively (refer to Table 9 for details).
Others
Fan et al. [217] put forth LSTM and BiLSTM models capable of forecasting elderly health status over the following day using single-lead ECG, achieving impressive AUROC and Accuracy rates of 0.9312 and 93.21% for health status prediction, respectively. Butt et al. [218] introduced the SGDM-AlexNet-CNN model, which classifies falls and activities with a Validation Accuracy of 98.44%. Attia et al. [219] developed a CNN-based model that utilizes 12-lead ECG to determine gender with a Sex Prediction AUC of 0.97 and Accuracy of 90.4%. Several researchers [172, 220,221,222,223] constructed DL models to estimate ECG-derived age, achieving a best mean absolute error (MAE) of 5.8 ± 3.9 years; they also found that individuals with a significant discrepancy between ECG-age and actual age face a significantly elevated risk of death [220, 223]. Iakunchykova et al. [224] utilized a CNN model revealing a statistically significant correlation (r = 0.12, p < 0.0001) between heart delta age (HDA) and brain delta age (BDA). Mori et al. [225] introduced a CNN-LSTM model for diagnosing autism spectrum disorder (ASD) in minors, achieving AUC and Accuracy values of 0.95 and 0.89, respectively. Lou et al. [226] proposed a CNN model to diagnose Left Atrium Enlargement (LAE), reporting AUCs of 0.8688 and 0.8990 for moderate and severe LAE, along with C-indices of 0.688 and 0.806 for predicting Stroke and AF occurrences. Liu et al. [227] combined D-dimer, ECG, and Chest X-ray (CXR) to diagnose aortic dissection (AD) with an AUC of 0.943. Another study by Liu et al. [228] presented a DL model to diagnose Acute Pericarditis using 12-lead ECGs, attaining an AUC, Sensitivity, and Specificity of 0.954, 78.9%, and 97.7%; when coupled with the STEMI-DLM [53], specificity improved to 99.4%. Gomes et al. [229] developed a DL model proficient at classifying arrhythmic ECGs and ECGs from COVID-19 patients. Hassan et al. [230] demonstrated excellent performance of their DL model in diagnosing COVID-19 in patients with heart disease. Lastly, Gupta et al. [231] constructed a DCM model capable of identifying fetal arrhythmia (FA) through Fetal ECG, achieving an AUC, accuracy, and precision of 99.57%, 94.18%, and 95.63% for FA diagnosis (refer to Table 10 for details).
Discussion
Through a comprehensive review of existing research, the application of DL in ECG analysis has become increasingly common, with CNN and RNN serving as the core frameworks and continuously undergoing innovative improvements. However, ECG signals are characterized by high noise and complexity, posing stringent requirements for preprocessing techniques. Factors such as baseline wander and electrode position can affect signal quality and model performance. Therefore, optimizing preprocessing techniques, including noise reduction and standardization, has become a crucial breakthrough. From the aforementioned research, it is evident that datasets, as the core of DL model construction, exhibit two main characteristics in their selection and application. Firstly, in the early stages of research, scholars tend to adopt publicly available datasets, such as the MIT-BIH database, which are easily accessible and comprehensive, greatly simplifying the data collation process and providing convenience for interdisciplinary and junior researchers. Secondly, there is a focus on the application of public and proprietary datasets in disease model construction. Public datasets are commonly used for model training in diseases such as coronary artery disease (CAD) and arrhythmias, while proprietary datasets are more often seen in conditions like heart failure (HF) and cardiomyopathy. These differences stem from factors such as the difficulty of data collection, the purpose of database creation, and the openness of public datasets. Nevertheless, the inherent differences among various datasets may significantly affect model performance, necessitating a clear understanding of the specificities of each dataset. It is noteworthy that transfer learning has demonstrated significant value in addressing issues of data scarcity and heterogeneity, aiding in reducing training time and enhancing model effectiveness. However, its complex parameter tuning and limited flexibility limit its application prospects, necessitating further exploration.
Multiple studies reviewed here are based on local lead ECGs from wearable devices, particularly single-lead ECGs, which show great potential in daily health management. Nevertheless, wearable devices also face numerous challenges. For instance, static ECG models struggle to adapt to dynamic conditions, and noise and artifacts can lead to false alarms. While single-lead data offer convenience, it may also result in the loss of critical information. Additionally, the issue of protecting the privacy of health data has become prominent. Currently, most models exhibit significant limitations when faced with the complex and variable ECG diagnoses encountered in clinical practice. There is an urgent need to develop a comprehensive model with strong generalization ability and high recognition accuracy. This necessitates the establishment of large-scale, multi-center databases covering diverse disease types and geographical regions, combined with continuous optimization of model performance through advanced model structures and feedback mechanisms.
It is common knowledge that the rigor, comprehensiveness, and feasibility of experimental design directly affect the reliability of research outcomes. In early DL and ECG studies, experimental designs were relatively simplistic, and while dividing datasets for training and testing yielded good performance indicators, they did not fully demonstrate the practical application value of the models. Nowadays, experimental designs have become more sophisticated, introducing validation sets, external test sets, and multi-dimensional evaluation metrics to comprehensively assess model performance. Methods such as tenfold cross-validation are also employed to reduce data selection biases. However, no matter how optimized, experimental designs may still conceal potential issues. For example, limited data sources may lead to selection bias, and the complexity of clinical diseases can also affect ECG interpretation. Therefore, when evaluating model performance, it is essential to consider not only numerical indicators but also the prerequisites and clinical application significance of model construction. Additionally, the standardization of electrocardiographic data represents a critical issue for future research, as there is currently a lack of standardized ECG input types and preprocessing protocols. As previously mentioned, the ECG data utilized in studies are often derived from different devices, and preprocessing protocols vary across different researches. It is important to emphasize that model performance may vary due to differences in signal acquisition and processing methods. Therefore, we cannot solely judge the performance of a model based on numerical differences; similarly, it is uncertain which form or preprocessing method can fully unleash the potential of deep learning techniques. Moreover, the heterogeneity of ECG signals demands models with robust generalization capabilities to maintain consistent performance across diverse patient populations and clinical settings. Models also require continuous updates and iterations to retain their clinical relevance. Thus, the application of deep learning in ECG requires not only continuous exploration and discovery of new model characteristics by each researcher, but also the establishment of unified standards within the industry to provide a solid platform.
Currently, some studies have successfully integrated model performance with clinical applications, such as the AI-S active alert strategy [54] in reducing diagnosis time for MI patients and successful cases in screening non-adaptive populations for S-ICD [198] and predicting VF onset [183]. These examples demonstrate the practical utility of models in clinical practice. However, questions remain regarding how to ensure the rationality of model performance improvements, their alignment with clinical logic, and their specific clinical value. It is recognized that many deep learning models are termed "black boxes", owing not only to their complex internal structures, intractable decision paths, and the uncertainty inherent in their training processes, but also to the insufficient exploration of disease-relevant information embedded within the signals during their construction. This diminishes the models' efficacy and interpretability, thereby impeding their application in clinical practice. Clinical practitioners value the reliability of evidence-based medicine; without understanding how a model arrives at specific diagnoses, there is a lack of trust in the model's decision-making process. Even though some models have been compared to the diagnostic acumen of clinical physicians, showing a slight superiority in overall diagnostic performance [86, 185], this indicates that significant improvements are needed before deep learning models can be applied in clinical settings. Additionally, the acceptance of novel assistive diagnostic devices by patients and their families is a concern, especially in remote or medically underserved hospitals. Furthermore, ECG analysis models, as medical devices, must navigate stringent regulatory approval processes, such as FDA's 510(k) clearance and the European CE marking. These approval processes can be both time-consuming and costly, limiting the models' ability to quickly enter clinical practice. Moreover, medical devices must undergo rigorous testing and evaluation to ensure their safety and efficacy. In this process, the number of algorithms may serve as an indicator of a product's maturity and diversity. Thus, the assessment of the number of algorithms in medical devices is also a crucial step. Therefore, despite the rapid development of deep learning, there is no evidence to suggest that the role of human experts in ECG analysis will be eliminated. It should be emphasized that deep learning algorithms are designed for computer-assisted interpretation, serving as a decision support system to assist human experts, rather than replacing them. In the foreseeable future, the central role of trained cardiologists in ECG analysis remains unassailable.
In the future, we look forward to more studies that can balance the feasibility of clinical applications with the robustness of model performance, jointly advancing the field of DL and ECG to provide more accurate and efficient diagnosis and treatment solutions for patients.
Limitations
In this study, the latest research on the application of deep learning in electrocardiography has been analyzed from multiple perspectives to reveal the hot spots in this field. However, for the construction of some deep learning models, such as the process of computer development programs, design concepts, and methods, only a general outline of development has been shown, without intuitive presentation of the details, and more attention has been paid to their relevance to clinical applications. In addition, this study selected the Web of Science literature search platform under the premise of complying with the (PRISMA) guidelines, and if databases such as PubMed or Scopus are added for search, it may result in a larger sample size and reduce selection bias.
Conclusion
This article focuses on the application of deep learning and ECG in the field of cardiovascular diseases. It systematically reviews the research trajectory encompassing 198 articles, presenting them in a chronological order to closely align with clinical research practices. The application prospects of AI in the medical field are vast, but to build reliable DL models that meet clinical needs requires not only the support of a vast database but also close collaboration among clinicians, data researchers, and programmers. Additionally, we must recognize that while AI is powerful, it cannot replace the professional knowledge of doctors. Instead, it should serve as an auxiliary tool to enhance diagnostic accuracy, treatment precision, and prognostic improvement capabilities. Otherwise, when significant clinical errors occur in AI, issues of responsibility attribution become inevitable. Furthermore, the integration of AI with clinical practice may affect the doctor–patient relationship, which requires careful consideration based on the development level of AI and policy formulation. These issues are complex and challenging, necessitating our collective efforts to address and resolve them.
Availability of data and materials
No datasets were generated or analyzed during the current study.
References
Jin Z, Sun Y, Cheng AC. Predicting cardiovascular disease from real-time electrocardiographic monitoring: an adaptive machine learning approach on a cell phone. Ann Int Conf IEEE Eng Med Biol Soc. 2009;2009:6889–92.
Siontis KC, Noseworthy PA, Attia ZI, Friedman PA. Artificial intelligence-enhanced electrocardiography in cardiovascular disease management. Nat Rev Cardiol. 2021;18:465–78.
Johnson KW, Torres Soto J, Glicksberg BS, Shameer K, Miotto R, Ali M, et al. Artificial intelligence in cardiology. J Am Coll Cardiol. 2018;71:2668–79.
Chen L, Yu H, Huang Y, Jin H. ECG signal-enabled automatic diagnosis technology of heart failure. J Healthc Eng. 2021;2021:5802722.
Awan SE, Sohel F, Sanfilippo FM, Bennamoun M, Dwivedi G. Machine learning in heart failure: ready for prime time. Curr Opin Cardiol. 2018;33:190–5.
Cun YL, Boser B, Denker J, Henderson D, Jackel L. Handwritten digit recognition with a backpropogation network. Adv Neural Inform Process Syst. 1990.
Yann L, Bottou L, Bengio Y, Haffner P. Gradient-based learning applied to document recognition.
Petmezas G, Stefanopoulos L, Kilintzis V, Tzavelis A, Rogers JA, Katsaggelos AK, et al. State-of-the-art deep learning methods on electrocardiogram data: systematic review. JMIR Med Inform. 2022;10: e38454.
Vaillant R., Monrocq C., Le Cun Y. Original approach for the localisation of objects in images.
Krizhevsky A, Sutskever I, Hinton GE. Computer Vision and its implications.
Zeiler MD, Fergus R. Visualizing and Understanding Convolutional Networks. 2014.
Simonyan K, Zisserman A. Very Deep Convolutional Networks for Large-Scale Image Recognition. Computer Sci. 2014. https://doiorg.publicaciones.saludcastillayleon.es/10.48550/arXiv.1409.1556.
Szegedy C, Liu W, Jia Y, Sermanet P, Rabinovich A. Going deeper with convolutions. 2015.
He K, Zhang X, Ren S, Sun J. [IEEE 2016 IEEE Conference on Computer Vision and Pattern Recognition (CVPR) - Las Vegas, NV, USA (2016.6.27–2016.6.30)] 2016 IEEE Conference on Computer Vision and Pattern Recognition (CVPR) - Deep Residual Learning for Image Recognition. 2016; 1:770–8.
Rumelhart DE, Hinton GE, Williams RJ. Learning representations by back propagating errors. Nature. 1986;323:533–6.
Hochreiter S, Schmidhuber J. Long short-term memory. Neural Comput. 1997;9:1735–80.
Cho K, Van Merrienboer B, Gulcehre C, Bahdanau D, Bougares F, Schwenk H, et al. Learning phrase representations using RNN encoder-decoder for statistical machine translation. Computer Science. 2014. https://doiorg.publicaciones.saludcastillayleon.es/10.3115/v1/D14-1179.
Shi B, Xiang, Yao C. transactions on pattern analysis and machine intelligence IEEE transactions on pattern analysis and machine intelligence 1 an end-to-end trainable neural network for image-based sequence recognition and its application to scene text recognition. IEEE. 2017. https://doiorg.publicaciones.saludcastillayleon.es/10.1109/tpami.2016.2646371.
Rumelhart DE, Mcclelland JL. Parallel distributed processing: explorations in the microstructure of cognition. Language. 1986. https://doiorg.publicaciones.saludcastillayleon.es/10.2307/415721.
Goodfellow IJ, Pouget-Abadie J, Mirza M, Xu B, Warde-Farley D, Ozair S, et al. Generative Adversarial Networks. 2014.
Wok K, Wok A. Early and Remote Detection of Possible Heartbeat Problems With Convolutional Neural Networks and Multipart Interactive Training. IEEE Access. 2019;PP.
Wang P, Hou B, Shao S, Yan R. ECG Arrhythmias Detection Using Auxiliary Classifier Generative Adversarial Network and Residual Network. IEEE Access. 2019;1:1–1.
Chen B, Javadi G, Hamilton A, Sibley S, Laird P, Abolmaesumi P, et al. Quantifying deep neural network uncertainty for atrial fibrillation detection with limited labels. Sci Rep. 2022;12:20140.
Li D, Sun T, Xue Y, Xie Y, Chen X, Nan J. Detection of premature ventricular contractions using 12-lead dynamic ECG based on squeeze-excitation residual network. Int J Adv Comp Sci Appl. 2022;13:8–15.
Lai D, Zhang X, Zhang Y, Bin Heyat MB, Detection CNNB, of Atrial Fibrillation Combing R-R intervals and F-wave Frequency Spectrum. In,. 41st Annual International Conference of the IEEE Engineering in Medicine and Biology Society (EMBC). Berlin, Germany: IEEE. 2019;2019:4897–900.
Xiong Z, Stiles MK, Gillis AM, Zhao J. Enhancing the detection of atrial fibrillation from wearable sensors with neural style transfer and convolutional recurrent networks. Comput Biol Med. 2022;146: 105551.
Ganeshkumar M, Ravi V, Sowmya V, Gopalakrishnan EA, Soman KP. Explainable deep learning-based approach for multilabel classification of electrocardiogram. IEEE Trans Eng Manage. 2023;70:2787–99.
Moher D, Liberati A, Tetzlaff J, Altman DG, PRISMA Group. Preferred reporting items for systematic reviews and meta-analyses: the PRISMA statement. BMJ. 2009;339: 2535.
Yu J, Wang X, Chen X, Guo J. Automatic premature ventricular contraction detection using deep metric learning and KNN. Biosensors-Basel. 2021;11:69.
Cinar A, Tuncer SA. Classification of normal sinus rhythm, abnormal arrhythmia and congestive heart failure ECG signals using LSTM and hybrid CNN-SVM deep neural networks. Comp Methods Biomech Biomed Eng. 2021;24:203–14.
Ma F, Zhang J, Chen W, Liang W, Yang W. An automatic system for atrial fibrillation by using a CNN-LSTM model. Discrete Dyn Nat Soc. 2020;2020:3198783.
Pandey SK, Kumar G, Shukla S, Kumar A, Singh KU, Mahato S. Automatic detection of atrial fibrillation from ECG signal using hybrid deep learning techniques. J Sensors. 2022;2022:6732150.
Yu Z, Chen J, Liu Y, Chen Y, Wang T, Nowak R, et al. DDCNN: a deep learning model for AF detection from a single-lead short ECG signal. IEEE J Biomed Health Inform. 2022;26:4987–95.
Wagner P, Strodthoff N, Bousseljot R-D, Kreiseler D, Lunze FI, Samek W, et al. PTB-XL, a large publicly available electrocardiography dataset. Sci Data. 2020;7:154.
Acharya UR, Fujita H, Oh SL, Hagiwara Y, Tan JH, Adam M. Application of deep convolutional neural network for automated detection of myocardial infarction using ECG signals. Inf Sci. 2017;415:190–8.
Liu W, Zhang M, Zhang Y, Liao Y, Huang Q, Chang S, et al. Real-time multilead convolutional neural network for myocardial infarction detection. IEEE J Biomed Health Inform. 2018;22:1434–44.
Li W, Tang YM, Yu KM, To S. SLC-GAN: an automated myocardial infarction detection model based on generative adversarial networks and convolutional neural networks with single-lead electrocardiogram synthesis. Inf Sci. 2022;589:738–50.
Alghamdi A, Hammad M, Ugail H, Abdel-Raheem A, El-Latif AAA. Detection of myocardial infarction based on novel deep transfer learning methods for urban healthcare in smart cities. Multimedia Tools Appl. 2020. https://doiorg.publicaciones.saludcastillayleon.es/10.1007/s11042-020-08769-x.
Strodthoff N, Strodthoff C. Detecting and interpreting myocardial infarction using fully convolutional neural networks. Physiol Meas. 2019;40: 015001.
He Z, Yuan S, Zhao J, Du B, Yuan Z, Alhudhaif A, et al. A novel myocardial infarction localization method using multi-branch DenseNet and spatial matching-based active semi-supervised learning. Inf Sci. 2022;606:649–68.
Li D, Shi C, Zhao J, Liu Y, Li C. Intra-patient and inter-patient multi-classification of severe cardiovascular diseases based on CResFormer. Tsinghua Sci Technol. 2023;28:386–404.
Liu W, Huang Q, Chang S, Wang H, He J. Multiple-feature-branch convolutional neural network for myocardial infarction diagnosis using electrocardiogram. Biomed Sign Process Control. 2018;45:22–32.
Zhang X, Li R, Dai H, Liu Y, Zhou B, Wang Z. Localization of myocardial infarction with multi-lead bidirectional gated recurrent unit neural network. IEEE Access. 2019;7:161152–66.
Fu L, Lu B, Nie B, Peng Z, Liu H, Pi X. Hybrid network with attention mechanism for detection and location of myocardial infarction based on 12-lead electrocardiogram signals. Sensors (Basel). 2020;20:1020.
Karhade J, Ghosh SK, Gajbhiye P, Tripathy RK, Acharya UR. Multichannel multiscale two-stage convolutional neural network for the detection and localization of myocardial infarction using vectorcardiogram signal. Appl Sci. 2021;11:7920.
Cao Y, Liu W, Zhang S, Xu L, Zhu B, Cui H, et al. Detection and localization of myocardial infarction based on multi-scale ResNet and attention mechanism. Front Physiol. 2022;13: 783184.
Jahmunah V, Ng EYK, San TR, Acharya UR. Automated detection of coronary artery disease, myocardial infarction and congestive heart failure using GaborCNN model with ECG signals. Comput Biol Med. 2021;134: 104457.
Cho Y, Kwon JM, Kim KH, Medina-Inojosa JR, Jeon KH, Cho S, et al. Artificial intelligence algorithm for detecting myocardial infarction using six-lead electrocardiography. Sci Rep. 2020;10:20495.
Gustafsson S, Gedon D, Lampa E, Ribeiro AH, Holzmann MJ, Schon TB, et al. Development and validation of deep learning ECG-based prediction of myocardial infarction in emergency department patients. Sci Rep. 2022;12:19615.
Han C, Song Y, Lim H-S, Tae Y, Jang J-H, Lee BT, et al. Automated detection of acute myocardial infarction using asynchronous electrocardiogram signals-preview of implementing artificial intelligence with multichannel electrocardiographs obtained from smartwatches: retrospective study. J Med Internet Res. 2021;23: e31129.
Xiao R, Ding C, Hu X, Clifford GD, Wright DW, Shah AJ, et al. Integrating multimodal information in machine learning for classifying acute myocardial infarction. Physiol Meas. 2023;44: 044002.
Hammad M, Chelloug SA, Alkanhel R, Prakash AJ, Muthanna A, Elgendy IA, et al. Automated detection of myocardial infarction and heart conduction disorders based on feature selection and a deep learning model. Sensors. 2022;22:6503.
Liu W-C, Lin C-S, Tsai C-S, Tsao T-P, Cheng C-C, Liou J-T, et al. A deep learning algorithm for detecting acute myocardial infarction. EuroIntervention. 2021;17:765.
Liu W-C, Lin C, Lin C-S, Tsai M-C, Chen S-J, Tsai S-H, et al. An artificial intelligence-based alarm strategy facilitates management of acute myocardial infarction. J Person Med. 2021;11:1149.
Kavak S, Chiu X-D, Yen S-J, Chen MY-C. Application of CNN for Detection and Localization of STEMI Using 12-Lead ECG Images. IEEE ACCESS. 2022;10:38923–30.
Tseng L-M, Chuang C-Y, Chua S-K, Tseng VS. Identification of coronary culprit lesion in ST elevation myocardial infarction by using deep learning. IEEE J Transl Eng Health Med. 2023;11:70–9.
Chen X, Guo W, Zhao L, Huang W, Wang L, Sun A, et al. Acute myocardial infarction detection using deep learning-enabled electrocardiograms. Front Cardiovasc Med. 2021;8: 654515.
Wu L, Huang G, Yu X, Ye M, Liu L, Ling Y, et al. Deep learning networks accurately detect ST-segment elevation myocardial infarction and culprit vessel. Front Cardiovasc Med. 2022;9: 797207.
Jin BT, Palleti R, Shi S, Ng AY, Quinn JV, Rajpurkar P, et al. Transfer learning enables prediction of myocardial injury from continuous single-lead electrocardiography. J Am Med Inform Assoc. 2022;29:1908–18.
Chaudhari GR, Mayfield JJ, Barrios JP, Abreau S, Avram R, Olgin JE, et al. Deep learning augmented ECG analysis to identify biomarker-defined myocardial injury. Sci Rep. 2023;13:1.
Liu Y, Liu J, Qin C, Jin Y, Li Z, Zhao L, et al. A deep learning-based acute coronary syndrome-related disease classification method: a cohort study for network interpretability and transfer learning. Appl Intell. 2023. https://doiorg.publicaciones.saludcastillayleon.es/10.1007/s10489-023-04889-7.
Tadesse GA, Javed H, Weldemariam K, Liu Y, Liu J, Chen J, et al. DeepMI: Deep multi-lead ECG fusion for identifying myocardial infarction and its occurrence-time. Artif Intell Med. 2021;121: 102192.
Han C, Pan S, Que W, Wang Z, Zhai Y, Shi L. Automated localization and severity period prediction of myocardial infarction with clinical interpretability based on deep learning and knowledge graph. Expert Syst Appl. 2022;209: 118398.
Bigler MR, Seiler C. Detection of myocardial ischemia by intracoronary ECG using convolutional neural networks. PLoS ONE. 2021;16: e0253200.
Choi SH, Lee H-G, Park S-D, Bae J-W, Lee W, Kim M-S, et al. Electrocardiogram-based deep learning algorithm for the screening of obstructive coronary artery disease. BMC Cardiovasc Disord. 2023;23:287.
Lee H-G, Park S-D, Bae J-W, Moon S, Jung CY, Kim M-S, et al. Machine learning approaches that use clinical, laboratory, and electrocardiogram data enhance the prediction of obstructive coronary artery disease. Sci Rep. 2023;13:1.
Lee Y-H, Hsieh M-T, Chang C-C, Tsai Y-L, Chou R-H, Lu HH-S, et al. Improving detection of obstructive coronary artery disease with an artificial intelligence-enabled electrocardiogram algorithm. Atherosclerosis. 2023;381:117238.
Tang P, Wang Q, Ouyang H, Yang S, Hua P. The feasibility of early detecting coronary artery disease using deep learning-based algorithm based on electrocardiography. Aging-US. 2023;15:3524–37.
Bhattacharya A, Sadasivuni S, Chao C-J, Agasthi P, Ayoub C, Holmes DR, et al. Multi-modal fusion model for predicting adverse cardiovascular outcome post percutaneous coronary intervention. Physiol Meas. 2022;43: 124004.
Eem C, Hong H, Noh Y. Deep-learning model to predict coronary artery calcium scores in humans from electrocardiogram data. Appl Sci. 2020;10:8746.
Li D, Li X, Zhao J, Bai X. Automatic staging model of heart failure based on deep learning. Biomed Signal Process Control. 2019;52:77–83.
Vaid A, Johnson KW, Badgeley MA, Somani SS, Bicak M, Landi I, et al. Using deep-learning algorithms to simultaneously identify right and left ventricular dysfunction from the electrocardiogram. JACC-Cardiovasc Imag. 2022;15:395–410.
Chen H-Y, Lin C-S, Fang W-H, Lou Y-S, Cheng C-C, Lee C-C, et al. Artificial intelligence-enabled electrocardiography predicts left ventricular dysfunction and future cardiovascular outcomes: a retrospective analysis. J Person Med. 2022;12:455.
Sbrollini A, Barocci M, Mancinelli M, Paris M, Raffaelli S, Marcantoni I, et al. Automatic diagnosis of newly emerged heart failure from serial electrocardiography by repeated structuring & learning procedure. Biomed Signal Process Control. 2023;79: 104185.
Botros J, Mourad-Chehade F, Laplanche D. CNN and SVM-based models for the detection of heart failure using electrocardiogram signals. Sensors. 2022;22:9190.
Raghu A, Schlesinger D, Pomerantsev E, Devireddy S, Shah P, Garasic J, et al. ECG-guided non-invasive estimation of pulmonary congestion in patients with heart failure. Sci Rep. 2023;13:3923.
Acharya UR, Fujita H, Oh SL, Hagiwara Y, Tan JH, Adam M, et al. Deep convolutional neural network for the automated diagnosis of congestive heart failure using ECG signals. Appl Intell. 2019;49:16–27.
Pan X, Wang C, Yu Y, Reljin N, McManus DD, Darling CE, et al. Deep cross-modal feature learning applied to predict acutely decompensated heart failure using in-home collected electrocardiography and transthoracic bioimpedance. Artif Intell Med. 2023;140: 102548.
Prabhakararao E, Dandapat S. Congestive heart failure detection From ECG signals using deep residual neural network. IEEE Trans Syst MAN Cybern Syst. 2023;53:3008–18.
Nahak S, Pathak A, Saha G. Evaluation of handcrafted features and learned representations for the classification of arrhythmia and congestive heart failure in ECG. Biomed Signal Process Control. 2023;79: 104230.
Attia IZ, Tseng AS, Benavente ED, Medina-Inojosa JR, Clark TG, Malyutina S, et al. External validation of a deep learning electrocardiogram algorithm to detect ventricular dysfunction. Int J Cardiol. 2021;329:130–5.
Attia ZI, Kapa S, Lopez-Jimenez F, McKie PM, Ladewig DJ, Satam G, et al. Screening for cardiac contractile dysfunction using an artificial intelligence–enabled electrocardiogram. Nat Med. 2019;25:70–4.
Attia ZI, Kapa S, Yao X, Lopez-Jimenez F, Mohan TL, Pellikka PA, et al. Prospective validation of a deep learning electrocardiogram algorithm for the detection of left ventricular systolic dysfunction. J Cardiovasc Electrophysiol. 2019;30:668–74.
Sun J-Y, Qiu Y, Guo H-C, Hua Y, Shao B, Qiao Y-C, et al. A method to screen left ventricular dysfunction through ECG based on convolutional neural network. J Cardiovasc Electrophysiol. 2021;32:1095–102.
Honarvar H, Agarwal C, Somani S, Vaid A, Lampert J, Wanyan T, et al. Enhancing convolutional neural network predictions of electrocardiograms with left ventricular dysfunction using a novel sub-waveform representation. Cardiovasc Dig Health J. 2022;3:220–31.
Golany T, Radinsky K, Kofman N, Litovchik I, Young R, Monayer A, et al. Physicians and machine-learning algorithm performance in predicting left-ventricular systolic dysfunction from a standard 12-lead-electrocardiogram. J Clin Med. 2022;11:6767.
Katsushika S, Kodera S, Nakamoto M, Ninomiya K, Inoue S, Sawano S, et al. The effectiveness of a deep learning model to detect left ventricular systolic dysfunction from electrocardiograms. Int Heart J. 2021;62:1332–41.
Cho J, Lee B, Kwon J-M, Lee Y, Park H, Oh B-H, et al. Artificial intelligence algorithm for screening heart failure with reduced ejection fraction using electrocardiography. ASAIO J. 2021;67:314–21.
Lee C-H, Liu W-T, Lou Y-S, Lin C-S, Fang W-H, Lee C-C, et al. Artificial intelligence-enabled electrocardiogram screens low left ventricular ejection fraction with a degree of confidence. Digital Health. 2022;8:20552076221143250.
Bachtiger P, Petri CF, Scott FE, Park SR, Kelshiker MA, Sahemey HK, et al. Point-of-care screening for heart failure with reduced ejection fraction using artificial intelligence during ECG-enabled stethoscope examination in London, UK: a prospective, observational, multicentre study. Lancet Digital Health. 2022;4:E117–25.
Chen H-Y, Lin C-S, Fang W-H, Lee C-C, Ho C-L, Wang C-H, et al. Artificial intelligence-enabled electrocardiogram predicted left ventricle diameter as an independent risk factor of long-term cardiovascular outcome in patients with normal ejection fraction. Front Med. 2022;9: 870523.
Liu P-Y, Lin C, Lin C-S, Fang W-H, Lee C-C, Wang C-H, et al. Artificial intelligence-enabled electrocardiography detects b-type natriuretic peptide and n-terminal pro-brain natriuretic peptide. Diagnostics. 2023;13:2723.
Kwon J, Lee SY, Jeon K, Lee Y, Kim K, Park J, et al. Deep learning-based algorithm for detecting aortic stenosis using electrocardiography. Jaha. 2020;9: e014717.
Kwon J, Kim K-H, Akkus Z, Jeon K-H, Park J, Oh B-H. Artificial intelligence for detecting mitral regurgitation using electrocardiography. J Electrocardiol. 2020;59:151–7.
Elias P, Poterucha TJ, Rajaram V, Moller LM, Rodriguez V, Bhave S, et al. Deep learning electrocardiographic analysis for detection of left-sided valvular heart disease. J Am Coll Cardiol. 2022;80:613–26.
Sawano S, Kodera S, Katsushika S, Nakamoto M, Ninomiya K, Shinohara H, et al. Deep learning model to detect significant aortic regurgitation using electrocardiography. J Cardiol. 2022;79:334–41.
Vaid A, Argulian E, Lerakis S, Beaulieu-Jones BK, Krittanawong C, Klang E, et al. Multi-center retrospective cohort study applying deep learning to electrocardiograms to identify left heart valvular dysfunction. Commun Med. 2023;3:24.
Kokubo T, Kodera S, Sawano S, Katsushika S, Nakamoto M, Takeuchi H, et al. Automatic detection of left ventricular dilatation and hypertrophy from electrocardiograms using deep learning. Int Heart J. 2022;63:939–47.
Dwivedi T, Xue J, Treiman D, Dubey A, Albert D. Machine learning models of 6-lead ECGs for the interpretation of left ventricular hypertrophy (LVH). J Electrocardiol. 2023;77:62–7.
Wu JM-T, Tsai M-H, Xiao S-H, Liaw Y-P. A deep neural network electrocardiogram analysis framework for left ventricular hypertrophy prediction. J Ambient Intell Human Comp. 2020. https://doiorg.publicaciones.saludcastillayleon.es/10.1007/s12652-020-01826-1.
Zhao X, Huang G, Wu L, Wang M, He X, Wang J-R, et al. Deep learning assessment of left ventricular hypertrophy based on electrocardiogram. Front Cardiovasc Med. 2022;9: 952089.
Liu C-M, Hsieh M-E, Hu Y-F, Wei T-Y, Wu I-C, Chen P-F, et al. Artificial intelligence-enabled model for early detection of left ventricular hypertrophy and mortality prediction in young to middle-aged adults. Circ Cardiovasc Qual Outcomes. 2022;15: e008360.
Ryu JS, Lee S, Chu Y, Ahn M-S, Park YJ, Yang S. CoAt-Mixer: Self-attention deep learning framework for left ventricular hypertrophy using electrocardiography. PLoS ONE. 2023;18:1.
Ko W-Y, Siontis KC, Attia ZI, Carter RE, Kapa S, Ommen SR, et al. Detection of hypertrophic cardiomyopathy using a convolutional neural network-enabled electrocardiogram. J Am Coll Cardiol. 2020;75:722–33.
Bonaventura J, Norambuena P, Tomašov P, Jindrová D, Šedivá H Jr, MM, et al. The utility of the Mayo Score for predicting the yield of genetic testing in patients with hypertrophic cardiomyopathy. Aoms. 2019;15:641–9.
Maanja M, Noseworthy PA, Geske JB, Ackerman MJ, Arruda-Olson AM, Ommen SR, et al. Tandem deep learning and logistic regression models to optimize hypertrophic cardiomyopathy detection in routine clinical practice. Cardiovasc Dig Health J. 2022;3:289–96.
Siontis CK, Liu K, Bos JM, Attia IZ, Cohen-Shelly M, Arruda-Olson MA, et al. Detection of hypertrophic cardiomyopathy by an artificial intelligence electrocardiogram in children and adolescents. Int J Cardiol. 2021;340:42–7.
Chen L, Fu G, Jiang C. Deep learning-derived 12-lead electrocardiogram-based genotype prediction for hypertrophic cardiomyopathy: a pilot study. Ann Med. 2023;55:2235564.
Gruner C, Ivanov J, Care M, Williams L, Moravsky G, Yang H, et al. Toronto hypertrophic cardiomyopathy genotype score for prediction of a positive genotype in hypertrophic cardiomyopathy. Circ Cardiovasc Genet. 2013;6:19–26.
Lee Y, Choi B, Lee MS, Jin U, Yoon S, Jo Y-Y, et al. An artificial intelligence electrocardiogram analysis for detecting cardiomyopathy in the peripartum period. Int J Cardiol. 2022;352:72–7.
van der Zwaag PA, van Rijsingen IA, Asimaki A, Jongbloed JD, van Veldhuisen DJ, Wiesfeld AC, et al. Phospholamban R14del mutation in patients diagnosed with dilated cardiomyopathy or arrhythmogenic right ventricular cardiomyopathy: evidence supporting the concept of arrhythmogenic cardiomyopathy. Eur J Heart Fail. 2012;14:1199–207.
Bleijendaal H, Ramos LA, Lopes RR, Verstraelen TE, Baalman SWE, Pool MDO, et al. Computer versus cardiologist: Is a machine learning algorithm able to outperform an expert in diagnosing a phospholamban p.Arg14del mutation on the electrocardiogram? HEART RHYTHM. 2021;18:79–87.
Lopes RR, Bleijendaal H, Ramos LA, Verstraelen TE, Amin AS, Wilde AAM, et al. Improving electrocardiogram-based detection of rare genetic heart disease using transfer learning: An application to phospholamban p.Arg14del mutation carriers. Comput Biol Med. 2021;131:104262.
Gumpfer N, Grun D, Hannig J, Keller T, Guckert M. Detecting myocardial scar using electrocardiogram data and deep neural networks. Biol Chem. 2021;402:911–23.
Andersen RS, Peimankar A, Puthusserypady S. A deep learning approach for real-time detection of atrial fibrillation. Expert Syst Appl. 2019;115:465–73.
Wu Z, Feng X, Deep YCA, Method L, to Detect Atrial Fibrillation Based on Continuous Wavelet Transform. In,. 41ST ANNUAL INTERNATIONAL CONFERENCE OF THE IEEE ENGINEERING IN MEDICINE AND BIOLOGY SOCIETY (EMBC). Berlin, GERMANY. 2019;2019:1908–12.
Kumar D, Peimankar A, Sharma K, Dominguez H, Puthusserypady S, Bardram JE. Deepaware: A hybrid deep learning and context-aware heuristics-based model for atrial fibrillation detection. Comp Methods Progr Biomed. 2022;221: 106899.
Mousavi S, Afghah F, Razi A, Acharya UR. ECGNET: Learning Where to Attend for Detection of Atrial Fibrillation with Deep Visual Attention. In: 2019 IEEE EMBS INTERNATIONAL CONFERENCE ON BIOMEDICAL & HEALTH INFORMATICS (BHI). Univ Illinois Chicago, Chicago, IL; 2019.
Wang J. A deep learning approach for atrial fibrillation signals classification based on convolutional and modified Elman neural network. Fut Gen Comp Syst. 2020;102:670–9.
Subramanyan L, Ganesan U. A novel deep neural network for detection of Atrial Fibrillation using ECG signals. Knowl-Based Syst. 2022;258: 109926.
Ramesh J, Solatidehkordi Z, Aburukba R, Sagahyroon A. Atrial fibrillation classification with smart wearables using short-term heart rate variability and deep convolutional neural networks. Sensors. 2021;21:7233.
Seo H-C, Oh S, Kim H, Joo S. ECG data dependency for atrial fibrillation detection based on residual networks. Sci Rep. 2021;11:18256.
Prabhakararao E, Dandapat S. Atrial fibrillation burden estimation using multi-task deep convolutional neural network. IEEE J Biomed Health Inform. 2022;26:5992–6002.
Wang J, Wu X. A deep learning refinement strategy based on efficient channel attention for atrial fibrillation and atrial flutter signals identification. Appl Soft Comput. 2022;130: 109552.
Dang H, Yue Y, Xiong D, Zhou X, Xu X, Tao X. A deep biometric recognition and diagnosis network with residual learning for arrhythmia screening using electrocardiogram recordings. IEEE ACCESS. 2020;8:153436–54.
Midani W, Ouarda W, Ben AM. DeepArr: An investigative tool for arrhythmia detection using a contextual deep neural network from electrocardiograms (ECG) signals. Biomed Signal Process Control. 2023;85: 104954.
Ullah W, Siddique I, Zulqarnain RM, Alam MM, Ahmad I, Raza UA. Classification of arrhythmia in heartbeat detection using deep learning. Comput Intell Neurosci. 2021;2021:2195922.
Mohebbanaaz A, Kumar LV, Sai YP. A new transfer learning approach to detect cardiac arrhythmia from ECG signals. Signal Image AND Video Processing. 2022;16:1945–53.
Zhuang J, Sun J, Yuan G. Arrhythmia diagnosis of young martial arts athletes based on deep learning for smart medical care. Neural Comput Appl. 2023;35:14641–52.
Zhang J, Qian L, Hou X, Zhu H, Wu X. Supraventricular tachycardia classification using attention-based residual networks. J Mech Med Biol. 2021;21:2140004.
De Marco F, Ferrucci F, Risi M, Tortora G. Classification of QRS complexes to detect Premature Ventricular Contraction using machine learning techniques. PLoS ONE. 2022;17: e0268555.
Yu J, Wang X, Chen X, Guo J. Searching for premature ventricular contraction from electrocardiogram by using one-dimensional convolutional neural network. Electronics. 2020;9:1790.
Sarshar NT, Mirzaei M. Premature ventricular contraction recognition based on a deep learning approach. J Healthcare Eng. 2022;2022:1450723.
Ullah H, Heyat MBB, Akhtar F, Muaad AYY, Ukwuoma CCC, Bilal M, et al. An automatic premature ventricular contraction recognition system based on imbalanced dataset and pre-trained residual network using transfer learning on ECG signal. Diagnostics. 2023;13:87.
Pourbabaee B, Roshtkhari MJ, Khorasani K. Deep convolutional neural networks and learning ECG features for screening paroxysmal atrial fibrillation patients. IEEE Trans Syst Man Cybern Syst. 2018;48:2095–104.
Fan X, Yao Q, Cai Y, Miao F, Sun F, Li Y. Multi-scaled fusion of deep convolutional neural networks for screening atrial fibrillation from single lead short ECG recordings. IEEE J Biomed Health Inform. 2018;22:1744–53.
Cao P, Li X, Mao K, Lu F, Ning G, Fang L, et al. A novel data augmentation method to enhance deep neural networks for detection of atrial fibrillation. Biomed Signal Process Control. 2020;56: 101675.
Shi J, Chen C, Liu H, Wang Y, Shu M, Zhu Q. Automated atrial fibrillation detection based on feature fusion using discriminant canonical correlation analysis. Comput Math Methods Med. 2021;2021:6691177.
Alsaleem MN, Islam MS, Al-Ahmadi S, Soudani A. Multiscale encoding of electrocardiogram signals with a residual network for the detection of atrial fibrillation. Bioeng Basel. 2022;9:480.
Zhang P, Ma C, Sun Y, Fan G, Song F, Feng Y, et al. Global hybrid multi-scale convolutional network for accurate and robust detection of atrial fibrillation using single-lead ECG recordings. Comput Biol Med. 2021;139: 104880.
Liaqat S, Dashtipour K, Zahid A, Assaleh K, Arshad K, Ramzan N. Detection of atrial fibrillation using a machine learning approach. Information. 2020;11:549.
Hsieh C-H, Li Y-S, Hwang B-J, Hsiao C-H. Detection of atrial fibrillation using 1d convolutional neural network. Sensors. 2020;20:2136.
Tutuko B, Nurmaini S, Tondas AE, Rachmatullah MN, Darmawahyuni A, Esafri R, et al. AFibNet: an implementation of atrial fibrillation detection with convolutional neural network. BMC Med Inform Dec Mak. 2021;21:216.
Zhang H, Gu H, Gao J, Lu P, Chen G, Wang Z. An effective atrial fibrillation detection from short single-lead electrocardiogram recordings using MCNN-BLSTM network. Algorithms. 2022;15:454.
Hu Y, Feng T, Wang M, Liu C, Tang H. Detection of paroxysmal atrial fibrillation from dynamic ECG recordings based on a deep learning model. J Person Med. 2023;13:820.
Li Y, Zhang L, Zhu L, Liu L, Han B, Zhang Y, et al. Diagnosis of atrial fibrillation using self-complementary attentional convolutional neural network. Comp Methods Progr Biomed. 2023;238: 107565.
Tutuko B, Rachmatullah MN, Darmawahyuni A, Nurmaini S, Tondas AE, Passarella R, et al. Short single-lead ECG signal delineation-based deep learning: implementation in automatic atrial fibrillation identification. SENSORS. 2022;22:2329.
Kalyakulina AI, Yusipov II, Moskalenko VA, Nikolskiy AV, Kosonogov KA, Osipov GV, et al. LUDB: a new open-access validation tool for electrocardiogram delineation algorithms. IEEE Access. 2020;8:186181–90.
Dhyani S, Kumar A, Choudhury S. Arrhythmia disease classification utilizing ResRNN. Biomed Signal Process Control. 2023;79: 104160.
Lai D, Bu Y, Su Y, Zhang X, Ma C-S. Non-standardized patch-based ECG lead together with deep learning based algorithm for automatic screening of atrial fibrillation. IEEE J Biomed Health Inform. 2020;24:1569–78.
Rodrigo M, Alhusseini M, Rogers AJ, Krittanawong C, Thakur S, Feng R, et al. Atrial fibrillation signatures on intracardiac electrograms identified by deep learning. Comput Biol Med. 2022;145: 105451.
Jo Y-Y, Cho Y, Lee SY, Kwon J, Kim K-H, Jeon K-H, et al. Explainable artificial intelligence to detect atrial fibrillation using electrocardiogram. Int J Cardiol. 2021;328:104–10.
Lee H-C, Chen C-Y, Lee S-J, Lee M-C, Tsai C-Y, Chen S-T, et al. Exploiting exercise electrocardiography to improve early diagnosis of atrial fibrillation with deep learning neural networks. Comput Biol Med. 2022;146: 105584.
Hsieh J-C, Shih H, Xin L-L, Yang C-C, Han C-L. 12-lead ECG signal processing and atrial fibrillation prediction in clinical practice. Technol Health Care. 2023;31:417–33.
Aldughayfiq B, Ashfaq F, Jhanjhi NZ, Humayun M. A deep learning approach for atrial fibrillation classification using multi-feature time series data from ECG and PPG. Diagnostics. 2023;13:2442.
Zhang P, Chen Y, Lin F, Wu S, Yang X, Li Q. Semi-supervised learning for automatic atrial fibrillation detection in 24-hour Holter monitoring. IEEE J Biomed Health Inform. 2022;26:3791–801.
Cai W, Chen Y, Guo J, Han B, Shi Y, Ji L, et al. Accurate detection of atrial fibrillation from 12-lead ECG using deep neural network. Comput Biol Med. 2020;116: 103378.
Yang M-U, Lee D-I, Park S. Automated diagnosis of atrial fibrillation using ECG component-aware transformer. Comput Biol Med. 2022;150: 106115.
Chen B, Maslove DM, Curran JD, Hamilton A, Laird PR, Mousavi P, et al. A deep learning model for the classification of atrial fibrillation in critically ill patients. Intensive Care Med Exp. 2023;11:2.
Wang L, Yang F, Bao X-J, Bo X-P, Dang S, Wang R-X, et al. Deep learning-mediated prediction of concealed accessory pathway based on sinus rhythmic electrocardiograms. Ann Noninvasive Electrocardiol. 2023;28:1.
Zhang X, Gu K, Miao S, Zhang X, Yin Y, Wan C, et al. Automated detection of cardiovascular disease by electrocardiogram signal analysis: a deep learning system. Cardiovasc Diagn Ther. 2020;10:227–35.
Jo Y-Y, Kwon J, Jeon K-H, Cho Y-H, Shin J-H, Lee Y-J, et al. Detection and classification of arrhythmia using an explainable deep learning model. J Electrocardiol. 2021;67:124–32.
Hong J, Li H-J, Yang C, Han C-L, Hsieh J. A clinical study on atrial fibrillation, premature ventricular contraction, and premature atrial contraction screening based on an ECG deep learning model. Appl Soft Comput. 2022;126: 109213.
Chang T-Y, Chen K-W, Liu C-M, Chang S-L, Lin Y-J, Lo L-W, et al. A high-precision deep learning algorithm to localize idiopathic ventricular arrhythmias. J Person Med. 2022;12:764.
Zhang Z, Zhang Z, Zou C, Pei Z, Yang Z, Wu J, et al. ECGNet: an efficient network for detecting premature ventricular complexes based on ECG images. IEEE Trans Biomed Eng. 2023;70:446–58.
Missel R, Gyawali PK, Murkute JV, Li Z, Zhou S, AbdelWahab A, et al. A hybrid machine learning approach to localizing the origin of ventricular tachycardia using 12-lead electrocardiograms. Comput Biol Med. 2020;126: 104013.
Monaci S, Qian S, Gillette K, Puyol-Anton E, Mukherjee R, Elliott MK, et al. Non-invasive localization of post-infarct ventricular tachycardia exit sites to guide ablation planning: a computational deep learning platform utilizing the 12-lead electrocardiogram and intracardiac electrograms from implanted devices. Europace. 2023;25:469–77.
Pilia N, Schuler S, Rees M, Moik G, Potyagaylo D, Doessel O, et al. Non-invasive localization of the ventricular excitation origin without patient-specific geometries using deep learning. Artif Intell Med. 2023;143: 102619.
Kim Y, Lee M, Yoon J, Kim Y, Min H, Cho H, et al. Predicting future incidences of cardiac arrhythmias using discrete heartbeats from normal sinus rhythm ECG signals via deep learning methods. Diagnostics. 2023;13:2849.
Baek Y-S, Lee S-C, Choi W, Kim D-H. A new deep learning algorithm of 12-lead electrocardiogram for identifying atrial fibrillation during sinus rhythm. Sci Rep. 2021;11:12818.
Gregoire J-M, Gilon C, Carlier S, Bersini H. Role of the autonomic nervous system and premature atrial contractions in short-term paroxysmal atrial fibrillation forecasting: Insights from machine learning models. Arch Cardiovasc Dis. 2022;115:377–87.
Zvuloni E, Read J, Ribeiro AH, Ribeiro ALP, Behar JA. On merging feature engineering and deep learning for diagnosis, risk prediction and age estimation based on the 12-lead ECG. IEEE Trans Biomed Eng. 2023;70:2227–36.
Tang S, Razeghi O, Kapoor R, Alhusseini M, Fazal M, Rogers AJ, et al. Machine learning-enabled multimodal fusion of intra-atrial and body surface signals in prediction of atrial fibrillation ablation outcomes. Circ Arrhyth Electrophysiol. 2022;15: e010850.
Raghunath S, Pfeifer JM, Ulloa-Cerna AE, Nemani A, Carbonati T, Jing L, et al. Deep neural networks can predict new-onset atrial fibrillation from the 12-lead ECG and help identify those at risk of atrial fibrillation-related stroke. Circulation. 2021;143:1287–98.
Wang G, Chen G, Huang X, Hu J, Yu X. Deep Learning-based electrocardiograph in evaluating radiofrequency ablation for rapid arrhythmia. Comput Math Methods Med. 2022;2022:6491084.
Kornej J, Hindricks G, Arya A, Sommer P, Husser D, Bollmann A. The APPLE score – a novel score for the prediction of rhythm outcomes after repeat catheter ablation of atrial fibrillation. PLoS ONE. 2017;12: e0169933.
Jacobs V, May HT, Bair TL, Crandall BG, Cutler M, Day JD, et al. The impact of risk score (CHADS2 versus CHA2DS2-VASc) on long-term outcomes after atrial fibrillation ablation. Heart Rhythm. 2015;12:681–6.
Rajeshwari MR, Kavitha KS. Arrhythmia ventricular fibrillation classification on ECG signal using ensemble feature selection and deep neural network. Cluster Comput. 2022;25:3085–102.
Sabut S, Pandey O, Mishra BSP, Mohanty M. Detection of ventricular arrhythmia using hybrid time-frequency-based features and deep neural network. Phys Eng Sci Med. 2021;44:135–45.
Lai D, Fan X, Zhang Y, Chen W. Intelligent and efficient detection of life-threatening ventricular arrhythmias in short segments of surface ECG signals. IEEE Sens J. 2021;21:14110–20.
Shilla W, Wang X. Wavelet transform and convolutional neural network based techniques in combating sudden cardiac death. Emitter. 2021;9:377–89.
Elola A, Aramendi E, Irusta U, Picon A, Alonso E, Owens P, et al. Deep neural networks for ECG-based pulse detection during out-of-hospital cardiac arrest. Entropy. 2019;21:305.
Tseng L-M, Tseng VS. Predicting ventricular fibrillation through deep learning. IEEE ACCESS. 2020;8:221886–96.
Kaspal R, Alsadoon A, Prasad PWC, Al-Saiyd NA, Nguyen TQV, Pham DTH. A novel approach for early prediction of sudden cardiac death (SCD) using hybrid deep learning. Multimedia Tools Appl. 2021;80:8063–90.
Raghunath S, Cerna AEU, Jing L, VanMaanen DP, Stough J, Hartzel DN, et al. Prediction of mortality from 12-lead electrocardiogram voltage data using a deep neural network. Nat Med. 2020;26:886.
D’Agostino, RB (D’Agostino, R. B.) ; Vasan, RS (Vasan, R. S.) ; Pencina, MJ (Pencina, M. J.) ; Wolf, PA (Wolf, P. A.) ; Cobain, M (Cobain, M.) ; Massaro, JM (Massaro, J. M.) ; Kannel, WB (Kannel, W. B.). General cardiovascular risk profile for use in primary care: the Framingham Heart Study. Circulation. 2008;118: 1.
Quan H, Sundararajan V, Halfon P, Fong A, Burnand B, Luthi J-C, et al. Coding Algorithms for Defining Comorbidities in ICD-9-CM and ICD-10 Administrative Data: Medical Care. 2005;43:1130–9.
de Capretz PO, Bjoerkelund A, Bjoerk J, Ohlsson M, Mokhtari A, Nystroem A, et al. Machine learning for early prediction of acute myocardial infarction or death in acute chest pain patients using electrocardiogram and blood tests at presentation. BMC Med Inform Decis Making. 2023;23:25.
Tsai D-J, Lou Y-S, Lin C-S, Fang W-H, Lee C-C, Ho C-L, et al. Mortality risk prediction of the electrocardiogram as an informative indicator of cardiovascular diseases. Digital Health. 2023;9:20552076231187250.
Kondo T, Teramoto A, Watanabe E, Sobue Y, Izawa H, Saito K, et al. Prediction of short-term mortality of cardiac care unit patients using image-transformed ECG waveforms. IEEE J Transl Eng Health Med. 2023;11:191–8.
Sun W, Kalmady SV, Sepehrvand N, Salimi A, Nademi Y, Bainey K, et al. Towards artificial intelligence-based learning health system for population-level mortality prediction using electrocardiograms. NPJ Dig Med. 2023;6:21.
Prifti E, Fall A, Davogustto G, Pulini A, Denjoy I, Funck-Brentano C, et al. Deep learning analysis of electrocardiogram for risk prediction of drug-induced arrhythmias and diagnosis of long QT syndrome. Eur Heart J. 2021;42:3948–61.
Doldi F, Plagwitz L, Hoffmann LP, Rath B, Frommeyer G, Reinke F, et al. Detection of patients with congenital and often concealed long-QT syndrome by novel deep learning models. J Person Med. 2022;12:1135.
Diaw MD, Papelier S, Durand-Salmon A, Felblinger J, Oster J. AI-Assisted QT measurements for highly automated drug safety studies. IEEE Trans Biomed Eng. 2023;70:1504–15.
Liu C-M, Liu C-L, Hu K-W, Tseng VS, Chang S-L, Lin Y-J, et al. A deep learning-enabled electrocardiogram model for the identification of a rare inherited arrhythmia: Brugada syndrome. Can J Cardiol. 2022;38:152–9.
Liao S, Bokhari M, Chakraborty P, Suszko A, Jones G, Spears D, et al. Use of wearable technology and deep learning to improve the diagnosis of Brugada syndrome. JACC-Clin Electrophysiol. 2022;8:1010–20.
Dunn AJ, Coniglio S, ElRefai M, Roberts PR, Wiles BM, Zemkoho AB. Deep learning and hyperparameter optimization for assessing one’s eligibility for a subcutaneous implantable cardioverter-defibrillator. Ann Oper Res. 2023;328:309–35.
Dunn AJ, ElRefai MH, Roberts PR, Coniglio S, Wiles BM, Zemkoho AB. Deep learning methods for screening patients’ S-ICD implantation eligibility. Artif Intell Med. 2021;119: 102139.
ElRefai M, Abouelasaad M, Wiles BM, Dunn AJ, Coniglio S, Zemkoho AB, et al. Deep learning-based insights on T: R ratio behaviour during prolonged screening for S-ICD eligibility. J Interv Card Electrophysiol. 2022. https://doiorg.publicaciones.saludcastillayleon.es/10.1007/s10840-022-01245-6.
Nejadeh M, Bayat P, Kheirkhah J, Moladoust H. Predicting the response to cardiac resynchronization therapy (CRT) using the deep learning approach. Biocybern Biomed Eng. 2021;41:758–78.
Wouters PC, van de Leur RR, Vessies MB, van Stipdonk AMW, Ghossein MA, Hassink RJ, et al. Electrocardiogram-based deep learning improves outcome prediction following cardiac resynchronization therapy. Eur Heart J. 2023;44:680.
Wouters PC, Van Everdingen WM, Vernooy K, Geelhoed B, Allaart CP, Rienstra M, et al. Does mechanical dyssynchrony in addition to QRS area ensure sustained response to cardiac resynchronization therapy? Eur Heart J. 2022;23:1628–35.
Soh DCK, Ng EYK, Jahmunah V, Oh SL, Tan RS, Acharya UR. Automated diagnostic tool for hypertension using convolutional neural network. Comp Biol Med. 2020;126:1.
Goldberger AL, Amaral LAN, Glass L, Hausdorff JM, Ivanov PCh, Mark RG, et al. PhysioBank, physiotoolkit, and physionet: components of a new research resource for complex physiologic signals. Circulation. 2000;101:1.
Miao F, Wen B, Hu Z, Fortino G, Wang X-P, Liu Z-D, et al. Continuous blood pressure measurement from one-channel electrocardiogram signal using deep-learning techniques. Art Intell Med. 2020;108:1.
Long W, Wang X. BPNet: A multi-modal fusion neural network for blood pressure estimation using ECG and PPG. Biomed Signal Process Control. 2023;86:1.
Li Y-H, Harfiya LN, Purwandari K, Lin Y-D. Real-time cuffless continuous blood pressure estimation using deep learning model. Sensors. 2020;20:1.
Jeong DU, Lim KM. Combined deep CNN-LSTM network-based multitasking learning architecture for noninvasive continuous blood pressure estimation using difference in ECG-PPG features. Sci Rep. 2021;11:1.
Esmaelpoor J, Moradi MH, Kadkhodamohammadi A. Cuffless blood pressure estimation methods: physiological model parameters versus machine-learned features. Physiol Measur. 2021;42:1.
Baker S, Xiang W, Atkinson I. A computationally efficient CNN-LSTM neural network for estimation of blood pressure from features of electrocardiogram and photoplethysmogram waveforms. Knowl-Based Syst. 2022;250: 109151.
Wang W, Mohseni P, Kilgore KL, Najafizadeh L. PulseDB: A large, cleaned dataset based on MIMIC-III and VitalDB for benchmarking cuff-less blood pressure estimation methods. Front Dig Health. 2023;4:1090854.
Zabihi S, Rahimian E, Marefat F, Asif A, Mohseni P, Mohammadi A. BP-Net: Cuff-less and non-invasive blood pressure estimation via a generic deep convolutional architecture. Biomed Signal Process Control. 2022;78:1.
Huang B, Chen W, Lin C-L, Juang C-F, Wang J. MLP-BP: A novel framework for cuffless blood pressure measurement with PPG and ECG signals based on MLP-Mixer neural networks. Biomed Signal Process Control. 2022;73:1.
Yen C-T, Chang S-N, Liao C-H. Estimation of beat-by-beat blood pressure and heart rate from ECG and PPG using a fine-tuned deep CNN model. IEEE Access. 2022;10:85459–69.
Yang S, Zhang Y, Cho S-Y, Correia R, Morgan SP. Non-invasive cuff-less blood pressure estimation using a hybrid deep learning model. Opt Quant Electr. 2021;53:1.
Jo Y-Y, Jang J-H, Kwon J, Lee H-C, Jung C-W, Byun S, et al. Predicting intraoperative hypotension using deep learning with waveforms of arterial blood pressure, electroencephalogram, and electrocardiogram: Retrospective study. PLoS ONE. 2022;17:1.
Fan X, Zhao Y, Wang H, Tsui KL. Forecasting one-day-forward wellness conditions for community-dwelling elderly with single lead short electrocardiogram signals. BMC Med Inform Decis Mak. 2019;19:285.
Butt FS, La Blunda L, Wagner MF, Schaefer J, Medina-Bulo I, Gomez-Ullate D. Fall detection from electrocardiogram (ECG) signals and classification by deep transfer learning. Information. 2021;12:63.
Attia ZI, Friedman PA, Noseworthy PA, Lopez-Jimenez F, Ladewig DJ, Satam G, et al. Age and Sex Estimation Using Artificial Intelligence From Standard 12-Lead ECGs. Circ: Arrhythmia Electrophysiol. 2019;12: e007284.
Baek Y-S, Lee D-H, Jo Y, Lee S-C, Choi W, Kim D-H. Artificial intelligence-estimated biological heart age using a 12-lead electrocardiogram predicts mortality and cardiovascular outcomes. Front Cardiovasc Med. 2023;10:1137892.
Lima EM, Ribeiro AH, Paixão GMM, Ribeiro MH, Pinto-Filho MM, Gomes PR, et al. Deep neural network-estimated electrocardiographic age as a mortality predictor. Nat Commun. 2021;12:5117.
Zhang C, Miao X, Wang B, Thomas RJJ, Ribeiro AH, Brant LCC, et al. Association of lifestyle with deep learning predicted electrocardiographic age. Front Cardiovasc Med. 2023;10:1160091.
Chang C-H, Lin C-S, Luo Y-S, Lee Y-T, Lin C. Electrocardiogram-based heart age estimation by a deep learning model provides more information on the incidence of cardiovascular disorders. Front Cardiovasc Med. 2022;9: 754909.
Iakunchykova O, Schirmer H, Vangberg T, Wang Y, Benavente ED, van Es R, et al. Machine-learning-derived heart and brain age are independently associated with cognition. Eur J Neurol. 2023. https://doiorg.publicaciones.saludcastillayleon.es/10.1111/ene.15902.
Mori H, Inai K, Sugiyama H, Muragaki Y. Diagnosing atrial septal defect from electrocardiogram with deep learning. Pediatr Cardiol. 2021;42:1379–87.
Lou Y-S, Lin C-S, Fang W-H, Lee C-C, Ho C-L, Wang C-H, et al. Artificial intelligence-enabled electrocardiogram estimates left atrium enlargement as a predictor of future cardiovascular disease. J Person Med. 2022;12:315.
Liu W-T, Lin C-S, Tsao T-P, Lee C-C, Cheng C-C, Chen J-T, et al. A deep-learning algorithm-enhanced system integrating electrocardiograms and chest x-rays for diagnosing aortic dissection. Can J Cardiol. 2022;38:160–8.
Liu Y-L, Lin C-S, Cheng C-C, Lin C. A deep learning algorithm for detecting acute pericarditis by electrocardiogram. J Persona Med. 2022;12:1150.
Gomes JC, de Santana MA, Masood AI, de Lima CL, dos Santos WP. COVID-19’s influence on cardiac function: a machine learning perspective on ECG analysis. Med Biol Eng Compu. 2023. https://doiorg.publicaciones.saludcastillayleon.es/10.1007/s11517-023-02773-7.
Hassan A, Elhoseny M, Kayed M. A novel and accurate deep learning-based Covid-19 diagnostic model for heart patients. Signal Image Video Process. 2023;17:3397–404.
Gupta K, Bajaj V, Ansari IA. Integrated S-transform-based learning system for detection of arrhythmic fetus. IEEE Trans Instrum Measur. 2023;72:4005508.
Funding
Not applicable.
Author information
Authors and Affiliations
Contributions
W is mainly responsible for the writing of articles and the specific work of submission. G is mainly responsible for the idea construction of the article, the revision of the article and the selection of the journal for submission.
Corresponding author
Ethics declarations
Ethics approval and consent to participate
Not applicable.
Competing interests
The authors declare no competing interests.
Additional information
Publisher's Note
Springer Nature remains neutral with regard to jurisdictional claims in published maps and institutional affiliations.
Rights and permissions
Open Access This article is licensed under a Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International License, which permits any non-commercial use, sharing, distribution and reproduction in any medium or format, as long as you give appropriate credit to the original author(s) and the source, provide a link to the Creative Commons licence, and indicate if you modified the licensed material. You do not have permission under this licence to share adapted material derived from this article or parts of it. The images or other third party material in this article are included in the article’s Creative Commons licence, unless indicated otherwise in a credit line to the material. If material is not included in the article’s Creative Commons licence and your intended use is not permitted by statutory regulation or exceeds the permitted use, you will need to obtain permission directly from the copyright holder. To view a copy of this licence, visit http://creativecommons.org/licenses/by-nc-nd/4.0/.
About this article
Cite this article
Wu, Z., Guo, C. Deep learning and electrocardiography: systematic review of current techniques in cardiovascular disease diagnosis and management. BioMed Eng OnLine 24, 23 (2025). https://doiorg.publicaciones.saludcastillayleon.es/10.1186/s12938-025-01349-w
Received:
Accepted:
Published:
DOI: https://doiorg.publicaciones.saludcastillayleon.es/10.1186/s12938-025-01349-w