Next Article in Journal
Effects of Biologic Therapy on Laboratory Indicators of Cardiometabolic Diseases in Patients with Psoriasis
Previous Article in Journal
Chyloperitoneum in Peritoneal Dialysis Secondary to Calcium Channel Blocker Use: Case Series and Literature Review
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

An Artificial Intelligence-Enabled ECG Algorithm for Predicting the Risk of Recurrence in Patients with Paroxysmal Atrial Fibrillation after Catheter Ablation

Guangdong Cardiovascular Institute, Guangdong Provincial People’s Hospital, Guangdong Academy of Medical Sciences, Guangzhou 510080, China
*
Authors to whom correspondence should be addressed.
These authors contributed equally to this work.
J. Clin. Med. 2023, 12(5), 1933; https://doi.org/10.3390/jcm12051933
Submission received: 5 January 2023 / Revised: 6 February 2023 / Accepted: 13 February 2023 / Published: 1 March 2023

Abstract

:
Background: Catheter ablation (CA) is an important treatment strategy to reduce the burden and complications of atrial fibrillation (AF). This study aims to predict the risk of recurrence in patients with paroxysmal AF (pAF) after CA by an artificial intelligence (AI)-enabled electrocardiography (ECG) algorithm. Methods and Results: 1618 ≥ 18 years old patients with pAF who underwent CA in Guangdong Provincial People’s Hospital from 1 January 2012 to 31 May 2019 were enrolled in this study. All patients underwent pulmonary vein isolation (PVI) by experienced operators. Baseline clinical features were recorded in detail before the operation and standard follow-up (≥12 months) was conducted. The convolutional neural network (CNN) was trained and validated by 12-lead ECGs within 30 days before CA to predict the risk of recurrence. A receiver operating characteristic curve (ROC) was created for the testing and validation sets, and the predictive performance of AI-enabled ECG was assessed by the area under the curve (AUC). After training and internal validation, the AUC of the AI algorithm was 0.84 (95% CI: 0.78–0.89), with a sensitivity, specificity, accuracy, precision and balanced F Score (F1 score) of 72.3%, 95.0%, 92.0%, 69.1% and 0.707, respectively. Compared with current prognostic models (APPLE, BASE-AF2, CAAP-AF, DR-FLASH and MB-LATER), the performance of the AI algorithm was better (p < 0.01). Conclusions: The AI-enabled ECG algorithm seemed to be an effective method to predict the risk of recurrence in patients with pAF after CA. This is of great clinical significance in decision-making for personalized ablation strategies and postoperative treatment plans in patients with pAF.

1. Introduction

Atrial fibrillation (AF) is one of the most common arrhythmias in adults, with an estimated prevalence ranging from 2% to 4% [1]. The prevalence is expected to rise further due to increased longevity in the general population and further research into undiagnosed atrial fibrillation [2]. Catheter ablation (CA) is an important treatment strategy to reduce the burden and complications of AF. The recurrence after catheter ablation is the result of the interaction of many factors, including the duration of AF, age, left atrial (LA) size, renal insufficiency, atrial fibrosis, operators, etc. [3]. Current prognostic models have shown potential benefits in predicting the risk of recurrence in patients with AF after CA [4,5]. However, these models can only moderately predict recurrence, and no model has been proven to be superior to others. Therefore, it is of great clinical significance to establish an accurate and effective model with high clinical applicability and generalization to predict the risk of recurrence in patients with AF after CA.
With the development of deep learning models, an artificial intelligence (AI) algorithm is gradually applied to cardiovascular disease [6,7,8]. Some studies focusing on using machine learning to predict the risk of AF recurrence after CA showed that AF recurrence after CA can be predicted from clinical records [9,10,11], atrial shape changes [12] and the combination of AF simulation results and imaging features [13]. Electrocardiography (ECG) is an excellent substrate for deep learning models because ECG data with finite complexity is obtained in consistent protocols and archived in usable digital formats. The application of AI in ECG has become a non-invasive and low-cost method for the diagnosis of cardiovascular disease. We hypothesized that high-dimensional ECG features extracted by an AI algorithm might be able to reflect changes associated with potential recurrence. Therefore, we first tried to develop and validate an AI-enabled ECG algorithm to predict the risk of recurrence after CA by using preoperative 12-lead ECG.

2. Materials and Methods

2.1. Data Sources and Study Population

