Next Article in Journal
Electroencephalogram Gamma Band Power Correlates with Anhedonia in a Community Sample
Previous Article in Journal
Primary Tricuspid Regurgitation: From Neglect to Clinical Relevance
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Review

Artificial Intelligence in Cardiac Electrophysiology: A Comprehensive Review

by
Pietro Cipollone
1,
Nicola Pierucci
1,*,
Andrea Matteucci
2,
Marta Palombi
1,
Domenico Laviola
1,
Raffaele Bruti
1,
Sara Vinciullo
1,
Marco Bernardi
3,
Luigi Spadafora
3,
Angelica Cersosimo
4,
Sara Trivigno
1,
Tommaso Recchioni
1,
Agostino Piro
1,
Cristina Chimenti
1,
Claudio Pandozi
2,
Carmine Dario Vizza
1,
Carlo Lavalle
1 and
Marco Valerio Mariani
1
1
Department of Cardiovascular, Respiratory, Nephrological, Aenesthesiological and Geriatric Sciences “Sapienza”, University of Rome, 00161 Rome, Italy
2
Clinical and Rehabilitation Cardiology Division, San Filippo Neri Hospital, 00135 Rome, Italy
3
Department of Medical-Surgical Sciences and Biotechnologies, Sapienza University of Rome, 00185 Latina, Italy
4
Division of Cardiology and Department of Medical and Surgical Specialties, Radiological Sciences and Public Health, University of Brescia, 25121 Brescia, Italy
*
Author to whom correspondence should be addressed.
J. Pers. Med. 2025, 15(11), 532; https://doi.org/10.3390/jpm15110532
Submission received: 31 July 2025 / Revised: 28 September 2025 / Accepted: 1 October 2025 / Published: 3 November 2025
(This article belongs to the Special Issue Atrial Fibrillation: Toward Personalized Medicine)

Abstract

Background: Artificial Intelligence (AI) is a transformative innovation designed to enable machines to perform tasks typically requiring human intelligence. Among various medical fields, cardiology—and particularly electrophysiology—has seen rapid integration of AI technologies. The ability of AI to analyze large and complex datasets is reshaping diagnostic and therapeutic approaches. Objectives: This review aims to provide a comprehensive overview of AI models and their applications in cardiac electrophysiology. The focus is on understanding how AI contributes to clinical practice through ECG interpretation, arrhythmia detection, atrial mapping, and catheter ablation, while also exploring its limitations and future potential. Methods: The review discusses various AI approaches, including Machine Learning (ML) and Deep Learning (DL), and highlights relevant literature illustrating their implementation in electrophysiological settings. Key clinical applications are examined thematically, with a narrative synthesis of current capabilities, technologies, and outcomes. Results: AI-based tools have demonstrated effectiveness in identifying supraventricular arrhythmias like atrial fibrillation (AF) and atrial flutter (AFL), as well as complex conditions such as ventricular tachycardias (VTs) and long QT syndrome (LQTS). In procedural contexts, AI enhances electro-anatomical mapping, reduces operative time, and supports tailored post-ablation management. Discussion: While AI offers clear advantages in diagnostic accuracy and procedural efficiency, challenges remain regarding data security, ethical transparency, and clinical adoption. Addressing these limitations will be crucial for integrating AI into routine electrophysiology and maximizing its potential in future cardiology practice.

Graphical Abstract

1. Overview of Artificial Intelligence

1.1. Defining Artificial Intelligence

AI can be defined as the field of computer science dedicated to developing systems and algorithms capable of performing tasks that typically require human intelligence [1]. Within AI, which encompasses a wide range of concepts, various models and systems have been designed to analyze data using different rules, allowing their application to diverse tasks.
Initially, the quality of the data provided to AI software was manually curated by human operators, who also imposed predefined “rules” governing how the software associated and processed the data. In this way, machines were able to generate autonomous reasoning based on these fundamental rules.
Artificial Intelligence (AI) is one of the most important technological innovations with a lot of applications across numerous fields, including finance, education, and, most notably, medicine. When AI first emerged in the mid-20th century, it was primarily an academic endeavor, largely restricted to symbolic reasoning and rule-based systems. Over time, with increased computational power, availability of large-scale datasets, and advancements in neural network architectures, AI systems have become indispensable tools in healthcare [2,3,4]. From automated image interpretation to predictive analytics that anticipate clinical outcomes, AI techniques now permeate many facets of modern medical practice [5].
Cardiology and electrophysiology (EP) are one of the earliest medical disciplines in which AI has been used. While traditional EP methods have been highly refined through decades of clinical practice, AI presents opportunities to enhance diagnostic accuracy, reduce procedural times, and improve long term patient outcomes [1].
The purpose of this review is to provide a comprehensive overview of AI methods and their use in EP and analyze the key areas of cardiology where AI is making a difference, with particular emphasis on ECG interpretation, atrial mapping, and catheter ablation (CA). Additionally, the review will discuss challenges, ethical considerations, and likely future directions of AI in EP.

1.2. Machine Learning

The term “machine learning” (ML) was introduced over 70 years ago to define the capability of artificial systems to acquire the ability to execute complex tasks and enhance their performance through accumulated experience [6]. ML is a widely used AI model in medicine and has had a great impact on cardiology. ML relies on algorithms that analyze large datasets (such as patient profiles, sensor data, or imaging results) and associate them with a set of desired outputs, including diagnoses, risk scores, and clinical decisions [5].
The degree of human intervention in ML can vary significantly, and based on the extent and quality of this intervention, different ML models can be identified.

1.2.1. Supervised Learning

In supervised learning (SL), the dataset contains labeled examples. For instance, an algorithm can be trained to detect atrial fibrillation (AF) by analyzing thousands of ECG segments already labeled as either “AF” or “normal.” This can be achieved using a binary approach (distinguishing between normal and abnormal ECGs) or a multiclass approach (categorizing the specific type of rhythm, such as normal, atrial fibrillation, or atrioventricular block, among others) [5]. By learning from these labeled cases, the system establishes decision boundaries and can classify new ECG data accordingly. One of the most The bold formatting was removed where not necessaryused SL algorithms is k-nearest neighbors (KNN). This is a classification algorithm based on similarity. Decision-making is based on identifying and analyzing feature patterns in the existing database that closely resemble those of the input currently under evaluation. SL is particularly powerful in clinical applications where accuracy (diagnosing an arrhythmia) is critical.

1.2.2. Unsupervised Learning

Unsupervised learning works with datasets that lack explicit labels. Instead, the algorithm looks for hidden patterns and relationships, such as clustering patients with similar profiles or identifying underlying structures in high-dimensional data [5]. In cardiology, unsupervised learning is useful for discovering subgroups of heart failure patients who may respond differently to specific treatments, paving the way for more personalized medicine.

1.2.3. Reinforcement Learning

Reinforcement learning takes a different approach; it interacts with the environment by taking actions and receiving feedback in the form of rewards or penalties. Over time, the algorithm learns to maximize positive outcomes. While often associated with robotics and game-playing AI, reinforcement learning holds great promise for healthcare applications. For example, it could be used to dynamically adjust the dosage of antiarrhythmic drugs, optimizing treatment effectiveness while minimizing side effects [7].

1.3. Deep Learning

Deep Learning (DL), a more advanced and complex extension of ML, is a data-driven modeling approach designed to recognize patterns in data and generate predictions. This technology has significantly influenced various aspects of modern life, enabling voice commands on smartphones and facilitating personalized advertising [8]. DL is composed of multilayered neural networks called deep neural network (DNN). A DNN is a particular type of artificial neural network that is inspired, in a simplified way, by the functioning of the human brain. This system is composed of many layers of artificial neurons that progressively transform the input information to reach a final decision. They are called “deep” precisely because the information passes through numerous levels before emerging as an output.
The functioning of a DNN starts with raw data, such as an image or an ECG trace, that is fed into the first layer of the network, called the input layer. From there, the information passes through a series of intermediate layers, known as hidden layers, and each connection between neurons is assigned a “weight” which is adjusted during the training process to optimize the model’s performance. Each node (or neuron) in these layers performs simple mathematical operations, and the operations carried out by each neuron are not directly accessible or controllable by the user, which is why such systems are often referred to as “black boxes”. The power of the network arises from the combination of millions of these calculations on complex data. At the end of this process, the output layer produces the final result, which may be a prediction, a classification, or another type of response (Figure 1).
Although deep learning requires vast amounts of data and significant computational power, it has demonstrated exceptional capabilities in tasks such as speech recognition, image generation, and image classification.
The functioning of a DL model can be designed to be more suited for certain types of tasks than others. As a result, different DL architectures have been developed, each optimized for specific applications (Table 1):
  • Convolutional Neural Networks (CNNs): Particularly well-suited for image processing but also increasingly applied to time series data (like ECG waveforms), CNNs have been employed for automated segmentation of cardiac structures in imaging, detection of ischemic regions, and classification of arrhythmias from ECGs signals [9].
  • Recurrent Neural Networks (RNNs) and Long Short-Term Memory (LSTM) Networks: These networks handle sequential data, making them ideally suited for analyzing ECG signals, which are inherently temporal. LSTM networks address the vanishing gradient problem that plagued early RNNs, allowing them to capture longer dependencies across a time series.

1.4. Computational Model and AI

Beyond AI, recent scientific literature has increasingly focused on the development of computational models (CM) capable of faithfully capturing the complexity of human physiology [10,11]. CM appears particularly well-suited to address this need. A CM is a mathematical or algorithmic abstraction of a real-world biological system, designed to simulate, predict, and provide deeper insight into its behavior. These models leverage equations, algorithms, and large datasets to represent complex physiological phenomena that are often inaccessible to direct observation. In medicine, and particularly in cardiology, CMs have been employed to replicate cardiac anatomy and function, hemodynamic flow, electrical conduction, and even population-level responses to therapeutic interventions. The integration of computational modeling, which inherently reflects the intricate dynamics of the cardiovascular system, with the analytical power of AI, holds the potential to profoundly shape the future landscape of scientific research in medicine, with cardiology poised to be one of its principal beneficiaries.
Table 1. Different types of AI architecture compared.
Table 1. Different types of AI architecture compared.
ArchitectureFull NameBest ForCore ComponentsStrengthsLimitations
ANNArtificial Neural NetworkGeneral classification and regression tasksFully connected layersSimple and general-purposePoor at capturing spatial/temporal patterns
CNNConvolutional Neural NetworkImage processing, computer visionConvolutional and pooling layersCaptures spatial features, fewer parametersStruggles with sequential data
RNNRecurrent Neural NetworkSequential data (e.g., time series, text)Recurrent connectionsGood for time-dependent patternsShort memory, vanishing gradient problem
LSTMLong Short-Term MemoryLong-term sequence modelingMemory cells with gatesHandles long dependencies, avoids vanishing gradientsMore complex, slower training
GANGenerative Adversarial NetworkImage synthesis, data augmentationGenerator and discriminator networksGenerates realistic data, creative tasksTraining instability, mode collapse
AutoencoderAutoencoderDimensionality reduction, denoisingEncoder and decoder networksEfficient data compression and reconstructionMay underfit, hard to interpret results

2. Artificial Intelligence in Electrophysiology

Among the various branches of cardiology, EP is undoubtedly the field in which AI is most widely utilized. Advanced AI models have been developed for preclinical or in vitro studies, for the automated analysis of ECGs, enabling the diagnosis not only of arrhythmias but also of potential ischemic events. Additionally, AI has been integrated into atrial and ventricular mapping systems, enhancing precision and efficiency in electrophysiological assessments (Table 2).

2.1. Artificial Intelligence in In Vitro and Cellular Studies

Electro-anatomical properties and their alterations in pathological substrates form the cornerstone of research in cardiac electrophysiology and are essential for understanding the genesis of arrhythmias and for informing therapeutic strategies. Currently, the study of the electro-anatomical characteristics of the cardiac conduction system is limited by the invasiveness of existing diagnostic techniques. In this context, AI may represent a significant innovation, potentially revitalizing research efforts in the field. In 2021, Jeong and Lim [12] proposed an artificial neural network model capable of predicting changes in cardiac ion channel conductance by analyzing simulated action potential (AP) morphologies. Their findings suggest that ML-based analysis of AP waveforms may offer a noninvasive alternative to conventional, more complex approaches for identifying specific ion channel dysfunctions. Similarly, Cantwell et al. [35] and Sánchez et al. [13] explored the application of AI, particularly ML, for the analysis of the anatomical substrate in patients with atrial fibrillation (AF), including data acquired in vitro. Their work demonstrated the ability of AI models to interpret complex signals and provide more reliable classification of arrhythmogenic sites, highlighting the strong correlation between microstructural and macrostructural substrates. Collectively, these studies suggest that AI-based technologies could represent a breakthrough in the personalization of electrophysiological therapy.

2.2. Artificial Intelligence and ECG Interpretation

ECG interpretation has historically relied on visual inspection by clinicians. Since digitalization of ECG, AI methods have been employed in computerized interpretation of ECGs [8].
In recent decades, thanks to the increased use of wearable devices capable of monitoring heart rate over varying durations (implantable loop recorder, smart watch, life vest) [36,37], the clinical data that doctors must manage has increased significantly. In this scenario, AI can deeply help during the analysis process and guide clinicians toward the most appropriate diagnostic and therapeutic pathway.
As explained by Galloway et al. [38], AI has the potential to identify electrolyte abnormalities such as hyperkalemia. Early and effective recognition of electrolyte disorders could help clinicians to manage patients undergoing high diuretic therapy.
AI is a powerful tool, and as stated by Attia et al. [6], it can be used to expand the potential of the electrocardiogram, a diagnostic instrument that has been a key clinical tool for many years. AI can transform ECG analysis into a powerful screening and predictive tool for both cardiac and non-cardiac diseases, often in asymptomatic patients.
Through DNN, AI has demonstrated remarkable capabilities in detection of left ventricular dysfunction, specifically reduced ejection fraction, with a high-accuracy AUC > 0.90; diagnosis of hypertrophic cardiomyopathy, even in the absence of overt ECG abnormalities; screening for valvular diseases; and prediction of non-cardiac conditions, such as liver cirrhosis, by recognizing subtle ECG alterations [4].
Randomized clinical trials involving AI have also been conducted [38], highlighting both the analytical capabilities of AI and its integration into controlled study designs. Lin et al. [39] evaluated the impact of an AI-enabled ECGs analysis system in identifying hospitalized patients at high risk of mortality. Their study, which included over 15,000 patients across multiple hospitals, demonstrated that implementation of the AI system led to a significant reduction in 90-day all-cause mortality (3.6% vs. 4.3%; hazard ratio [HR] = 0.83).
AI-driven ECG analysis has the potential to enhance early diagnosis, improve clinical decision-making, and expand the role of this noninvasive modern medicine [6].
With experience, cardiologists and electrophysiologists can discern subtle anomalies; however, human-based interpretation remains subject to variability and requires substantial time and expertise. The application of AI, especially CNNs, has revolutionized ECG analysis, achieving near or even surpassing expert level performance.

2.3. Artificial Intelligence and Arrhythmias Detection

One of the first applications of AI was ECG analysis. In recent decades, devices have been developed that are able to analyze ECGs and recognize heart rhythm abnormalities, in some cases being able to identify the specific type of rhythm disorder.
The study conducted by Hannun et al. [14] describes the development and validation of a DNN designed for automated detection and classification of cardiac arrhythmias using single-lead ambulatory electrocardiogram data. The dataset used for training consisted of single-lead ambulatory ECGs with an average monitoring duration of approximately 10.6 days per patient.
The DNN was trained to classify 12 distinct rhythm classes and demonstrated excellent diagnostic performance, achieving an average area under the receiver operating characteristic curve (AUC) of 0.97. Notably, the DNN achieved an average F1 score of 0.837, exceeding the average cardiologist F1 score of 0.780. When specificity was fixed at the average cardiologist specificity, the model’s sensitivity surpassed the average cardiologist sensitivity across all rhythm classes.
Misclassifications by the DNN closely mirrored those of expert cardiologists, highlighting realistic clinical complexities encountered in ECG interpretation. The model performed exceptionally well for clinically significant arrhythmias such as atrial fibrillation, atrioventricular block, and ventricular tachycardia. These results underline the potential clinical utility of deep learning in automated arrhythmia diagnosis, suggesting that such models could significantly reduce diagnostic errors, improve diagnostic accuracy, and enhance clinical workflow efficiency.

2.4. Artificial Intelligence and Atrial Fibrillation Detection