In this study, 2530 ≥ 18 years old patients with pAF who underwent CA in Guangdong Provincial People’s Hospital from 1 January 2012 to 31 May 2019 were retrospectively collected. These patients obtained at least one standard 10 s, 500 Hz, 12-lead sinus rhythm ECG within 30 days before CA. 1705 patients were followed up for more than 12 months. 87 patients were excluded due to the lack of original 12-lead ECG data. All patients underwent pulmonary vein isolation (PVI) by experienced operators. Baseline clinical features were recorded in detail before CA, and standard follow-up was conducted. 12-lead ECG and Holter were performed at 1, 2, 3, 6 and 12 months after CA. Echocardiography was performed at 3, 6 and 12 months after CA. Any ≥30 s atrial tachyarrhythmias that occurred within 3 months after CA were defined as early recurrence (ER) while those that occurred within 3–12 months after CA were defined as late recurrence (LR). The recurrence in this study referred to LR. For patients with multiple 12-lead ECGs obtained 30 days before CA, the 12-lead ECG closest to the operation date was selected. The study was approved by the ethics committee of Guangdong Provincial People’s Hospital and was conducted in accordance with the Declaration of Helsinki and Good Clinical Practice Guidelines. The requirement for informed consent from patients whose information was retrospectively collected was waived. In order to train and validate the convolutional neural network (CNN) model, the patients were randomly divided into the training set (n = 971), the validation set (n = 162) and the testing set (n = 485) at proportions of 6:1:3 (Figure 1). The training set was used to train the neural network, the validation set was used to optimize the network and select the parameters, and the testing set was used to evaluate the performance of the neural network. ECGs in different datasets were not repeated.

2.2. Model Development

Before training, the 12-lead ECG data were preprocessed to remove the baseline drift and noise [14]. Each ECG was a 12 × 5000 (12 leads by 10-s duration sampled at 500 Hz) matrix. In order to produce more data, the training and validation set was expanded by shifting the start point and choosing continuous 4500 points of each lead, which contained 5000 points in total, so it could be expanded to 500 samples for each sample by shifting the start point 500 times [15]. The same amounts of 12-lead ECGs with recurrence and without recurrence were randomly selected as the input batch. 12-lead ECGs in different datasets were not repeated. Convolutional neural networks (CNNs) were built by using the Keras Framework with a TensorFlow backend and Python. The categorical cross-entropy loss was used as the loss function, and the Adam optimization method was applied. Multiple networks were tested and the simplest (the one with fewer parameters or layers) that resulted in the highest AUC was selected. The model that provided the optimal AUC was similar in concept and structure to a previous model developed to identify left atrial enlargement with 12-lead ECG (Figure 2) [14]. The first six layers were convolution layers with 32, 32, 64, 64, 128 and 128 filters, respectively. The shapes of the filters were composed of 5 × 1 and 3 × 1, alternately. “Relu” activation, batch-normalization and max-pooling were used after each convolution layer. Then the last convolution layer was shaped as 12 × 1 to fuse data from the different leads. After convolution, the data were fed to a dropout layer and a fully connected network.

2.3. Statistical Analysis

The risk of recurrence was assessed by current scoring systems (APPLE [16,17,18], BASE-AF2 [19], CAAP-AF [20], DR-FLASH [21], MB-LATER [22,23,24]) (Appendix A). Compared with different scoring systems and clinical prognostic factors, the predictive performance of the AI algorithm was evaluated. The continuous variables were compared by using the independent t-test, and the 2-group categorical variables were compared by using the χ2 test and the log-rank test. Independent prognostic factors were determined by stepwise logistic regression analysis. Measures of performance included the area under the curve(AUC), accuracy, precision, sensitivity, specificity, and a balanced F Score (F1 score). The receiver operating characteristic curve (ROC) was obtained by using Python 3.5, Matplotlib 3.0.2 and ROC module. A 2-sided p-value < 0.05 was considered statistically significant.

3. Results

3.1. Baseline Characteristics

The baseline clinical characteristics of the patients are shown in Table 1. Recurrence occurred in 218 of the 1618 patients at a rate of 13.5%. The average age of 218 patients with recurrence was 59.6 years old, and the average follow-up time was 8.1 months. There were 142 males (65.1%) and 76 females (34.9%) in the recurrence group. The average age of 1400 patients without recurrence was 58.5 years old, and the average follow-up time was 15.6 months. There were 910 males (65.0%) and 490 females (35.0%) in the no-recurrence group. Univariate analysis indicated that left atrial enlargement (LAE) and early recurrence (ER) may be related to late recurrence. Multivariate analysis further confirmed that LAE (HR = 2.11, 95% CI: 1.52–2.94, p < 0.01) and ER (HR = 5.97, 95% CI: 4.25–8.40, p < 0.01) were the independent prognostic factors of recurrence.