AF is certainly one of the most frequent arrhythmias that cardiologists meet during their daily activity. AI could aid in the detention of AF and help cardiologists but also non-cardiologists in the detention of AF. AI models capable of recognizing AF have been developed by several research groups in recent years.
Some studies have focused on developing AI models that can identify AF through 12-lead ECG analysis and be able to detect early development of AF starting from SR ECG.
The group of Attia et al. [15] trained a CNN to identify the electrocardiographic signature of AF on standard 10 s, 12-lead ECGs recorded at the Mayo Clinic from 1994 to 2017. The dataset included 649.931 ECGs, allocated into training (454.789 ECGs), internal validation (64.340 ECGs), and testing (130.802 ECGs) subsets. The AI model detected AF with AUC of 0.87, a sensitivity of 79.0%, a specificity of 79.5%, and an accuracy of 79.4%. When incorporating multiple ECGs per patient within a 31-day window, performance improved, achieving an AUC of 0.90, sensitivity of 82.3%, specificity of 83.4%, and an accuracy of 83.3.
The group of Yuan et al. [16] has assessed a deep learning model’s effectiveness, using CNN, to predict the presence of AF within 31 days from outpatient 12-lead ECGs in sinus rhythm. ECG data from 1987 to 2022, collected from six US Veterans Affairs (VA) hospitals and one external academic center (Cedars-Sinai), were analyzed. The study involved 907,858 sinus rhythm ECGs. The DL model trained on data from VA San Francisco and Palo Alto sites demonstrated robust predictive performance on withheld test datasets, achieving AUC values ranging from 0.88 to 0.89 and an accuracy of approximately 81–82%. On an external test dataset from Cedars-Sinai Medical Center, the model’s predictive ability improved, showing an AUC of 0.93 and accuracy of 87%.
Instead, the group of Beak et al. [17] developed an AI-based algorithm to detect subtle differences in paroxysmal AF (PAF) during SR. The AI-model was trained with 241.212 lead-ECGs (70% for training, 10% for validation, and 20% for testing). The model showed excellent ability in PAF identification in internal and external validation, respectively, with an AUC of 0.79 and 0.75 and F1 score of 75% and 74%.
In addition, Kurshid et al. [18] trained a CNN to infer 5-year AF risk using 12-lead ECGs. The authors trained the CNN model with 45.770 patients and validated it on 83.162 patients form two different datasets (Brigham and Women’s Hospital and UK Biobank). Then, they assessed the efficiency of the AI-model with clinical risk score (CHARGE-AF). The CNN-based model has similar predictive usefulness of a clinical risk score and may enable efficient quantification of AF risk in daily clinical practice.
In addition, Hygrell et al. [19] assessed an AI-based model designed to predict paroxysmal AF from single-lead sinus rhythm electrocardiograms. The AI model was developed using 478,963 ECG recordings from 14,831 patients aged 65 years or older, collected during three screening studies (SAFER, STROKESTOP I, and STROKESTOP II). ECGs from 80% of patients from SAFER and STROKESTOP II were used for training, while ECGs from the remaining 20% of these two studies and the entire STROKESTOP I cohort formed the test set. The AI-based CNN achieved an AUC of 0.80 in the SAFER study, which had a broader age distribution (65–90+ years). In contrast, performance was lower in the age-homogenous cohorts of STROKESTOP I and STROKESTOP II (age range 75–76 years), with AUC of 0.62 in both studies. These studies have shown that the use of artificial intelligence can be very useful in the detention of AF, with an accuracy comparable to that of experienced cardiologists. This approach offers the potential to enable earlier identification and management of individuals at risk, even in the absence of overt arrhythmic manifestations.
Over the past decades, the advent of novel technologies has facilitated the increasing dissemination of wearable and implantable single-lead diagnostic devices, fundamentally transforming the management of patients experiencing arrhythmic events. These devices generate substantial volumes of data; the application of AI-based algorithms to such datasets holds the potential to significantly enhance both the speed and accuracy of arrhythmia diagnosis. Several studies have focused on the development of AI models capable of detecting atrial fibrillation (AF) from single-lead electrocardiograms (ECGs). Furthermore, groups of Mittal et al. [20] and Sarkar et al. [21] have provided compelling evidence that the integration of AI-based algorithms into implantable loop recorders significantly improves their diagnostic performance in detecting episodes of atrial fibrillation (AF), notably by reducing the incidence of false-positive detections.
In addition, groups of Noseworthy et al. [22] and Dupulthys et al. [23] focused their studies on wearable devices (WD) that are increasingly adopted due to their ease of use and reliability. Although they are highly valuable in clinical practice, they generate such a large volume of data that their routine management can become burdensome for clinicians. The integration of AI technologies could enhance the efficiency of these devices, making them more effective and easier to use. These studies demonstrates that a targeted screening strategy powered by AI and based on existing clinical data was shown to increase the detection yield of atrial fibrillation, offering the potential to enhance the overall efficacy of AF screening initiatives.

2.5. Artificial Intelligence and Ventricular Tachycardia Detection

Ventricular tachycardia (VTs) and premature ventricular contractions (PVCs) are a challenge for cardiologists. The analysis of ventricular tachycardia ECGs can often lead to errors, even for the most experienced cardiologist. The localization of the focus of VT or PVC is the prerogative of the most experienced electrophysiologist who, from the analysis of the surface ECG, can identify the exact location of the focus harboring the arrhythmia. The ability to precisely locate the focus is of considerable importance for planning a possible transcatheter ablation procedure. The AI can be helpful in analyzing surface ECGs and recognizing the focus responsible for ventricular arrhythmia.
Yu et al. [24] introduced a novel approach for automatic detection of PVCs, using deep metric learning and k-nearest neighbors (KNN) classifier. Accurate identification of PVCs is clinically relevant as this arrhythmia, although often asymptomatic, can be associated with serious heart conditions. Traditionally, analyzing long-term ECG data acquired from wearable devices such as Holter monitors is time-consuming for cardiologists. The proposed method automatically extracts essential features from heartbeats through a deep metric learning neural network. This network learns feature representations that minimize intraclass variance and maximize interclass differences, thereby facilitating classification. The KNN classifier uses these learned features to categorize heartbeats based on their distances. This methodology simplifies signal analysis by eliminating complex preprocessing steps and avoids manual feature engineering, thus reducing potential biases.
Validation was performed using the standard MIT-BIH database, widely recognized for benchmarking similar studies, achieving outstanding results: an accuracy of 99.7%, sensitivity of 97.45%, and specificity of 99.87%.
Another study by Missel et al. [25] introduced an innovative hybrid ML approach to localize the origin of ventricular tachycardia (VT) using 12-lead ECGs. Initially, a population-based DL model trained on general patient data provides a preliminary localization of VT origin. Then, a patient-specific model incrementally refines this localization by actively guiding clinicians in real time to optimal pacing sites during procedures. This patient-specific model progressively improves its predictions with each added pacing data, significantly enhancing accuracy and efficiency. The presented hybrid method outperforms traditional approaches based only on clinical or morphological data, indicating its potential for significantly improving the efficiency and precision of ventricular tachycardia ablation site localization.
These outcomes demonstrate the reliability and effectiveness of the proposed methods, positioning it competitively against existing traditional morphological and deep learning methods. These new models will also allow cardiologists who are not specialized in electrophysiology to recognize more rapidly and thus manage complex arrhythmias such as VT, which have always been the exclusive competence of the electrophysiologist.

2.6. Artificial Intelligence and Long QT Detection

Congenital long QT syndrome (LQTS) is characterized by the prolongation of the QT interval in 12-lead ECG and may manifest as syncope, convulsions or sudden cardiac death. Although a QTc 500 ms increases the risk of events, about 40% of patients have normal QTc at rest (LQTS hidden) [40]. In addition to QTc, other ECG parameters and stress tests improve diagnosis and risk stratification. In the management of LQTS AI can be a valuable help.
Bos et al. [26] evaluated the effectiveness of CNN to identify genetically confirmed patients with LQTS, even in cases with an apparently normal QT interval (<450 ms). The study analyzed 12-lead electrocardiograms from 2059 patients, 967 patients with confirmed LQTS and 1092 patients assessed but discarded as normal, for a total of 9085 ECGs. The CNN model was trained using 60% of ECG, validated in 10%, and tested on the remaining 30%. The model was very effective in calculating QTc with an AUC of 0.8. In addition, the AI approach was able to differentiate effectively between the three main genetic subtypes of LQTS (LQT1, LQT2 and LQT3), reaching a maximum AUC of 0.944.
Instead, Jiang et al. [27] explored the application of DL using CNN for screening and differentiating congenital long QT syndrome (LQTS) and its two major genetic subtypes (LQT1 and LQT2) using 12-lead ECG data. A total of 4521 ECGs from 990 patients were analyzed. CNN demonstrated high diagnostic performance with an AUC of 0.93 for LQTS detection and an AUC of 0.91 for genotype differentiation. The CNN method significantly outperformed expert measured QTc intervals, achieving a higher sensitivity (0.90 vs. 0.36) in identifying LQTS, particularly in patients with normal or borderline QT intervals, known as concealed LQTS (sensitivity 0.78).
In another study, Giudicessi et al. [28] trained and validated an AI-enabled 12-lead ECG algorithm to determinate QTc. The algorithm was trained using 1.6 million of ECGs from 538,200 patients (250,767 patients for training, 107,920 patients for testing, and 179,513 were used for validation) to calculate the QTc using “gold standard” cardiologist-overread QTc values. Then, the DNN algorithm was tested on 686 patients with genetic heart disease using ECG derived both from 12-lead ECG and a single-lead ECG obtained from a prototype device (AliveCor KardiaMobile 6L (AliveCor, Inc., Mountain View, CA, USA)). The QTc calculated from the DNN algorithm and those calculated from experts were very similar, with poor difference (−1.76 ± 23.14 ms). When applied to single-lead ECG, the sensitivity and specificity to detect QTc > 500 ms were 80% and 94,4%, respectively.
These findings suggest that DL-driven models, in particular CNN, can significantly enhance the detection and genetic classification of LQTS from resting ECGs, supporting its potential clinical application for improving diagnosis accuracy and clinical management in challenging diagnostic scenarios.

2.7. AI and Sudden Cardiac Death

Implantable cardioverter defibrillators (ICDs) are widely used for primary prevention of sudden cardiac death (SCD); many patients who receive ICDs never require therapy during the battery lifespan, and many SCD events occur in individuals considered low risk by conventional criteria. AI could help cardiologists with risk stratification and consequently optimize ICD assignment.
Popescu et al. [29] created a DL-based algorithm that blends neural networks and magnetic resonance (MR) imaging to predict the risk of SCD in patients with ischemic heart disease. The algorithm was evaluated on multi-center internal validation data and tested on another independent set of patients. The DL-based algorithm achieved concordance index of 0.83 and 0.74 and 10-year integrated Brier score of 0.12 and 0.14. These results show that the DL system can estimate, in a very accurate way, risk of SCD from clinical information and MR imaging.
Instead, Barker et al., in their review [41], analyzed 11 studies. A total of 6 of these 11 studies compared normal risk stratification models with AI-based models; they observed that 5 of these showed that AI-based models were superior to traditional scores; the AUC of AI-based models ranged from 0.71 to 0.96 across studies.
However, the review identified significant methodological limitations, including incomplete adherence to reporting standards and high risk of bias in five studies. Despite these issues, the authors concluded that ML holds promise for enhancing SCD prediction compared to traditional models, primarily due to its capacity to integrate and analyze complex multidimensional datasets. They also emphasize the need for developing and adhering to specialized reporting standards to enhance transparency and reproducibility in future ML studies.

2.8. Artificial Intelligence and Catheter Ablation

Atrial mapping is critical in the evaluation and treatment of arrhythmias like AF, atrial flutter, and other complex tachycardias. Physicians rely on electroanatomic mappings to locate abnormal conduction pathways or scar tissue that serve as the substrate for arrhythmogenesis. High-density mapping systems provide detailed electrical measurements, but the volume of data can be enormous and difficult to interpret manually.
AI algorithms can rapidly process high-density signals, highlighting regions of interest and offering data-driven insights into arrhythmia mechanisms [2,42]. By combining mapping data with imaging modalities such as magnetic resonance imaging (MRI) or computed tomography (CT), AI can create a unified representation of both structural and electrical abnormalities.
The study by Seitz et al. [30] evaluated VX1, an AI-based software developed by Volta Medical, aimed at standardizing electrogram-based ablation procedures for persistent AF. Persistent AF is challenging due to variability in interpreting complex electrograms. VX1 employs multiparametric machine-learning algorithms, trained on a large database of expert-annotated electrograms, to automatically generate real-time dispersion maps. These maps visually highlight abnormal electrogram regions, guiding targeted ablation and reducing operator-dependent variability. This prospective multicenter study involved 85 patients treated by 17 operators across eight centers. Ablation guided by VX1 resulted in acute AF termination in 88% of cases, with direct conversion to sinus rhythm achieved in 65%. Follow-up after approximately 13.5 months showed freedom from documented AF in 86% after a single procedure, rising to 89% after an average of 1.3 procedures per patient. Importantly, freedom from any atrial arrhythmia significantly improved from 54% after one procedure to 73% after repeat procedures (p < 0.001).
Outcomes were consistent between the primary and satellite centers, demonstrating that AI effectively standardizes complex ablation procedures across different settings. Moreover, VX1 accurately identified all critical ablation sites where AF termination or significant cycle length prolongation occurred. When compared to a historical group receiving visually guided dispersion mapping, VX1 achieved comparable clinical efficacy.
To help electrophysiologists during ablative procedures, Biosense Webster (Biosense Webster, Irvine, CA, USA) recently introduced a DL-based software (CARTOSOUND FAM Module), enabling anatomical reconstruction of the left atrium (LA) from intracardiac echocardiography (ICE) images [31].
Di Biase et al. enrolled 28 patients undergoing AF ablation and compared the automatic reconstruction of LA anatomical structures, obtained through ICE integrated with the DL algorithm, with images acquired by cardiac computed tomography (CT), considered the gold standard. The pulmonary vein ostia diameters and the distance between venous carinae were comparable between the two techniques, showing moderate-to-high correlation for most structures, except for the right inferior pulmonary vein (RIPV).
Qualitative evaluation performed by three independent electrophysiologists confirmed good agreement between images generated by the algorithm and those obtained by CT. The average anatomical reconstruction time using the algorithm was approximately 65 s. All patients successfully underwent ablation without immediate complications.
AI-based models can be used, also, to predict the success of an ablative procedure or the risk of AF recurrence after an CA procedure. Razeghi et al. [32] presented an AI-based model for predicting outcomes of AF ablation. The approach utilizes a machine learning fusion framework that integrates cardiac computed tomography (CT)-derived morphological features, patient-specific clinical data, and deep learning from raw CT images.
This combined approach significantly improves the predictive capability over traditional methods that rely solely on clinical or morphological data.
Instead, two interesting studies [33,34] have used AI-based models to effectively identify predisposing factors for AF recurrence. This approach allows for each patient a personalized path, promoting patient adherence to medical care and improving therapeutic outcomes.
In conclusion, the AI-based VX1 software, CARTOSOUND FAM, and the AI-based models effectively standardize and optimize selection of patients, as well as electroanatomical mapping and ablation, improving procedural consistency and clinical outcomes in AF treatment, supporting its potential integration into routine electrophysiology practice.

3. Challenges and Limitations

The implementation of AI in clinical practice would undoubtedly offer substantial advantages, particularly regarding the analysis of extensive datasets. However, several critical issues would concurrently require careful consideration.

3.1. Data Quality and Generalizability of Analyses

The studies cited in this review often employ clinical data collected retrospectively, pertaining to populations that, despite sometimes being extensive, remain limited by ethnic and geographical variables. Consequently, the developed models may lack full generalizability. AI algorithms necessitate large, high-quality datasets for reliable training. The presence of inconsistent data, missing values, and variability in acquisition protocols may negatively impact model performance and introduce bias.

3.2. Transparency and Data Privacy

AI, particularly DL, utilizes neural networks, characterized by continuous and intricate algorithmic interactions that complicate control of each logical step leading to the model’s conclusions. Each step of the process appears opaque and inaccessible, resembling a black box in which the internal mechanisms are not readily interpretable. This complexity constitutes a significant limitation when entrusting AI models with highly sensitive clinical data. Furthermore, ensuring patient privacy is challenging, especially in contexts involving automated data sharing. Enhancing the security, privacy, and reliability of AI systems would significantly improve their effectiveness and applicability in daily clinical practice. Additionally, specific informed consent protocols must be developed and clearly presented to patients. Here, medical and healthcare professionals play a pivotal role in comprehensively and understandably explaining the processes and benefits associated with AI use. An increasing number of experts in the field are questioning how to make neural networks more transparent and black boxes more accessible [43]. Alternatively, some authors argue that attempting to explain every single interaction is not an effective way to address the problem. Instead, they suggest that it is preferable to start with an explainable AI model when dealing with high-impact decisions [44]. Unlike conventional AI approaches, particularly deep learning, XAI aims not only to deliver accurate decision-making but also to provide transparent and understandable explanations for the model’s outputs, thereby enhancing trust and interpretability in critical applications [45]. Numerous proposals have been put forward, and it is likely that, soon, innovative solutions will emerge to help dispel the uncertainty that still surrounds neural networks and artificial intelligence today.