3.2. The Performance of the AI Algorithm

After training and validation, the ROC curves were shown (Figure 3). The AUC of the validation set was 0.88 (95% CI: 0.84–0.91) with sensitivity, specificity, accuracy, precision and F1 score of 78.6%, 96.4%, 87.1%, 96.0% and 0.86, respectively. While the AUC of the testing set was 0.84 (95% CI: 0.78–0.89) with sensitivity, specificity, accuracy, precision and F1 score of 72.3%, 95.0%, 92.0%, 69.1% and 0.71, respectively.
APPLE, BASE-AF2, CAAP-AF, DR-FLASH and MB-LATER scoring systems were used to predict the risk of recurrence, and the AUCs of each scoring system with different cut-offs were shown (Figure 4A–E). The AUCs of APPLE were 0.51–0.56 (optimal 95% CI: 0.49–0.62, cut-off = 0.5), the AUCs of BASE-AF2 were 0.54–0.64 (optimal 95% CI: 0.58–0.70, cut-off = 0.5), the AUCs of CAAP-AF were 0.50–0.55 (optimal 95% CI: 0.49–0.60, cut-off = 4.5), the AUCs of DR-FLASH were 0.50–0.53 (optimal 95% CI: 0.46–0.59, cut-off = 1.5), and the AUCs of MB-LATER were 0.51–0.63 (optimal 95% CI: 0.57–0.69, cut-off = 1.5). The sensitivity, specificity, accuracy, precision and F1 score of the CNN model and the scoring systems with optimal AUC are shown in Table 2. Compared with each scoring system with optimal AUC, the predictive performance of the CNN model was significantly better (0.84 vs. 0.53–0.64, p < 0.01).
The clinical prognostic factors were used to predict the risk of recurrence, and the AUCs were shown (Figure 5). The AUC of left atrial enlargement for predicting recurrence was 0.61 (95% CI: 0.55–0.67) with sensitivity, specificity, accuracy, precision and F1 score of 36.9%, 85.2%, 78.8%, 27.9% and 0.32, respectively. While that of early recurrence was 0.68 (95% CI: 0.62–0.75) with sensitivity, specificity, accuracy, precision and F1 score of 44.6%, 92.4%, 86.0%, 47.5% and 0.46, respectively (Table 3). Compared with the prognostic factors, the predictive performance of the CNN model was also better (0.84 vs. 0.61 and 0.68, p < 0.01).

4. Discussion