3.3. Accessibility

The use of AI relies on complex mathematical models that require dedicated software and hardware. The widespread implementation of AI in routine clinical practice must be accompanied by adequate dissemination and accessibility of advanced technologies capable of supporting the data flow and computational capacity demanded by AI.

3.4. Human Oversight

AI leverages sophisticated algorithms and exceptionally efficient computational models. However, this powerful processing capability must be subject to constant oversight regarding privacy protection and the appropriateness of computational usage [46]. Human oversight remains essential, both in the decision-making phase regarding the adoption of automated models and in interpreting and contextualizing the data provided. Consequently, AI can become a remarkable tool for physicians and healthcare professionals, enhancing their ability to achieve optimal clinical management.

4. Future Perspectives

AI has the extraordinary capability to efficiently, simply, and rapidly analyze vast quantities of data. Thanks to this distinctive characteristic, it is not difficult to envision the pivotal role AI will play in the future medicine.

4.1. Precision Medicine

Modern medicine is progressing toward personalized medicine, where diseases are no longer the sole focus of medical intervention. Instead, interventions increasingly consider the unique manifestation of diseases in individual patients, considering their phenotypic characteristics, personal medical history, and family history. Over recent decades, medicine has progressively become precision-centered, placing the patient at the core of clinical practice. AI will undoubtedly play a significant role in enhancing personalized care. Through its powerful data analysis capabilities, healthcare providers will be better-equipped than ever before to quickly and clearly identify patient specific characteristics. This capability will enable clinicians to design highly personalized therapeutic pathways.

4.2. Virtual Reality and the Multiverse

In medicine, particularly in cardiology, imaging remains an essential tool for clinicians throughout all stages of patient management, from diagnosis to therapy. Over the years, technological advances have led to the development of increasingly sophisticated and precise imaging techniques. In recent years, imaging itself has undergone significant transformation through the integration of virtual reality (VR).
This emerging technology has the potential to support healthcare professionals not only in routine clinical practice [47] but also in the education of future generations of physicians, who may benefit from increasingly advanced and realistic simulation platforms [48].
Despite the initial enthusiasm, further refinement and investigation are necessary before virtual reality can be reliably implemented in daily clinical practice [49].
In the future, the combination of VR with innovative technologies and the implementation of AI could contribute to the creation of virtual worlds where geographical distances are effectively nullified, enabling routine interactions between professionals even if they are thousands of kilometers apart. In recent years, telemedicine has attracted increasing attention from healthcare professionals, with national healthcare systems recognizing telemedicine to democratize medical access while significantly reducing costs [50]. Supported by advances in connectivity, data sharing, and the development of dedicated virtual environments, AI and telemedicine suggest a future where geographical distance becomes irrelevant, data sharing instantaneous, and healthcare access democratic and universal. Such a future, where telemedicine, virtual reality, and AI form part of everyday clinical practice, could address not only issues related to healthcare access but also facilitate the training of new generations of healthcare professionals. These professionals would benefit from enhanced educational opportunities, allowing them to share knowledge and operative techniques, ultimately transforming medicine from a predominantly national discipline into a truly global cultural practice.

5. Conclusions

AI is undoubtedly an important technological advancement, particularly in electrophysiology, where it currently achieves good results in diagnosing arrhythmias and assisting medical personnel during ablation procedures and postoperative planning. Despite these promising outcomes, healthcare professionals remain central to the clinical application of AI in everyday practice. The significant complexity of AI models must be managed through clear regulations to ensure patient privacy. In the future, AI will certainly play a leading role, and when combined with telemedicine and virtual reality, it may push boundaries even further.

6. Key Messages

  • AI is rapidly emerging as a transformative tool in cardiac electrophysiology, improving diagnostic accuracy in arrhythmia detection, streamlining ECG interpretation, and optimizing catheter ablation procedures through real-time data analysis.
  • Deep learning algorithms, particularly CNNs, have demonstrated expert-level or superior performance in identifying complex arrhythmias and stratifying patient risk, even in asymptomatic individuals.
  • While the clinical potential of AI is substantial, successful implementation depends on addressing key challenges, including data quality, algorithm transparency, ethical considerations, and ensuring appropriate human oversight in decision-making processes.

Author Contributions

Conceptualization, M.V.M., C.D.V. and C.L.; Methodology, M.V.M., A.P., C.C., P.C., L.S., C.D.V., A.M. and C.L.; Software, M.V.M., N.P., P.C., D.L., A.M. and T.R.; Validation, M.P., L.S., A.C., S.T. and S.V.; Formal analysis, M.V.M. and C.P.; Investigation, M.V.M., R.B., A.P., P.C., A.M., C.P., M.B., S.V. and M.P.; Resources, N.P., D.L., A.P., S.T., R.B., M.B., C.D.V. and C.L.; Data curation, M.V.M., P.C., A.M., C.P., T.R. and P.C.; Writing—original draft, P.C. and M.V.M.; Visualization, N.P., P.C., C.C., D.L., A.C. and T.R.; Supervision, C.P., C.C., R.B., C.D.V. and C.L. All authors have read and agreed to the published version of the manuscript.

Funding

This research received no external funding.

Institutional Review Board Statement

Not applicable.

Informed Consent Statement

Not applicable.

Data Availability Statement

No new data were created or analyzed in this study. Data sharing is not applicable to this article.

Conflicts of Interest

The authors declare no conflicts of interest.