In this study, we found that the AI-enabled ECG algorithm could effectively predict the risk of recurrence in patients with pAF after CA (AUC = 0.84). This is the first known AI algorithm to predict the prognosis of atrial fibrillation by using a 12-lead ECG. Presently, the AI algorithm is almost only used for ECG diagnosis. This study has proved that the AI algorithm is also valuable in predicting prognosis. Although CA is an important treatment for atrial fibrillation, postoperative recurrence of CA is still a problem to be solved. The recurrence rate of paroxysmal AF after CA for 12 months is 10–30%, and persistent AF after CA for 12 months is 25–35% [25]. In this study, recurrence occurred in 218 of 1618 patients at a rate of 13.5%, which was consistent with the results of previous studies. This study provided a cheap, widely used and convenient way to identify the risk of recurrence after CA. It may not only help to identify the population who can benefit from catheter ablation, but also help to select the suitable ablation strategy. For patients at high risk of recurrence, additional ablation beyond PVI may be a reasonable option.
The prognostic models of CA mainly include ALARMEc [26], APPLE [16,17,18], ATLAS [10], BASE-AF2 [19], CAAP-AF [20], DR-FLASH [21], LAGO [27] and MB-LATER [22,23,24]. The sizes of the study cohorts vary greatly among the scoring systems. The parameters included in each scoring system are the independent prognostic factor in the study cohorts. Due to the heterogeneity of the study cohorts, the parameters of the scoring systems are quite different and even in conflict. However, almost all the scores consider left atrial enlargement as a risk factor for recurrence. The previous study indicated that early recurrence might be the most powerful predictor of AF recurrence [28]. Generally, the scores obtained in large study cohorts (ATLAS, APPLE and CAAP-AF) may be more universal than those obtained in small study cohorts (BASE-AF2, ALARMEc and MB-LATER). However, no score has been determined to be superior to others. Although external validation is an important quality standard of risk stratification tools, not every scoring system has been validated. In fact, the ALARMEc, APPLE and MB-LATER scores are the only validated scoring systems [5]. In addition, all scores can only moderately predict the recurrence of atrial fibrillation, and the AUC of each score for predicting recurrence is around 0.6–0.7 [4,5].
The CNN model of this study was trained and validated in a development cohort of 1133 patients and tested in a validation cohort of 485 patients. Compared with the current predictive models, the sample size of this study was large, and the CNN model had better predictive performance than the current predictive models. Since some parameters of ALARMEc, ATLAS and LAGO were not recorded, these scoring systems were not included in the comparison.
Our previous research has proved that AI-enabled ECG algorithms can effectively identify left atrial enlargement [14]. When using 12-lead ECG to predict the risk of recurrence after CA, the CNN model may have taken advantage of the features reflecting left atrial enlargement. Therefore, the inclusion of left atrial enlargement as a predictor may not increase the predictive performance. Although early recurrence has been shown to be a strong predictor of late recurrence, using early recurrence as a predictor cannot predict the risk of late recurrence at baseline. Thus it may limit the model to find out the patients who can benefit from catheter ablation and select the reasonable methods of CA. Therefore, the two independent prognostic factors were not combined with the CNN model to improve the predictive performance.
The predictive performance of the scoring systems was slightly worse than that of previous studies. This may be due to the heterogeneity of the study population. In this study, only left atrial enlargement and early recurrence were independent prognostic factors of recurrence. Therefore, the prediction model with multiple parameters did not benefit from other parameters. Moreover, the type of AF was included as a parameter to predict the risk of recurrence in previous scoring systems. However, in the case of limited samples, the inclusion of different types of AF may lead to excessive dispersion of features and affect the prediction performance of the model. In addition, there may be significant differences in the methods of CA for patients with non-paroxysmal AF, which may also affect the risk of recurrence. Therefore, only patients with paroxysmal AF were included in this study for analysis. In the future, better models can be constructed by expanding the sample size and combining with multi-omics, such as imaging, to increase the predictive range and further improve the predictive performance.

5. Limitations

The study has several limitations. As a study about deep learning, the sample size was small. Although deep learning models are also applicable in small datasets [29,30], training and validating with a large sample size can improve the applicability and accuracy. Moreover, in order to further validate the predictive performance, a prospective study is needed. Secondly, this model can only predict the risk of recurrence 3–12 months after CA. However, the ability to predict the risk of recurrence after more than 12 months remains to be verified. One of the key limitations of existing deep learning models is interpretability. The features the neural networks use to predict are unknown. Although the enrolled patients met the diagnostic criteria for pAF, detailed information, such as the number of episodes, duration and use of antiarrhythmic drugs, was not recorded and analyzed in this study. Besides, since all ECG data was collected in an “.XML “ format, images drawn from the data cannot measure parameters just like conventional ECG images. The effect of electrocardiographic parameters such as PR interval and P wave on recurrence was not analyzed.

6. Conclusions

In this study, we found that AI can effectively predict the risk of postoperative recurrence in patients with paroxysmal atrial fibrillation by identifying 12-lead ECG characteristics before ablation, and the prediction performance was better than the existing prediction models. However, the results of this study need to be further calibrated and validated using high-quality prospective studies.

Author Contributions

J.J. and H.D. have contributed equally to this work. Y.X. and S.W. conceived the study. J.J. and H.D. collected data, drafted the manuscript. H.L. and X.F. analyzed data. X.Z. and W.W. interpreted results. All authors have read and agreed to the published version of the manuscript.

Funding

This work was supported by the Science and Technology Programs of Guangdong Province (No.2019B020230004), National Natural Science Foundation of China (No.81870254) and the ZHONGNANSHAN MEDICAL FOUNDATION OF GUANGDONG PROVINCE (grant number NO.202151).

Institutional Review Board Statement

The study was approved by the ethics committee of Guangdong Provincial People’s Hospital (KY-H-2021-036-01) and was conducted in accordance with the Declaration of Helsinki and Good Clinical Practice Guidelines.

Informed Consent Statement

Patient consent was waived because all information was retrospectively collected.

Data Availability Statement

The data used to support the findings in this study is available from the corresponding author upon reasonable request.