References

  1. Feeny, A.K.; Chung, M.K.; Madabhushi, A.; Attia, Z.I.; Cikes, M.; Firouznia, M.; Friedman, P.A.; Kalscheur, M.M.; Kapa, S.; Narayan, S.M.; et al. Artificial Intelligence and Machine Learning in Arrhythmias and Cardiac Electrophysiology. Circ. Arrhythm. Electrophysiol. 2020, 13, e007952. [Google Scholar] [CrossRef] [PubMed] [PubMed Central]
  2. Sutanto, H. Transforming clinical cardiology through neural networks and deep learning: A guide for clinicians. Curr. Probl. Cardiol. 2024, 49, 102454. [Google Scholar] [CrossRef] [PubMed]
  3. Ng Ben Nayyar, S.; Chauhan, V.S. The Role of Artificial Intelligence and Machine Learning in Clinical Cardiac Electrophysiology. Can. J. Cardiol. 2022, 38, 246–258. [Google Scholar] [CrossRef]
  4. Xiang, Y.; Zhao, L.; Liu, Z.; Wu, X.; Chen, J.; Long, E.; Lin, D.; Zhu, Y.; Chen, C.; Lin, Z.; et al. Implementation of artificial intelligence in medicine: Status analysis and development suggestions. Artif. Intell. Med. 2020, 102, 101780. [Google Scholar] [CrossRef] [PubMed]
  5. Topol, E.J. High-performance medicine: The convergence of human and artificial intelligence. Nat. Med. 2019, 25, 44–56. [Google Scholar] [CrossRef] [PubMed]
  6. Attia, Z.I.; Harmon, D.M.; Behr, E.R.; Friedman, P.A. Application of artificial intelligence to the electrocardiogram. Eur. Heart J. 2021, 42, 4717–4730. [Google Scholar] [CrossRef] [PubMed] [PubMed Central]
  7. Romm, E.L.; Tsigelny, I.F. Artificial Intelligence in Drug Treatment. Annu. Rev. Pharmacol. Toxicol. 2020, 60, 353–369. [Google Scholar] [CrossRef] [PubMed]
  8. Nagarajan, V.D.; Lee, S.L.; Robertus, J.L.; Nienaber, C.A.; Trayanova, N.A.; Ernst, S. Artificial intelligence in the diagnosis and management of arrhythmias. Eur. Heart J. 2021, 42, 3904–3916. [Google Scholar] [CrossRef] [PubMed] [PubMed Central]
  9. Somani, S.; Russak, A.J.; Richter, F.; Zhao, S.; Vaid, A.; Chaudhry, F.; De Freitas, J.K.; Naik, N.; Miotto, R.; Nadkarni, G.N.; et al. Deep learning and the electrocardiogram: Review of the current state-of-the-art. Europace 2021, 23, 1179–1191. [Google Scholar] [CrossRef] [PubMed] [PubMed Central]
  10. Trayanova, N.A.; Lyon, A.; Shade, J.; Heijman, J. Computational modeling of cardiac electrophysiology and arrhythmogenesis: Toward clinical translation. Physiol. Rev. 2024, 104, 1265–1333. [Google Scholar] [CrossRef] [PubMed] [PubMed Central]
  11. Heijman, J.; Sutanto, H.; Crijns, H.J.G.M.; Nattel, S.; Trayanova, N.A. Computational models of atrial fibrillation: Achievements, challenges, and perspectives for improving clinical care. Cardiovasc. Res. 2021, 117, 1682–1699. [Google Scholar] [CrossRef] [PubMed] [PubMed Central]
  12. Jeong, D.U.; Lim, K.M. Artificial neural network model for predicting changes in ion channel conductance based on cardiac action potential shapes generated via simulation. Sci. Rep. 2021, 11, 7831. [Google Scholar] [CrossRef] [PubMed] [PubMed Central]
  13. Sánchez, J.; Luongo, G.; Nothstein, M.; Unger, L.A.; Saiz, J.; Trenor, B.; Luik, A.; Dössel, O.; Loewe, A. Using Machine Learning to Characterize Atrial Fibrotic Substrate From Intracardiac Signals With a Hybrid in silico and in vivo Dataset. Front. Physiol. 2021, 12, 699291. [Google Scholar] [CrossRef] [PubMed] [PubMed Central]
  14. Hannun, A.Y.; Rajpurkar, P.; Haghpanahi, M.; Tison, G.H.; Bourn, C.; Turakhia, M.P.; Ng, A.Y. Cardiologist-level arrhythmia detection and classification in ambulatory electrocardiograms using a deep neural network. Nat. Med. 2019, 25, 65–69, Erratum in Nat. Med. 2019, 25, 530. [Google Scholar] [CrossRef] [PubMed] [PubMed Central]
  15. Attia, Z.I.; Noseworthy, P.A.; Lopez-Jimenez, F.; Asirvatham, S.J.; Deshmukh, A.J.; Gersh, B.J.; Carter, R.E.; Yao, X.; Rabinstein, A.A.; Erickson, B.J.; et al. An artificial intelligence-enabled ECG algorithm for the identification of patients with atrial fibrillation during sinus rhythm: A retrospective analysis of outcome prediction. Lancet 2019, 394, 861–867. [Google Scholar] [CrossRef] [PubMed]
  16. Yuan, N.; Duffy, G.; Dhruva, S.S.; Oesterle, A.; Pellegrini, C.N.; Theurer, J.; Vali, M.; Heidenreich, P.A.; Keyhani, S.; Ouyang, D. Deep Learning of Electrocardiograms in Sinus Rhythm From US Veterans to Predict Atrial Fibrillation. JAMA Cardiol. 2023, 8, 1131–1139. [Google Scholar] [CrossRef]
  17. 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. [Google Scholar] [CrossRef] [PubMed] [PubMed Central]
  18. Khurshid, S.; Friedman, S.; Reeder, C.; Di Achille, P.; Diamant, N.; Singh, P.; Harrington, L.X.; Wang, X.; Al-Alusi, M.A.; Sarma, G.; et al. ECG-Based Deep Learning and Clinical Risk Factors to Predict Atrial Fibrillation. Circulation 2022, 145, 122–133. [Google Scholar] [CrossRef] [PubMed] [PubMed Central]
  19. Hygrell, T.; Viberg, F.; Dahlberg, E.; Charlton, P.H.; Kemp Gudmundsdottir, K.; Mant, J.; Hörnlund, J.L.; Svennberg, E. An artificial intelligence-based model for prediction of atrial fibrillation from single-lead sinus rhythm electrocardiograms facilitating screening. Europace 2023, 25, 1332–1338. [Google Scholar] [CrossRef] [PubMed] [PubMed Central]
  20. Mittal, S.; Oliveros, S.; Li, J.; Barroyer, T.; Henry, C.; Gardella, C. AI Filter Improves Positive Predictive Value of Atrial Fibrillation Detection by an Implantable Loop Recorder. JACC Clin. Electrophysiol. 2021, 7, 965–975. [Google Scholar] [CrossRef] [PubMed]
  21. Sarkar, S.; Majumder, S.; Koehler, J.L.; Landman, S.R. An ensemble of features based deep learning neural network for reduction of inappropriate atrial fibrillation detection in implantable cardiac monitors. Heart Rhythm O2 2022, 4, 51–58. [Google Scholar] [CrossRef] [PubMed] [PubMed Central]
  22. Noseworthy, P.A.; Attia, Z.I.; Behnken, E.M.; Giblon, R.E.; Bews, K.A.; Liu, S.; Gosse, T.A.; Linn, Z.D.; Deng, Y.; Yin, J.; et al. Artificial intelligence-28 guided screening for atrial fibrillation using electrocardiogram during sinus rhythm: A prospective non-29 randomised interventional trial. Lancet 2022, 400, 1206–1212. [Google Scholar] [CrossRef]
  23. Dupulthys, S.; Dujardin, K.; Anné, W.; Pollet, P.; Vanhaverbeke, M.; McAuliffe, D.; Lammertyn, P.J.; Berteloot, L.; Mertens, N.; De Jaeger, P. Single-lead 23 electrocardiogram Artificial Intelligence model with risk factors detects atrial fibrillation during sinus 24 rhythm. Europace 2024, 26, euad354. [Google Scholar] [CrossRef]
  24. Yu, J.; Wang, X.; Chen, X.; Guo, J. Automatic Premature Ventricular Contraction Detection Using Deep Metric Learning and KNN. Biosensors 2021, 11, 69. [Google Scholar] [CrossRef] [PubMed]
  25. Missel, R.; Gyawali, P.K.; Murkute, J.V.; Li, Z.; Zhou, S.; AbdelWahab, A.; Davis, J.; Warren, J.; Sapp, J.L.; Wang, L. A hybrid machine learning approach to localizing the origin of ventricular tachycardia using 12-lead electrocardiograms. Comput. Biol. Med. 2020, 126, 104013. [Google Scholar] [CrossRef] [PubMed] [PubMed Central]
  26. Bos, J.M.; Attia, Z.I.; Albert, D.E.; Noseworthy, P.A.; Friedman, P.A.; Ackerman, M.J. Use of Artificial Intelligence and Deep Neural Networks in Evaluation of Patients With Electrocardiographically Concealed Long QT Syndrome From the Surface 12Lead Electrocardiogram. JAMA Cardiol. 2021, 6, 532–538. [Google Scholar] [CrossRef]
  27. Jiang, R.; Cheung, C.C.; Garcia-Montero, M.; Davies, B.; Cao, J.; Redfearn, D.; Laksman, Z.M.; Grondin, S.; Atallah, J.; Escudero, C.A.; et al. Deep LearningAugmented ECG Analysis for Screening and Genotype Prediction of Congenital Long QT Syndrome. JAMA Cardiol. 2024, 9, 377–384. [Google Scholar] [CrossRef] [PubMed]
  28. Giudicessi, J.R.; Schram, M.; Bos, J.M.; Galloway, C.D.; Shreibati, J.B.; Johnson, P.W.; Carter, R.E.; Disrud, L.W.; Kleiman, R.; Attia, Z.I.; et al. Artificial Intelligence-Enabled Assessment of the Heart Rate Corrected QT Interval Using a Mobile Electrocardiogram Device. Circulation 2021, 143, 1274–1286. [Google Scholar] [CrossRef] [PubMed]
  29. Popescu, D.M.; Shade, J.K.; Lai, C.; Aronis, K.N.; Ouyang, D.; Moorthy, M.V.; Cook, N.R.; Lee, D.C.; Kadish, A.; Albert, C.M.; et al. Arrhythmic sudden death survival prediction using deep learning analysis of scarring in the heart. Nat. Cardiovasc. Res. 2022, 1, 334–343, Erratum in Nat. Cardiovasc. Res. 2022, 1, 532. [Google Scholar] [CrossRef] [PubMed] [PubMed Central]
  30. Seitz, J.; Durdez, T.M.; Albenque, J.P.; Pisapia, A.; Gitenay, E.; Durand, C.; Monteau, J.; Moubarak, G.; Théodore, G.; Lepillier, A.; et al. Artificial intelligence software standardizes electrogram-based ablation outcome for persistent atrial fibrillation. J. Cardiovasc. Electrophysiol. 2022, 33, 2250–2260. [Google Scholar] [CrossRef] [PubMed] [PubMed Central]
  31. Di Biase, L.; Zou, F.; Lin, A.N.; Grupposo, V.; Marazzato, J.; Tarantino, N.; Della Rocca, D.; Mohanty, S.; Natale, A.; Alhuarrat, M.A.D.; et al. Feasibility of three-dimensional artificial intelligence algorithm integration with intracardiac echocardiography for left atrial imaging during atrial fibrillation catheter ablation. Europace 2023, 25, euad211. [Google Scholar] [CrossRef] [PubMed] [PubMed Central]
  32. Razeghi, O.; Kapoor, R.; Alhusseini, M.I.; Fazal, M.; Tang, S.; Roney, C.H.; Rogers, A.J.; Lee, A.; Wang, P.J.; Clopton, P.; et al. Atrial fibrillation ablation outcome prediction with a machine learning fusion framework incorporating cardiac computed tomography. J. Cardiovasc. Electrophysiol. 2023, 34, 1164–1174. [Google Scholar] [CrossRef] [PubMed]
  33. Brahier, M.S.; Zou, F.; Abdulkareem, M.; Kochi, S.; Migliarese, F.; Thomaides, A.; Ma, X.; Wu, C.; Sandfort, V.; Bergquist, P.J.; et al. Using machine learning to enhance prediction of atrial fibrillation recurrence after catheter ablation. J. Arrhythm. 2023, 39, 868–875. [Google Scholar] [CrossRef] [PubMed] [PubMed Central]
  34. Shade, J.K.; Ali, R.L.; Basile, D.; Popescu, D.; Akhtar, T.; Marine, J.E.; Spragg, D.D.; Calkins, H.; Trayanova, N.A. Preprocedure Application of Machine Learning and Mechanistic Simulations Predicts Likelihood of Paroxysmal Atrial Fibrillation Recurrence Following Pulmonary Vein Isolation. Circ. Arrhythm. Electrophysiol. 2020, 13, e008213. [Google Scholar] [CrossRef] [PubMed] [PubMed Central]
  35. Cantwell, C.D.; Mohamied, Y.; Tzortzis, K.N.; Garasto, S.; Houston, C.; Chowdhury, R.A.; Ng, F.S.; Bharath, A.A.; Peters, N.S. Rethinking multiscale cardiac electrophysiology with machine learning and predictive modelling. Comput. Biol. Med. 2019, 104, 339–351. [Google Scholar] [CrossRef] [PubMed] [PubMed Central]
  36. Perez, M.V.; Mahaffey, K.W.; Hedlin, H.; Rumsfeld, J.S.; Garcia, A.; Ferris, T.; Balasubramanian, V.; Russo, A.M.; Rajmane, A.; Cheung, L.; et al. Large-Scale Assessment of a Smartwatch to Identify Atrial Fibrillation. N. Engl. J. Med. 2019, 381, 1909–1917. [Google Scholar] [CrossRef] [PubMed] [PubMed Central]
  37. Varma, N.; Cygankiewicz, I.; Turakhia, M.P.; Heidbuchel, H.; Hu, Y.F.; Chen, L.Y.; Couderc, J.P.; Cronin, E.M.; Estep, J.D.; Grieten, L.; et al. 2021 ISHNE/HRS/EHRA/APHRS Expert Collaborative Statement on mHealth in Arrhythmia Management: Digital Medical Tools for Heart Rhythm Professionals: From the International Society for Holter and Noninvasive Electrocardiology/Heart Rhythm Society/European Heart Rhythm Association/Asia-Pacific Heart Rhythm Society. Circ. Arrhythm. Electrophysiol. 2021, 14, e009204. [Google Scholar] [CrossRef] [PubMed] [PubMed Central]
  38. Galloway, C.D.; Valys, A.V.; Shreibati, J.B.; Treiman, D.L.; Petterson, F.L.; Gundotra, V.P.; Albert, D.E.; Attia, Z.I.; Carter, R.E.; Asirvatham, S.J.; et al. Development and Validation of a Deep-Learning Model to Screen for Hyperkalemia From the Electrocardiogram. JAMA Cardiol. 2019, 4, 428–436. [Google Scholar] [CrossRef] [PubMed] [PubMed Central]
  39. Lin, C.S.; Liu, W.T.; Tsai, D.J.; Lou, Y.S.; Chang, C.H.; Lee, C.C.; Fang, W.H.; Wang, C.C.; Chen, Y.Y.; Lin, W.S.; et al. AI-enabled electrocardiography alert intervention and all-cause mortality: A pragmatic randomized clinical trial. Nat. Med. 2024, 30, 1461–1470. [Google Scholar] [CrossRef] [PubMed]
  40. Lane, C.M.; Bos, J.M.; Rohatgi, R.K.; Ackerman, M.J. Beyond the length and look of repolarization: Defining the non-QTc electrocardiographic profiles of patients with congenital long QT syndrome. Heart Rhythm 2018, 15, 1413–1419. [Google Scholar] [CrossRef]
  41. Barker, J.; Li, X.; Khavandi, S.; Koeckerling, D.; Mavilakandy, A.; Pepper, C.; Bountziouka, V.; Chen, L.; Kotb, A.; Antoun, I.; et al. Machine learning in sudden cardiac death risk prediction: A systematic review. Europace 2022, 24, 1777–1787. [Google Scholar] [CrossRef]
  42. Fox, S.R.; Toomu, A.; Gu, K.; Kang, J.; Sung, K.; Han, F.T.; Hoffmayer, K.S.; Hsu, J.C.; Raissi, F.; Feld, G.K.; et al. Impact of artificial intelligence arrhythmia mapping on time to first ablation, procedure duration, and fluoroscopy use. J. Cardiovasc. Electrophysiol. 2024, 35, 916–928. [Google Scholar] [CrossRef] [PubMed]
  43. Castelvecchi, D. Can we open the black box of AI? Nature 2016, 538, 20–23. [Google Scholar] [CrossRef] [PubMed]
  44. Rudin, C. Stop Explaining Black Box Machine Learning Models for High Stakes Decisions and Use Interpretable Models Instead. Nat. Mach. Intell. 2019, 1, 206–215. [Google Scholar] [CrossRef] [PubMed] [PubMed Central]
  45. Zhang, Y.; Weng, Y.; Lund, J. Applications of Explainable Artificial Intelligence in Diagnosis and Surgery. Diagnostics 2022, 12, 237. [Google Scholar] [CrossRef] [PubMed] [PubMed Central]
  46. Prakosa, A.; Southworth, M.K.; Avari Silva, J.N.; Silva, J.R.; Trayanova, N.A. Impact of augmented-reality improvement in ablation catheter navigation as assessed by virtual-heart simulations of ventricular tachycardia ablation. Comput. Biol. Med. 2021, 133, 104366. [Google Scholar] [CrossRef] [PubMed] [PubMed Central]
  47. Tran, H.H.; Thu, A.; Twayana, A.R.; Fuertes, A.; Gonzalez, M.; Harrison, J.L.; Mehta, K.A.; James, M.; Basta, M.; Frishman, W.H.; et al. Artificial Intelligence in Cardiac Electrophysiology: Enhancing Mapping and Ablation Precision. Cardiol. Rev. 2025; epub ahead of print. [Google Scholar] [CrossRef] [PubMed]
  48. Gorbaty, B.; Arango, S.; Buyck, D.; James, R.C.; Porter, S.T.; Iaizzo, P.; Perry, T.E.; Seslar, S. Virtual Reality-based Methods for Training Novice Electrophysiology Trainees-A Pilot Study. J. Innov. Card. Rhythm Manag. 2023, 14, 5583–5599. [Google Scholar] [CrossRef] [PubMed] [PubMed Central]
  49. Triedman, J. Virtual reality in interventional electrophysiology. Circulation 2005, 112, 3677–3679. [Google Scholar] [CrossRef] [PubMed]
  50. Mariani, M.V.; Pierucci, N.; Forleo, G.B.; Schiavone, M.; Bernardini, A.; Gasperetti, A.; Mitacchione, G.; Mei, M.; Giunta, G.; Piro, A.; et al. The Feasibility, Effectiveness and Acceptance of Virtual Visits as Compared to In-Person Visits among Clinical Electrophysiology Patients during the COVID-19 Pandemic. J. Clin. Med. 2023, 12, 620. [Google Scholar] [CrossRef] [PubMed] [PubMed Central]
Figure 1. A DNN processes raw data by passing it through an input layer, followed by multiple hidden layers. Each neuron connection has a “weight” adjusted during training to improve performance. Neurons perform basic mathematical operations, but their internal workings are not directly interpretable (black boxes). The network’s power comes from combining numerous calculations on complex data, ultimately producing the final output in the output layer. DNN: deep neural network.
Figure 1. A DNN processes raw data by passing it through an input layer, followed by multiple hidden layers. Each neuron connection has a “weight” adjusted during training to improve performance. Neurons perform basic mathematical operations, but their internal workings are not directly interpretable (black boxes). The network’s power comes from combining numerous calculations on complex data, ultimately producing the final output in the output layer. DNN: deep neural network.
Jpm 15 00532 g001
Table 2. Resume of principal studies, objectives, results, and type of AI architecture in each of the included research. AF: atrial fibrillation; AI: artificial intelligence; ANN: artificial neural network; AUC: area under the curve; CNN: Convolutional Neural Networks; DL: deep learning; ILR: implantable loop recorder; LQTS: long QT syndrome; ML: machine learning; PPV: positive predictive value; PVC: premature ventricular contraction; SCD: sudden cardiac death; SR: sinus rhythm; VT: ventricular tachycardia.
Table 2. Resume of principal studies, objectives, results, and type of AI architecture in each of the included research. AF: atrial fibrillation; AI: artificial intelligence; ANN: artificial neural network; AUC: area under the curve; CNN: Convolutional Neural Networks; DL: deep learning; ILR: implantable loop recorder; LQTS: long QT syndrome; ML: machine learning; PPV: positive predictive value; PVC: premature ventricular contraction; SCD: sudden cardiac death; SR: sinus rhythm; VT: ventricular tachycardia.
ArticleType of AIObjectivesResults
IN VITRO/CELLULAR
Jeong et al. [12]ANNTo predict changes in cardiac ion channel conductance by analyzing the morphology of simulated action potentialsA mean F1-score of 0.985 and an accuracy of 98.3%, demonstrating strong predictive performance.
Sanchez et al. [13]MLTo distinguish and characterize non-fibrotic from fibrotic atrial tissueStrong performance in distinguishing and characterizing atrial tissue
SOPRAVENTRICULAR ARRYTHMIAS
Hannun et al. [14]DLAutomated detection and classification of cardiac arrhythmias using single-lead ambulatory electrocardiogram dataAUC of 0.97 and F1 score of 0.837
Attia et al. [15]CNNTo identify the electrocardiographic signature of AF on standard 10 s, 12-lead ECGsAUC of 0.87, a sensitivity of 79.0%, a specificity of 79.5%, and an accuracy of 79.4%
Yuan et al. [16]CNNTo predict the presence of AF within 31 days from outpatient 12-lead ECGs in sinus rhythmAUC values range from 0.88 to 0.89 and an accuracy of approximately 81–82%
Beak et al. [17]DLTo detect subtle differences in paroxysmal AF during SRAUC 0.79 and 0.75 and F1 score of 75% and 74%
Khurshid et al. [18]CNNTo calculate 5-year AF risk using 12-lead ECGs and compare it to CHARGE-AF scoreSimilar predictive usefulness of a clinical risk score
Hygrell et al. [19]CNNTo predict paroxysmal AF from single-lead sinus rhythm electrocardiogramsMean AUC of 0.71
Mittal et al. [20]DNNTo evaluate an AI-based solution designed to reduce false-positive atrial fibrillation detections in patients monitored by implantable loop recordersThe PPV of ILR-detected AF episodes increased to 74.5% following use of the AI filter
Sarkar et al. [21]DLTo reduce inappropriate AF detection by implantable cardiac monitorsSuperior specificity compared to existing algorithms
Noseworthy et al. [22]DLAI-guided ECG screening during sinus rhythm to detect atrial fibrillation in a real-world populationAI-guided screening was associated with increased detection of atrial fibrillation (high-risk group: 3.6% with usual care vs. 10.6% with AI-guided screening, p < 0.0001; low-risk group: 0.9% vs. 2.4%, p = 0.12)
Dupulthys et al. [23]DLTo evaluate a single-lead AI-based ECG model, integrated with clinical risk factors, for detecting atrial fibrillation during sinus rhythmAUC of 0.74, which increased to 0.76 by adding six risk factors
VENTRICULATARRYTHMIAS
Yu et al. [24]DLAutomatic detection of PVCsAccuracy of 99.7%, sensitivity of 97.45%, and specificity of 99.87%
Missel et al. [25]Hybrid MLTo localize the origin of ventricular tachycardia using 12-lead ECGsThe model successfully predicted the VT origin with high spatial resolution and outperformed conventional algorithms
Bos et al. [26]CNNTo identify genetically confirmed patients with LQTSMaximum AUC of 0.944
Jiang et al. [27]CNNScreening and differentiating congenital LQTSAUC of 0.93 for LQTS detection and an AUC of 0.91 for genotype differentiation
Giudicessi et al. [28]DNNTo determine QTc in single-lead ECGsSensitivity of 80% and specificity of 94.4%
Popescu et al. [29]DLTo predict the risk of SCD in patients with ischemic heart diseaseConcordance index of 0.83 and 0.74 and 10-year integrated Brier score of 0.12 and 0.14
TRANSCATHETER ABLATION
Seitz et al. [30]MLTo evaluate VX1 that automatically generate real-time dispersion maps to guide transcatheter ablationAcute AF termination in 88%. Follow-up showed freedom from AF in 86% after a single procedure, 89% after an average of 1.3 procedures, freedom from any atrial arrhythmia from 54% after one procedure to 73% after repeat procedures (p < 0.001)
Di Biase et al. [31]DLAnatomical reconstruction of the left atrium from intracardiac echocardiography images Average anatomical reconstruction time was approximately 65 s
Razeghi et al. [32]MLTo predict outcomes of AF ablationHigh predictive accuracy for AF recurrence post-ablation
Brahier et al. [33]MLTo identify predisposing factors for AF recurrence 5 covariates were identified as independent predictors of late recurrence
Shade et al. [34]MLTo predict AF recurrence Predicted probability of AF recurrence with an average validation sensitivity and specificity of 82% and 89%, respectively, and a validation area under the curve of 0.82
Disclaimer/Publisher’s Note: The statements, opinions and data contained in all publications are solely those of the individual author(s) and contributor(s) and not of MDPI and/or the editor(s). MDPI and/or the editor(s) disclaim responsibility for any injury to people or property resulting from any ideas, methods, instructions or products referred to in the content.