Conflicts of Interest

The authors declare that there are no conflict of interest.

Appendix A

Table A1. Definitions of Different Scoring Systems.
Table A1. Definitions of Different Scoring Systems.
Scoring SystemsNumber of StudiesTotal Study PopulationVariables
AgeHeart FailureHypertensionDiabetesRenal InsufficiencyVascular DiseaseCardiomyopathyGenderAF TypeLAELVEFMetabolic SyndromeBMIERSmokingDuration of AFAntiarrhythmic DrugsBundle Branch blockLeft Atrial SphericityStructural Heart DiseaseStroke
CHADS242792
CHA2DS2VASc22307
ALARMEc41630
APPLE64641
ATLAS11934
BASE-AF231779
CAAP-AF33698
DR-FLASH22016
LAGO1243
MB-LATER31769

References

  1. Benjamin, E.J.; Muntner, P.; Alonso, A.; Bittencourt, M.S.; Callaway, C.W.; Carson, A.P.; Chamberlain, A.M.; Chang, A.R.; Cheng, S.; Das, S.R.; et al. Heart Disease and Stroke Statistics-2019 Update: A Report From the American Heart Association. Circulation 2019, 139, e56–e528. [Google Scholar] [CrossRef]
  2. Staerk, L.; Sherer, J.A.; Ko, D.; Benjamin, E.J.; Helm, R.H. Atrial Fibrillation: Epidemiology, Pathophysiology, and Clinical Outcomes. Circ. Res. 2017, 120, 1501–1517. [Google Scholar] [CrossRef] [PubMed] [Green Version]
  3. Hindricks, G.; Potpara, T.; Dagres, N.; Arbelo, E.; Bax, J.J.; Blomström-Lundqvist, C.; Boriani, G.; Castella, M.; Dan, G.A.; Dilaveris, P.E.; et al. 2020 ESC Guidelines for the diagnosis and management of atrial fibrillation developed in collaboration with the European Association for Cardio-Thoracic Surgery (EACTS): The Task Force for the diagnosis and management of atrial fibrillation of the European Society of Cardiology (ESC) Developed with the special contribution of the European Heart Rhythm Association (EHRA) of the ESC. Eur. Heart J. 2021, 42, 373–498. [Google Scholar] [CrossRef] [PubMed]
  4. Deng, H.; Bai, Y.; Shantsila, A.; Fauchier, L.; Potpara, T.S.; Lip, G.Y.H. Clinical scores for outcomes of rhythm control or arrhythmia progression in patients with atrial fibrillation: A systematic review. Clin. Res. Cardiol. Off. J. Ger. Card. Soc. 2017, 106, 813–823. [Google Scholar] [CrossRef] [PubMed]
  5. Kosich, F.; Schumacher, K.; Potpara, T.; Lip, G.Y.; Hindricks, G.; Kornej, J. Clinical scores used for the prediction of negative events in patients undergoing catheter ablation for atrial fibrillation. Clin. Cardiol. 2019, 42, 320–329. [Google Scholar] [CrossRef] [PubMed] [Green Version]
  6. 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]
  7. Kusunose, K.; Abe, T.; Haga, A.; Fukuda, D.; Yamada, H.; Harada, M.; Sata, M. A Deep Learning Approach for Assessment of Regional Wall Motion Abnormality From Echocardiographic Images. JACC Cardiovasc. Imaging 2020, 13, 374–381. [Google Scholar] [CrossRef]
  8. Attia, Z.I.; Kapa, S.; Lopez-Jimenez, F.; McKie, P.M.; Ladewig, D.J.; Satam, G.; Pellikka, P.A.; Enriquez-Sarano, M.; Noseworthy, P.A.; Munger, T.M.; et al. Screening for cardiac contractile dysfunction using an artificial intelligence-enabled electrocardiogram. Nat. Med. 2019, 25, 70–74. [Google Scholar] [CrossRef]
  9. Furui, K.; Morishima, I.; Morita, Y.; Kanzaki, Y.; Takagi, K.; Yoshida, R.; Nagai, H.; Watanabe, N.; Yoshioka, N.; Yamauchi, R.; et al. Predicting long-term freedom from atrial fibrillation after catheter ablation by a machine learning algorithm: Validation of the CAAP-AF score. J. Arrhythmia 2020, 36, 297–303. [Google Scholar] [CrossRef]
  10. Mesquita, J.; Ferreira, A.M.; Cavaco, D.; Moscoso Costa, F.; Carmo, P.; Marques, H.; Morgado, F.; Mendes, M.; Adragão, P. Development and validation of a risk score for predicting atrial fibrillation recurrence after a first catheter ablation procedure—ATLAS score. Europace 2018, 20, f428–f435. [Google Scholar] [CrossRef]
  11. Budzianowski, J.; Hiczkiewicz, J.; Burchardt, P.; Pieszko, K.; Rzeźniczak, J.; Budzianowski, P.; Korybalska, K. Predictors of atrial fibrillation early recurrence following cryoballoon ablation of pulmonary veins using statistical assessment and machine learning algorithms. Heart Vessel. 2019, 34, 352–359. [Google Scholar] [CrossRef] [PubMed] [Green Version]
  12. Varela, M.; Bisbal, F.; Zacur, E.; Berruezo, A.; Aslanidi, O.V.; Mont, L.; Lamata, P. Novel Computational Analysis of Left Atrial Anatomy Improves Prediction of Atrial Fibrillation Recurrence after Ablation. Front. Physiol. 2017, 8, 68. [Google Scholar] [CrossRef] [PubMed] [Green Version]
  13. 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. Arrhythmia Electrophysiol. 2020, 13, e008213. [Google Scholar] [CrossRef] [PubMed]
  14. Jiang, J.; Deng, H.; Xue, Y.; Liao, H.; Wu, S. Detection of Left Atrial Enlargement Using a Convolutional Neural Network-Enabled Electrocardiogram. Front. Cardiovasc. Med. 2020, 7, 609976. [Google Scholar] [CrossRef] [PubMed]
  15. Zhao, Y.; Xiong, J.; Hou, Y.; Zhu, M.; Lu, Y.; Xu, Y.; Teliewubai, J.; Liu, W.; Xu, X.; Li, X.; et al. Early detection of ST-segment elevated myocardial infarction by artificial intelligence with 12-lead electrocardiogram. Int. J. Cardiol. 2020, 317, 223–230. [Google Scholar] [CrossRef]
  16. Kornej, J.; Hindricks, G.; Shoemaker, M.B.; Husser, D.; Arya, A.; Sommer, P.; Rolf, S.; Saavedra, P.; Kanagasundram, A.; Patrick Whalen, S.; et al. The APPLE score: A novel and simple score for the prediction of rhythm outcomes after catheter ablation of atrial fibrillation. Clin. Res. Cardiol. Off. J. Ger. Card. Soc. 2015, 104, 871–876. [Google Scholar] [CrossRef] [Green Version]
  17. 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. [Google Scholar] [CrossRef]
  18. Kornej, J.; Büttner, P.; Sommer, P.; Dagres, N.; Dinov, B.; Schumacher, K.; Bollmann, A.; Hindricks, G. Prediction of electro-anatomical substrate using APPLE score and biomarkers. Eur. Eur. Pacing Arrhythm. Card. Electrophysiol. J. Work. Groups Card. Pacing Arrhythm. Card. Cell. Electrophysiol. Eur. Soc. Cardiol. 2019, 21, 54–59. [Google Scholar] [CrossRef]
  19. Canpolat, U.; Aytemir, K.; Yorgun, H.; Şahiner, L.; Kaya, E.B.; Oto, A. A proposal for a new scoring system in the prediction of catheter ablation outcomes: Promising results from the Turkish Cryoablation Registry. Int. J. Cardiol. 2013, 169, 201–206. [Google Scholar] [CrossRef]
  20. Winkle, R.A.; Jarman, J.W.; Mead, R.H.; Engel, G.; Kong, M.H.; Fleming, W.; Patrawala, R.A. Predicting atrial fibrillation ablation outcome: The CAAP-AF score. Heart Rhythm 2016, 13, 2119–2125. [Google Scholar] [CrossRef] [Green Version]
  21. Kosiuk, J.; Dinov, B.; Kornej, J.; Acou, W.J.; Schönbauer, R.; Fiedler, L.; Buchta, P.; Myrda, K.; Gąsior, M.; Poloński, L.; et al. Prospective, multicenter validation of a clinical risk score for left atrial arrhythmogenic substrate based on voltage analysis: DR-FLASH score. Heart Rhythm 2015, 12, 2207–2212. [Google Scholar] [CrossRef] [PubMed]
  22. Mujović, N.; Marinković, M.; Marković, N.; Shantsila, A.; Lip, G.Y.; Potpara, T.S. Prediction of very late arrhythmia recurrence after radiofrequency catheter ablation of atrial fibrillation: The MB-LATER clinical score. Sci. Rep. 2017, 7, 40828. [Google Scholar] [CrossRef] [Green Version]
  23. Deng, H.; Shantsila, A.; Xue, Y.; Potpara, T.S.; Bai, Y.; Zhan, X.; Fang, X.; Liao, H.; Wei, W.; Wu, S.; et al. Using the MB-LATER score for predicting arrhythmia outcome after catheter ablation for atrial fibrillation: The Guangzhou atrial fibrillation project. Int. J. Clin. Pract. 2018, 72, e13247. [Google Scholar] [CrossRef] [PubMed]
  24. Potpara, T.S.; Mujovic, N.; Sivasambu, B.; Shantsila, A.; Marinkovic, M.; Calkins, H.; Spragg, D.; Lip, G.Y.H. Validation of the MB-LATER score for prediction of late recurrence after catheter-ablation of atrial fibrillation. Int. J. Cardiol. 2019, 276, 130–135. [Google Scholar] [CrossRef] [PubMed]
  25. Latchamsetty, R.; Morady, F. Atrial Fibrillation Ablation. Annu. Rev. Med. 2018, 69, 53–63. [Google Scholar] [CrossRef] [PubMed]
  26. Wójcik, M.; Berkowitsch, A.; Greiss, H.; Zaltsberg, S.; Pajitnev, D.; Deubner, N.; Hamm, C.W.; Pitschner, H.F.; Kuniss, M.; Neumann, T. Repeated catheter ablation of atrial fibrillation: How to predict outcome? Circ. J. Off. J. Jpn. Circ. Soc. 2013, 77, 2271–2279. [Google Scholar] [CrossRef] [Green Version]
  27. Bisbal, F.; Alarcón, F.; Ferrero-de-Loma-Osorio, A.; González-Ferrer, J.J.; Alonso, C.; Pachón, M.; Tizón, H.; Cabanas-Grandío, P.; Sanchez, M.; Benito, E.; et al. Left atrial geometry and outcome of atrial fibrillation ablation: Results from the multicentre LAGO-AF study. Eur. Heart J. Cardiovasc. Imaging 2018, 19, 1002–1009. [Google Scholar] [CrossRef]
  28. Kornej, J.; Schumacher, K.; Dinov, B.; Kosich, F.; Sommer, P.; Arya, A.; Husser, D.; Bollmann, A.; Lip, G.Y.H.; Hindricks, G. Prediction of electro-anatomical substrate and arrhythmia recurrences using APPLE, DR-FLASH and MB-LATER scores in patients with atrial fibrillation undergoing catheter ablation. Sci. Rep. 2018, 8, 12686. [Google Scholar] [CrossRef]
  29. Makimoto, H.; Höckmann, M.; Lin, T.; Glöckner, D.; Gerguri, S.; Clasen, L.; Schmidt, J.; Assadi-Schmidt, A.; Bejinariu, A.; Müller, P.; et al. Performance of a convolutional neural network derived from an ECG database in recognizing myocardial infarction. Sci. Rep. 2020, 10, 8445. [Google Scholar] [CrossRef]
  30. Phillips, M.; Marsden, H.; Jaffe, W.; Matin, R.N.; Wali, G.N.; Greenhalgh, J.; McGrath, E.; James, R.; Ladoyanni, E.; Bewley, A.; et al. Assessment of Accuracy of an Artificial Intelligence Algorithm to Detect Melanoma in Images of Skin Lesions. JAMA Netw. Open 2019, 2, e1913436. [Google Scholar] [CrossRef] [Green Version]
Figure 1. Patient flow diagram.
Figure 1. Patient flow diagram.
Jcm 12 01933 g001
Figure 2. Model diagram.
Figure 2. Model diagram.
Jcm 12 01933 g002
Figure 3. The Predictive Performance of AI Model.
Figure 3. The Predictive Performance of AI Model.
Jcm 12 01933 g003
Figure 4. The Predictive Performance of Different Models. (A) the AUCs of APPLE, (B) the AUCs of BASE-AF2, (C) the AUCs of CAAP-AF, (D) the AUCs of DR-FLASH, (E) the AUCs of MB-LATER.
Figure 4. The Predictive Performance of Different Models. (A) the AUCs of APPLE, (B) the AUCs of BASE-AF2, (C) the AUCs of CAAP-AF, (D) the AUCs of DR-FLASH, (E) the AUCs of MB-LATER.
Jcm 12 01933 g004
Figure 5. The Predictive Performance of Prognostic Factors.
Figure 5. The Predictive Performance of Prognostic Factors.
Jcm 12 01933 g005
Table 1. Clinical Characteristics of Patients.
Table 1. Clinical Characteristics of Patients.
No RecurrenceRecurrenceUnivariate AnalysisMultivariate Analysis
Age (Mean) (Year)59.658.50.27——
GenderMale9101420.97——
Female49076
BMI Grade
(kg/m2)
<18.53380.37——
18.5–251012146
25–3032358
≥30326
Smokingyes197270.50——
no1203191
Alcoholyes73140.46——
no1327204
Hypertensionyes517780.74——
no883140
Diabetesyes140190.55——
no1260199
Strokeyes106170.91——
no1294201
Vascular Diseaseyes93110.37——
no1307207
Coronary Artery Diseaseyes127210.79——
no1273197
Bundle Branch Blockyes113200.58——
no1287198
Cardiomyopathyyes1740.45——
no1383214
Left Atrial Enlargementyes25874<0.01<0.01
no1142144
Left Ventricular Enlargementyes1620.77——
no1384216
LVEF≥50%135790.41——
<50%43209
eGFR≥6013042040.81——
<609614
AF Duration
(years)
≤612551920.48——
>614526
Early Recurrenceyes11879<0.01<0.01
no1282139
The left atrial anteroposterior diameter >40 mm on echocardiography was diagnosed as left atrial enlargement.
Table 2. The Confusion Matrix of Different Score Systems.
Table 2. The Confusion Matrix of Different Score Systems.
PredictedSe (%)Sp (%)Acc (%)Pre (%)F1 Scoresp Value
No R.R.
CNN Modelno R.3992172.395.092.069.10.71——
R.1847
APPLEno R.24317753.857.957.316.50.25<0.01
R.3035
BASE-AF2no R.24018070.857.159.020.40.32<0.01
R.1946
CAAP-AFno R.3576324.685.076.920.30.22<0.01
R.4916
DR-FLASHno R.26815241.563.860.815.10.22<0.01
R.3827
MB-LATERno R.3724836.988.681.633.30.35<0.01
R.4124
Abbreviations: R. = Recurrence; Se = sensitivity; Sp = specificity; Acc = accuracy; Pre = precision.
Table 3. The Confusion Matrix of Prognostic Factors.
Table 3. The Confusion Matrix of Prognostic Factors.
PredictedSe (%)Sp (%)Acc (%)Pre (%)F1 Scoresp Value
no R.R.
AI ModelNo R.3992172.395.092.069.10.71——
R.1847
LAEno R.3586236.985.278.827.90.32<0.01
R.4124
ERno R.3883244.692.486.047.50.46<0.01
R.3629
Abbreviations: R. = Recurrence; Se = sensitivity; Sp = specificity; Acc = accuracy; Pre = precision; LAE = left atrial enlargement; ER = early recurrence.
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