Share and Cite

MDPI and ACS Style

Cipollone, P.; Pierucci, N.; Matteucci, A.; Palombi, M.; Laviola, D.; Bruti, R.; Vinciullo, S.; Bernardi, M.; Spadafora, L.; Cersosimo, A.; et al. Artificial Intelligence in Cardiac Electrophysiology: A Comprehensive Review. J. Pers. Med. 2025, 15, 532. https://doi.org/10.3390/jpm15110532

AMA Style

Cipollone P, Pierucci N, Matteucci A, Palombi M, Laviola D, Bruti R, Vinciullo S, Bernardi M, Spadafora L, Cersosimo A, et al. Artificial Intelligence in Cardiac Electrophysiology: A Comprehensive Review. Journal of Personalized Medicine. 2025; 15(11):532. https://doi.org/10.3390/jpm15110532

Chicago/Turabian Style

Cipollone, Pietro, Nicola Pierucci, Andrea Matteucci, Marta Palombi, Domenico Laviola, Raffaele Bruti, Sara Vinciullo, Marco Bernardi, Luigi Spadafora, Angelica Cersosimo, and et al. 2025. "Artificial Intelligence in Cardiac Electrophysiology: A Comprehensive Review" Journal of Personalized Medicine 15, no. 11: 532. https://doi.org/10.3390/jpm15110532

APA Style

Cipollone, P., Pierucci, N., Matteucci, A., Palombi, M., Laviola, D., Bruti, R., Vinciullo, S., Bernardi, M., Spadafora, L., Cersosimo, A., Trivigno, S., Recchioni, T., Piro, A., Chimenti, C., Pandozi, C., Vizza, C. D., Lavalle, C., & Mariani, M. V. (2025). Artificial Intelligence in Cardiac Electrophysiology: A Comprehensive Review. Journal of Personalized Medicine, 15(11), 532. https://doi.org/10.3390/jpm15110532

Note that from the first issue of 2016, this journal uses article numbers instead of page numbers. See further details here.

Article Metrics

Back to TopTop