Jiang, J.; Deng, H.; Liao, H.; Fang, X.; Zhan, X.; Wei, W.; Wu, S.; Xue, Y. An Artificial Intelligence-Enabled ECG Algorithm for Predicting the Risk of Recurrence in Patients with Paroxysmal Atrial Fibrillation after Catheter Ablation. J. Clin. Med. 2023, 12, 1933. https://doi.org/10.3390/jcm12051933

AMA Style

Jiang J, Deng H, Liao H, Fang X, Zhan X, Wei W, Wu S, Xue Y. An Artificial Intelligence-Enabled ECG Algorithm for Predicting the Risk of Recurrence in Patients with Paroxysmal Atrial Fibrillation after Catheter Ablation. Journal of Clinical Medicine. 2023; 12(5):1933. https://doi.org/10.3390/jcm12051933

Chicago/Turabian Style

Jiang, Junrong, Hai Deng, Hongtao Liao, Xianhong Fang, Xianzhang Zhan, Wei Wei, Shulin Wu, and Yumei Xue. 2023. "An Artificial Intelligence-Enabled ECG Algorithm for Predicting the Risk of Recurrence in Patients with Paroxysmal Atrial Fibrillation after Catheter Ablation" Journal of Clinical Medicine 12, no. 5: 1933. https://doi.org/10.3390/jcm12051933

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