Skip to main content

Comparison of discrimination and calibration performance of ECG-based machine learning models for prediction of new-onset atrial fibrillation

Abstract

Background

Machine learning (ML) methods to build prediction models starting from electrocardiogram (ECG) signals are an emerging research field. The aim of the present study is to investigate the performances of two ML approaches based on ECGs for the prediction of new-onset atrial fibrillation (AF), in terms of discrimination, calibration and sample size dependence.

Methods

We trained two models to predict new-onset AF: a convolutional neural network (CNN), that takes as input the raw ECG signals, and an eXtreme Gradient Boosting model (XGB), that uses the signal’s extracted features. A penalized logistic regression model (LR) was used as a benchmark. Discrimination was evaluated with the area under the ROC curve, while calibration with the integrated calibration index. We investigated the dependence of models’ performances on the sample size and on class imbalance corrections introduced with random under-sampling.

Results

CNN's discrimination was the most affected by the sample size, outperforming XGB and LR only around n = 10.000 observations. Calibration showed only a small dependence on the sample size for all the models considered.

Balancing the training set with random undersampling did not improve discrimination in any of the models. Instead, the main effect of imbalance corrections was to worsen the models’ calibration (for CNN, integrated calibration index from 0.014 [0.01, 0.018] to 0.17 [0.16, 0.19]).

The sample size emerged as a fundamental point for developing the CNN model, especially in terms of discrimination (AUC = 0.75 [0.73, 0.77] when n = 10.000, AUC = 0.80 [0.79, 0.81] when n = 150.000). The effect of the sample size on the other two models was weaker. Imbalance corrections led to poorly calibrated models, for all the approaches considered, reducing the clinical utility of the models.

Conclusions

Our results suggest that the choice of approach in the analysis of ECG should be based on the amount of data available, preferring more standard models for small datasets. Moreover, imbalance correction methods should be avoided when developing clinical prediction models, where calibration is crucial.

Peer Review reports

Background

In the last few years, there has been a growing interest in the potential diagnostic value provided by electrocardiogram (ECG) signals. ECG waveform is one of the most extensively studied physiological signals to evaluate the condition of the heart, in which several waves as P, R, and T, are key to determining the type of rhythm. The interpretation of ECGs is complex and requires inspection by highly trained clinicians. However, numerous studies have shown that computer-aided methods based on ECG data represent a promising tool for the analysis and identification of cardiovascular diseases [1].

One example is the prediction of atrial fibrillation (AF), the most common supraventricular arrhythmia in the general population. AF is a relevant risk factor for stroke, however, it is often asymptomatic and not recognized. Thus, the identification of patients at high risk of future development of AF represents a major challenge. The way AF detection and prediction are evolving with the availability of new predictive tools is well described in a review carried out by Siontis et al. [2]. The development of tools to predict AF from routine and low-cost exams such as ECG would be an important step toward the active targeting of patients at risk, a task for which clinical risk scores and electronic health record-based tools have shown limited power [3].

The 12-lead ECG is a rapid, cost-effective cardiological exam that is routinely performed at different levels of point-of-care, from hospitals to clinics and ambulatory centres, generating a massive number of digital traces. As for other types of Big Data in the healthcare context, a major role in their analysis may be played by Artificial Intelligence (AI) systems, which can be easily fed with hundreds of thousands of observations. Two main approaches can be distinguished for the development of diagnostic models based on ECG. One approach involves the analysis of ECG features. Automated ECG interpretation is not a new concept, and algorithms that provide ECG interpretations have been around for a long time (in many cases code is proprietary and not disclosed). Such computer programs usually work in separate stages, including signal pre-processing, beat identification, correction, computation of average beats, and identification of fiducial points from which ECG measurements are extracted. Such measurements rely on knowledge-driven markers (like QRS, ST-segment elevation, T-wave changes) reflecting the clinical knowledge of heart activity, and can be then used to define criteria and rules for a diagnostic evaluation by physicians. In addition to human evaluation, in the last years ECG features, which can vary in number and type depending on the program employed, have been used to feed ML methods for tabular data to derive a diagnostic model [4,5,6,7].

The second approach consists in developing end-to-end prediction models that do not require feature extraction. This strategy involves the direct analysis of the digital ECG waveform to obtain the probability of a specific class in the classification of interest and deep learning (DL) based neural networks have demonstrated to be able to achieve good results. Despite DL models being black boxes and requiring the application of explainability techniques to investigate their prediction mechanism, this AI method for ECG analysis is being increasingly explored for its ability to detect subtle and non-linear interrelated variations along the signal [8]. The most common DL architectures used for analyzing ECGs are convolutional neural networks (CNN), a specialized kind of neural network for pattern recognition in time series and image data [9]. These networks can be thought of as having two sequential components: in the first layers, a set of convolutional filters allows us to extract patterns and key features from the signal, while in the second part, these extracted features are combined and used to make a prediction. Notice that the specific weights of the filters to be applied and the relative features extracted are automatically learnt by the network in the training process. It has been recently shown that the performance of a CNN in classifying arrhythmia from ECG can exceed that of cardiologists with average experience [10, 11]. Besides this classification task, CNNs have already shown good performances in predicting the new onset of AF (see Raghunath et al. [12] for AF prediction within 1year, and Attia e al. [13] for the identification of electrocardiographic signature of AF immediately prior to diagnosis). All these works reported quite good values of discrimination accuracy, but no information was available about the calibration of the estimated probabilities.

We stress that the diagnostic/classification task is quite different from the prediction task in epidemiological studies: classification is best used to identify the presence of an outcome/condition in the context of case–control studies. On the contrary, in the context of cohort studies when subjects are selected as initially free from the outcome and are then followed in time until they will (or will not) develop the outcome, usually observed in a minority of subjects, modelling tendencies (i.e., probabilities) is key [14]. The common approach of balancing events/non-events cases before applying ML/DL algorithms, based on the perception that this procedure can improve performance, seems not advisable in the prediction context [15]. The consequence of balancing could be that the algorithm trained to “predict” a 1/2 incidence of events will not be applicable to a population with a 1/1000 incidence. Subsequent calibration procedures are then needed in order to correct this issue [16]. Since the low incidence of new-onset AF in our population, the possible impact of balancing was an issue that we wanted to explore in the context of AF prediction.

The main goal of the present research was the development of a predictive model for a binary outcome based only on ECG information by comparing different methods: an ML algorithm on signal features and a DL approach on raw signals. Penalized logistic regression was used as a benchmark method. In this framework, AF represents a case study and this research does not claim to propose a prediction tool suitable for the clinical practice. Instead, our effort is aimed to extensively analyze the performance of the two approaches in terms of discrimination and calibration taking into account varying sample sizes and degrees of balance between the events and the censored cases. In particular, our research was based on different hypotheses: a) DL models based on the raw ECG signals could potentially outperform algorithms working on ECG features when the training set is large; b) the use of under-sampling to handle class imbalance does not improve discriminative performance and could instead produce miscalibrated predictions.

Methods

Data

We included all subjects aged > 30 years with at least one standard 10-s, 12-lead ECG acquired at the Cardiovascular Department of Azienda Sanitaria Universitaria Giuliano Isontina (ASUGI) in Trieste, between February 2, 2007, and December 31, 2020. ECGs were recorded at a frequency of 1 kHz using the Mortara™ devices ELI230 and ELI250, and then resampled at 500 Hz for computational reasons. By linking the ECG exams with the Electronic Health Records of the Regional Epidemiological Repository of Friuli Venezia Giulia region (Italy), we could integrate them with all the cardiological clinical evaluations from the cardiological e-chart C@RDIONET [17]. In this way, we could identify a cohort of patients without AF history for the prediction of the new onset of AF.

For patients without any AF event in the observation period, we extracted all available ECG exams, while for patients that developed AF, we used all ECGs recorded before the first AF event within a temporal window of 5 years. Note that censored cases, i.e., subjects that did not develop AF, had a minimum follow-up of 5 years required by design. Each ECG was associated with a set of morphological features, automatically extracted by the Mortara devices at the ECG recording. We had access to these features through the cardiological e-chart C@RDIONET.

The AF event was defined linking information from 4 different sources: reports from emergency access or cardiological visits, discharge codes in case of hospitalizations and ECG reports. For each patient, the first AF diagnosis (or atrial flutter) found in one of these data sources was taken as the first AF event. We excluded all patients with an AF event before 2007 or with paced rhythms (i.e., implanted with a pacemaker, PM, with an Implantable Cardiac Defibrillator, ICD, or treated with the Cardiac Resynchronization Therapy, CRT, see the flow chart reported in Fig. S1 of the supplementary materials). Subjects with an AF diagnosis at the first ECG exam or with the AF-event date missing were not included in the analysis.

The unit of observation was the ECG signal. Each ECG was labelled 1 if the corresponding patient will develop AF within 5 years, and 0 otherwise.

Models' development

The two approaches under study were a deep convolutional neural network (CNN) and an XGBoost model (XGB). XGB is a gradient tree-boosting algorithm that recently has gained great popularity due to its excellent performance in a wide range of problems [18]. A penalized logistic regression model (LR) was used as a benchmark. For all models, the task considered was to predict the probability that a patient will develop AF within five years.

The CNN takes as input the resampled ECG signal, which is a 12 × 5000 matrix (i.e., 12 leads by 10-s duration sampled at 500Hz). The architecture of the CNN is the one used by Scagnetto et al. [19] for AF prediction, which was originally proposed by Goodfellow et al. [20] for a similar purpose, i.e., to classify single lead ECG waveforms as either Normal Sinus Rhythm, AF, or Other Rhythm. The network is composed of 13 blocks, each of which comprises a 1D convolution along the time domain, batch normalization, ReLU activation function and dropout. Notice that, in the computation of convolutions, all channels are used simultaneously, thus cross-lead correlations are automatically leveraged by the model. In blocks 1,6 and 11 there is also a max-pooling layer between ReLU activation and dropout. After the convolutional blocks, there are a global average pooling layer and a soft-max layer, in order to obtain normalized probabilities. All the architecture’s hyperparameters are reported in the appendix (Fig. S2). To train the model we used the cross-entropy loss function and AdamW optimizer [21], with a learning rate of 10–3.

The XGB and LR models take as input the wave morphology’s features extracted from the ECG signal by the Mortara devices. These features include the onset and offset of P and T waves and of the QRS complex, the PR and corrected QT intervals, P, T, QRS axis and the cardiac frequency.

To tune the XGB’s parameters, we performed a randomized search over parameters, as described hereafter. For each hyperparameter that we decided to tune, we specified a uniform distribution over the possible parameter values range. Then, we generated a candidate setting of parameters by sampling the pre-specified distributions and we evaluated its performance with a fivefold cross-validation. These steps are repeated 105 times. Finally, the best-performing parameters setting (in terms of AUC) was kept. In this process, we included a set of ECGs (approximately 50.000) solely used for hyper-parameter tuning and not in training/test phases.

In the LR model, we applied an L2 regularization term to reduce overfitting. Therefore, the only parameter of the model is the strength of the regularization term, which we tuned with the same procedure followed for XGB hyperparameters tuning.

The CNN was implemented with PyTorch framework [22] version 1.12.0, while for XGB and LR models we used Scikit-learn 1.0.2 implementations [23]. Python’s version used was 3.10.5. All the code used for this study can be found in the GitHub repository https://github.com/giovabaj/ecg-cnn-xgb-lr.

Models' evaluation

To assess the ability of the models to discriminate between patients developing/not developing AF, we used the Area Under the Receiver Operating Characteristic Curve (AUC), which is a robust metric of model performance for binary classification, even in the case of imbalanced datasets. Higher AUC values correspond to better performances, with perfect discrimination represented by an AUC value of 1 and an AUC of 0.5 equivalent to a random guess.

To evaluate the models’ calibration, we computed the Integrated Calibration Index (ICI) [24]. Similarly to Cox’s method [25], the ICI is based upon a graphical assessment of calibration, in which the observed binary outcome is regressed on the predicted probability of the outcome, using a locally weighted least squares regression smoother (i.e., the Loess algorithm). Then, a graphical comparison between the smoothed regression line (known as the calibration curve) and the diagonal line with unit slope (that denotes perfect calibration) can be used to assess calibration. However, it is not always easy to interpret graphical calibration curves, mainly because the curve is plotted over the entire range of predicted probabilities and the empirical distribution of these probabilities is frequently not uniform. Thus, a numerical summary of calibration curves is easier to interpret. Specifically, ICI is computed as the weighted average of the absolute difference between the calibration curve and the diagonal line of perfect calibration, where the weights are given by the density function of the predicted probabilities. For a perfectly calibrated model, ICI takes the value of 0, and in general the higher the ICI, the less the model is calibrated. We note that we decided not to use Cox’s intercept and slope because they could be equal to their ideal values of 0 and 1, respectively, while deviations of the calibration curve can still occur around the line of identity [24].

To evaluate the variability of the performance of the trained models, we performed a tenfold cross-validation. In the case of the CNN, 8 sets were used to train the model, 1 to evaluate the model during training and apply early stopping, and the last one to test the model performances on unseen data. Regarding the XGB and LR models, data were split into training and test sets with a 9:1 ratio. In the process of splitting data into folds, in the case of patients with multiple ECGs, we ensured that each patient was present only in one between training, validation and test sets. This is because intra-patient ECGs show a higher degree of correlation with respect to inter-patient ECGs. Thus, without taking into account this detail, the models’ performances would be overestimated. We also made sure that the fraction of positive samples in each fold was as similar as possible to the overall fraction.

Experimental setting for varying sample sizes/balance

To investigate the dependence of models’ performances on the sample size, we trained the three considered models with increasingly bigger subsets of the dataset. The sizes considered are 1000, 2000, 5000, 10.000, 20.000, 50.000, 100.000 and 150.000 ECGs. The remaining 57.521 ECGs were used to tune hyperparameters for all models.

Another aspect we investigated was imbalance corrections, again for increasingly bigger sample sizes. We repeated the training process described above, but this time balancing the two classes in the training set by random undersampling (RUS), which consists of eliminating a random set of negative ECGs in order to equalize the number of ECGs in each class [26].

To study the effect of class imbalance corrections on models’ performances, we considered a fixed sample size (100.000 ECGs), and we trained the three models with different balancing levels of the training set. The levels considered are 12.5% (corresponding to the original positive fraction), 25%, 37.5% and 50% (perfectly balanced training set). We stress that the test sets used to evaluate the models have always the original positive fraction (12.5%). As before, the method used to balance the training set was RUS, and to estimate the models’ variability we performed a tenfold cross-validation with the same approach described above. Notice that we decided to use a sample size of 100.000 ECGs since we observed that none of the three models showed a substantial improvement with a training size larger than this.

Results

The final dataset includes 207.521 ECGs, associated to 92.465 subjects. The number of events (i.e. new onset of AF) is 25.857, corresponding to 12.5% of cases. See Table 1 for a descriptive snapshot of the population. Note that the statistical unit of the study cohort is the ECG signal.

Table 1 Descriptive features of the dataset. For all the numerical variables median and (1st, 3rd quartile) are reported. We compared “Censored” and “Event” populations with Mann–Whitney and Chi-squared tests, respectively for continuous variables and gender. All comparisons were significant (p-value < 0.001)

Compared with censored subjects, patients developing AF were older and more frequently male. These results are not surprising since increasing age is a prominent AF risk factor and the prevalence of AF is lower in women vs. men in most of the real-life study cohorts [27, 28]. Note that we did not include demographic characteristics in the analysis since the objective was to investigate the specific ECG contribution to the prediction. No other remarkable clinical differences are observed in the ECG features.

Models' evaluation results

In Table 2 we report AUC and ICI values (and corresponding 95% Confidence Intervals, CI) for the three models trained with the biggest sample size considered (150.000 ECGs) and with the original event ratio (no imbalance corrections). We can see that from a discrimination point of view, the CNN model is the best-performing model, with an AUC of 0.799. XGB model is the one with intermediate performance (AUC of 0.74), while LR shows the worst performance (AUC of 0.68). As for the calibration, it can be noticed that there are no substantial differences in the performance of the three models; XGB is the best-performing model with an ICI of 0.008, while the other two models show higher ICI values. In terms of 95% CI, the lower bound of CNN and LR corresponds to the upper bound of XGB.

Table 2 Performances in discrimination and calibration of the three models

Results for varying sample sizes/balance

In Fig. 1, we show the dependence of AUC on the sample size for the three proposed models, both in the imbalanced (Fig. 1A) and perfectly balanced (Fig. 1B) cases. We can notice that the model that is most affected by the sample size is the CNN: for small samples the discriminative performances are very low (lower than 0.70), but above 10.000 samples the DL model significantly outperforms XGB and LR, reaching an AUC of 0.80 in the imbalanced case. On the other hand, XGB and LR’s discrimination does not change significantly increasing the sample size, while the most visible effect is the greater variability for small sample sizes, as obviously expected. For these two models the maximum AUC values, obtained with the biggest sample size, are respectively 0.74 and 0.68. Another aspect to note is that balancing the training set with RUS to an event ratio of 0.5 (same number of AF cases and censored samples) does not improve discrimination in any of the models considered, also not for small samples sizes.

Fig. 1
figure 1

A AUC values for the varying sample sizes (original event fraction in the training set). Error bars represent the 95% CI around the mean. B AUC values for the varying sample sizes (perfectly balanced training set). C ICI values for the varying sample sizes (original event fraction in the training set). D ICI values for the varying sample sizes (perfectly balanced training set)

In Fig. 1 it is also reported the ICI as a function of the sample size. Figure 1C represents the case where no imbalance corrections were introduced, and we can see that increasing the sample size has the effect of reducing the ICI (i.e., it improves calibration), for all three models under study. In this setting, ICI values range from 0.06 for smaller sample sizes, to approximately 0.01 for the biggest sample size considered. When RUS is applied to balance the training set (Fig. 1D), ICI takes higher values, indicating that models are worse calibrated. The effect is very strong for XGB and LR (ICI values between 0.30 and 0.35 for all the sample sizes considered) and slightly weaker for the CNN model (ICI values between 0.1 and 0.2), but still evident, especially if compared with the imbalanced case.

As regards the effects of imbalance corrections using different event ratios and fixed size of 100.000 ECGs, we found that XGB’s and LR’s discrimination capabilities show very little dependence on the balancing level introduced. This is evident in Fig. 2A, where AUCs are reported for the three models as a function of the event fraction in the training set. Indeed, it can be noticed that XGB and LR models show nearly constant AUC values, respectively of 0.74 and 0.68. As regards the CNN model, also in this case RUS does not allow us to get better discriminative performances, rather AUC slightly decreases as we increase the level of imbalance corrections, approximately from 0.795 to 0.777. Moving to calibration (Fig. 2B), the effect of balancing the training set was very clear: increasing the ratio of positive samples with RUS leads to higher values of the ICI, i.e. to less calibrated models. The effect is very strong for XGB and LR, where ICI values grow linearly from 0.01 to 0.3, and a little weaker for the deep learning model (ICI values from 0.01 to 0.15), but still evident.

Fig. 2
figure 2

A AUC values for the varying event fraction, obtained by balancing the training set with RUS. Error bars represent the 95% CI around the mean. B ICI values for the varying event fraction, obtained by balancing the training set with RUS

Discussion

In this study, we investigated the use of ECG signals for the development of a predictive model for new-onset AF. This is a critical medical task since the high prevalence of AF particularly in the elderly population and the importance of an early diagnosis of AF for prompt prescription of effective treatments to prevent stroke and systemic thromboembolism.

Two approaches were considered: first, a ML model based on the set of ECG features extracted from the ECG and accessible to clinicians; second, the analysis of the digital ECG traces using deep learning techniques, in a setting of end-to-end analysis. In addition, a logistic regression model based on ECG features was estimated to provide a benchmark for the comparison of results.

As for the analysis of ECG features, for large sample sizes, the XGB algorithm produced a model that outperformed the benchmark in terms of discrimination ability. In particular, the XGB and LR models appeared almost equivalent when the number of observations was lower than 10.000, but for larger sample sizes XGB demonstrated a clear increase in the level of discrimination, resulting however constant in further enlargements of the dataset. In contrast, the CNN model showed a discriminative performance highly dependent on the sample size: to reach a satisfactory result, the DL model required at least 10.000 observations, but for every further increase of the size we observed a correspondent improvement in discrimination. In terms of calibration, no major differences were detected across models when the original fraction of cases was used. In general, we observed better-calibrated predictions for increasing sample size. Our results may suggest that the choice of approach in the analysis of ECG should take into account the amount of data available for the training, preferring more standard models for small datasets, and indicate the well-known ability of DL methods to leverage massive datasets.

The second part of our analysis was focused on the effect of undersampling on models’ calibration. This aspect of the study was stimulated by a recently published work by van den Goorbergh et al. [15] where authors examined the effect of imbalance correction on the performance of standard and penalized (ridge) LR models in terms of discrimination, calibration, and classification. When developing prediction models for a binary outcome with high-class imbalance, undersampling is a standard technique for mitigating the difference in class frequencies in the training phase, with the aim of improving the model’s performance. We analyzed the results of models obtained with different levels of balancing ratios and failed to detect an improvement in discrimination, leading to even worse results in the case of CNN. Besides, imbalance correction caused miscalibrated predictions. Our results are in line with the findings of van den Goorbergh et al. and extend their note of caution in using methods for class imbalance correction in the case for XGB and CNN models. We observe that in our study the CNN resulted more robust compared to XGB and LR to the calibration worsening caused by the imbalance correction, a counter-intuitive finding with respect to what observed by Gou et al. [29].

Concerning the relative performance of our CNN approach with respect to the recent literature that investigated the new onset of AF, Attia et al. considered a set of 649.931 12-lead ECGs of patients ≥ 18 years and applies CNN to identify the electrocardiographic signature of future AF developed within one month from ECG examination (8.4% of the cohort). They obtained a very accurate model (AUC 0.90 [0.90–0.91]), but the sample size and the time-frame prediction period are clearly very different from ours. Another relevant study was carried out by Ragunath et al. [12], in which authors analyzed 1.6 M 12-lead ECGs from patients aged 18 years or older in order to identify individuals at risk of developing AF within 1 year. Training a CNN using only ECG traces as input, they were able to predict the new onset of AF with an AUC of 0.83 (95% CI, 0.83—0.84). Although the sample size and observational period are different from ours also in this case, the performance is comparable with our findings (Table 2). No measures of calibration were reported in those works.

Our study has some limitations. First, we could not validate our findings in an external validation cohort that represents one of the most critical steps in the development of machine learning models in medicine, a context where internal validation is not considered sufficiently conservative [30]. Second, for AF subjects we only considered ECG exams no further than 5 years before the date of AF diagnosis. We set such constraints because based on clinical knowledge, AF individuals are unlikely to show predictive signs of the condition earlier than 5 years. The methodological choice is also in line with previous clinical scores and predictive models that are usually evaluated at a time horizon of 5 years of follow-up [3]. Third, in order to simplify the prediction task, we did not take into account the time-to-event in disease onset. A very recent research carried out by Khurshid et al. [31] has highlighted the potential of CNN for the prediction of the time-to-incident AF and obtained very accurate predictions (5-years AUC 0.823 [95% CI, (0.790—0.856]). One of the advantages of the time-to-event data is the possibility to evaluate the accuracy of the model for any time frame from the baseline.

Another possible limitation was the choice of the method to correct the class imbalance, as RUS is a very naïve approach. The main obstacle here was to deal with entire signals. For example, a commonly used method that has shown good results in various applications is the synthetic minority oversampling technique (SMOTE) [32]. SMOTE is an oversampling approach that creates new, synthetic samples interpolating the original minority class samples. This method and its variations were developed for tabular data, but an extension in the case of signals is not straightforward. Some methods to generate synthetic ECG signals were recently proposed [33,34,35,36], but it was out of the scope of this work. Finally, the fact that only standard ECG features were used for the XGB approach is a clear limitation, considering that several ECG-engineered features were shown to be highly predictive for AF detection [4] and AF risk prediction [37, 38]. We expect that including this kind of feature engineered from the ECG signal could improve XBG performances. However, we want to highlight that we limited on purpose to the features automatically extracted by electrocardiographs since we wanted to consider a setting as simple as possible, where only the ECG exam is required so that the prediction process can be easily automated without the need for feature engineering by experts.

Future developments of the present study will include the integration of standard tabular information (sex, age, clinical information) as predictors in addition to ECG traces. According to the findings of recent studies [37, 39], new tools are emerging to combine deep representations of data obtained from convolutional neural networks (in substitution to human feature engineering) with electronic health records tabular information. In our opinion, such methodologies intended to integrate heterogeneous data sources could have great potential, in particular if extended to time-to-event data analysis, since employing deep learning models represents the most promising and feasible approach to operate in ultrahigh dimensional settings, as the case of ECG waveforms. Another future development of this work is the application of explainability techniques to investigate the prediction mechanism of our models. Indeed, clinical interpretability is a fundamental step in order to build predictive tools for clinical usage, which is one of our main goals for the future.

Conclusions

The deep learning model under study showed a discriminative performance highly dependent on the sample size, outperforming the two approaches considered based on the signal’s extracted features only above a certain sample size threshold. This result suggests that the choice of approach in the analysis of ECG should be based on the amount of data available, preferring more standard models for small datasets.

Imbalance corrections with a random undersampling approach did not lead to better discrimination performance, rather to an evident drop in models’ calibration. This finding indicates that imbalance correction methods should be avoided when developing clinical prediction models.

Availability of data and materials

Data are from administrative databases of the Cardiovascular Centre of Trieste. The owner of the data is Azienda Sanitaria Universitaria Giuliano Isontina (ASUGI). We are not allowed to share data publicly, since sensitive information about patients is contained. Analyzed data are linked and anonymized before being passed to the analysts.

The person in charge of data control for the government is: Dr. Andrea Di Lenarda, Director of Cardiovascular Center, University Hospital and Health Services of Trieste, Trieste, Italy ccv@asugi.sanita.fvg.it. Data can be requested for researchers who meet the criteria at sri@asugi.sanita.fvg.it, SC Ricerca e Innovazione Clinico Assistenziale (ASUGI), Via Giovanni Sai 1—3, 34128 Trieste, Italy.

Abbreviations

AF:

Atrial fibrillation

AI:

Artificial intelligence

AUC:

Area under the receiver operating characteristic curve

CNN:

Convolutional neural network

DL:

Deep learning

ECG:

Electrocardiogram

ICI:

Integrated calibration index

LR:

Logistic regression

ML:

Machine learning

RUS:

Random undersampling

SMOTE:

Synthetic minority oversampling technique

XGB:

Extreme gradient boosting

References

  1. Mincholé A, Camps J, Lyon A, Rodríguez B. Machine learning in the electrocardiogram. J Electrocardiol. 2019;57:S61–4. https://0-doi-org.brum.beds.ac.uk/10.1016/j.jelectrocard.2019.08.008.

    Article  Google Scholar 

  2. Siontis KC, Noseworthy PA, Attia ZI, Friedman PA. Artificial intelligence-enhanced electrocardiography in cardiovascular disease management. Nat Rev Cardiol. 2021;18(7):465–78. https://0-doi-org.brum.beds.ac.uk/10.1038/s41569-020-00503-2.

    Article  PubMed  PubMed Central  Google Scholar 

  3. Alonso A, et al. Simple risk model predicts incidence of atrial fibrillation in a racially and geographically diverse population: the CHARGE-AF Consortium. J Am Heart Assoc. 2013;2(2):e000102.

    Article  PubMed  PubMed Central  Google Scholar 

  4. Wesselius FJ, van Schie MS, De Groot NMS, Hendriks RC. Digital biomarkers and algorithms for detection of atrial fibrillation using surface electrocardiograms: a systematic review. Comput Biol Med. 2021;133:104404.

    Article  PubMed  Google Scholar 

  5. Bouzid Z, et al. Novel ECG features and machine learning to optimize culprit lesion detection in patients with suspected acute coronary syndrome. J Electrocardiol. 2021;69:31–7. https://0-doi-org.brum.beds.ac.uk/10.1016/j.jelectrocard.2021.07.012.

    Article  Google Scholar 

  6. Intzes S, et al. P-wave duration and atrial fibrillation recurrence after catheter ablation: a systematic review and meta-analysis. EP Eur. 2023;25(2):450–9. https://0-doi-org.brum.beds.ac.uk/10.1093/europace/euac210.

    Article  Google Scholar 

  7. Nagel C, Luongo G, Azzolin L, Schuler S, Dössel O, Loewe A. non-invasive and quantitative estimation of left atrial fibrosis based on p waves of the 12-Lead ECG—a large-scale computational study covering anatomical variability. J Clin Med. 2021;10(8):1797. https://0-doi-org.brum.beds.ac.uk/10.3390/jcm10081797.

    Article  PubMed  PubMed Central  Google Scholar 

  8. Somani S, et al. Deep learning and the electrocardiogram: review of the current state-of-the-art. EP Eur. 2021;23(8):1179–91. https://0-doi-org.brum.beds.ac.uk/10.1093/europace/euaa377.

    Article  Google Scholar 

  9. Ian Goodfellow, Yoshua Bengio, and Aaron Courville. Deep Learning. MIT Press, 2016. Available: http://www.deeplearningbook.org.

  10. Hannun AY, et al. Cardiologist-level arrhythmia detection and classification in ambulatory electrocardiograms using a deep neural network. Nat Med. 2019;25(1):65–9. https://0-doi-org.brum.beds.ac.uk/10.1038/s41591-018-0268-3.

    Article  CAS  PubMed  PubMed Central  Google Scholar 

  11. Ribeiro ALP, et al. Tele-electrocardiography and bigdata: the CODE (Clinical Outcomes in Digital Electrocardiography) study. J Electrocardiol. 2019;57:S75–8. https://0-doi-org.brum.beds.ac.uk/10.1016/j.jelectrocard.2019.09.008.

    Article  Google Scholar 

  12. Raghunath S, et al. Deep neural networks can predict new-onset atrial fibrillation from the 12-Lead ECG and help identify those at risk of atrial fibrillation-related stroke. Circulation. 2021;143(13):1287–98. https://0-doi-org.brum.beds.ac.uk/10.1161/CIRCULATIONAHA.120.047829.

    Article  CAS  PubMed  PubMed Central  Google Scholar 

  13. Attia ZI, 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. The Lancet. 2019;394(10201):861–7. https://0-doi-org.brum.beds.ac.uk/10.1016/S0140-6736(19)31721-0.

    Article  Google Scholar 

  14. Van Calster B, et al. Calibration: the Achilles heel of predictive analytics. BMC Med. 2019;17(1):230. https://0-doi-org.brum.beds.ac.uk/10.1186/s12916-019-1466-7.

    Article  PubMed  PubMed Central  Google Scholar 

  15. van den Goorbergh R, van Smeden M, Timmerman D, Van Calster B. The harm of class imbalance corrections for risk prediction models: illustration and simulation using logistic regression. J Am Med Inform Assoc. 2022;29(9):1525–34. https://0-doi-org.brum.beds.ac.uk/10.1093/jamia/ocac093.

    Article  PubMed  PubMed Central  Google Scholar 

  16. Huang Y, Li W, Macheret F, Gabriel RA, Ohno-Machado L. A tutorial on calibration measurements and calibration models for clinical prediction models. J Am Med Inform Assoc. 2020;27(4):621–33. https://0-doi-org.brum.beds.ac.uk/10.1093/jamia/ocz228.

    Article  PubMed  PubMed Central  Google Scholar 

  17. Iorio A, Sinagra G, Lenarda AD. Administrative database, observational research and the Tower of Babel. Int J Cardiol. 2019;284:118–9. https://0-doi-org.brum.beds.ac.uk/10.1016/j.ijcard.2018.12.009.

    Article  PubMed  Google Scholar 

  18. Chen T, and Guestrin C, ‘XGBoost: A scalable tree boosting system’, in Proceedings of the 22nd ACM SIGKDD International Conference on Knowledge Discovery and Data Mining, in KDD ’16. New York, NY, USA: Association for Computing Machinery. 2016;pp. 785–794.  https://0-doi-org.brum.beds.ac.uk/10.1145/2939672.2939785.

  19. Scagnetto A, Barbati G, Gandin I, Cappelletto C, Baj G, Cazzaniga A, etal. Deep artificial neural network for prediction of atrial fibrillation through the analysis of 12-leads standard ECG.  2022. ArXiv. /abs/2202.05676.

  20. Goodfellow SD, Goodwin A, Greer R, Laussen PC, Mazwi M, and Eytan D. ‘Towards Understanding ECG rhythm classification using convolutional neural networks and attention mappings’, in Proceedings of the 3rd Machine Learning for Healthcare Conference, PMLR. 2018;85:83-101. Available: https://proceedings.mlr.press/v85/goodfellow18a.html.

  21. Loshchilov I, Hutter F. Decoupled Weight Decay Regularization. 2017. ArXiv. /abs/1711.05101.

  22. Paszke A, et al. ‘PyTorch: An Imperative Style, High-Performance Deep Learning Library’, in Advances in Neural Information Processing Systems, Curran Associates, Inc. 2019;32.

  23. Pedregosa F, et al. Scikit-learn: machine learning in python. J Mach Learn Res. 2011;12(85):2825–30.

    Google Scholar 

  24. Austin PC, Steyerberg EW. The Integrated Calibration Index (ICI) and related metrics for quantifying the calibration of logistic regression models. Stat Med. 2019;38(21):4051–65. https://0-doi-org.brum.beds.ac.uk/10.1002/sim.8281.

    Article  PubMed  PubMed Central  Google Scholar 

  25. Cox DR. Two further applications of a model for binary regression. Biometrika. 1958;45(3–4):562–5. https://0-doi-org.brum.beds.ac.uk/10.1093/biomet/45.3-4.562.

    Article  Google Scholar 

  26. Fernández A, García S, M. Galar, Prati RC, Krawczyk B, and Herrera F. Learning from imbalanced data sets. Cham: Springer International Publishing, 2018. https://0-doi-org.brum.beds.ac.uk/10.1007/978-3-319-98074-4.

  27. Staerk L, Sherer JA, Ko D, Benjamin EJ, Helm RH. Atrial fibrillation: epidemiology, pathophysiology, and clinical outcomes. Circ Res. 2017;120(9):1501–17. https://0-doi-org.brum.beds.ac.uk/10.1161/CIRCRESAHA.117.309732.

    Article  CAS  PubMed  PubMed Central  Google Scholar 

  28. Di Carlo A, et al. Prevalence of atrial fibrillation in the Italian elderly population and projections from 2020 to 2060 for Italy and the European Union: the FAI Project. EP Eur. 2019;21(10):1468–75. https://0-doi-org.brum.beds.ac.uk/10.1093/europace/euz141.

    Article  Google Scholar 

  29. Guo C, Pleiss G, Sun Y, and Weinberger KQ. ‘On calibration of modern neural networks’, in Proceedings of the 34th International Conference on Machine Learning - , in ICML’17. Sydney, NSW, Australia: JMLR.org. 2017;70:pp. 1321–1330.

  30. Rose, Sherri. Machine learning for prediction in electronic health data. JAMA network open 1.4. 2018. p. e181404-e181404.

  31. Khurshid S, et al. ECG-based deep learning and clinical risk factors to predict atrial fibrillation. Circulation. 2022;145(2):122–33. https://0-doi-org.brum.beds.ac.uk/10.1161/CIRCULATIONAHA.121.057480.

    Article  CAS  PubMed  Google Scholar 

  32. Chawla NV, Bowyer KW, Hall LO, Kegelmeyer WP. SMOTE: synthetic minority over-sampling technique. J Artif Intell Res. 2002;16(1):321–57.

    Article  Google Scholar 

  33. Hernandez-Matamoros A, Fujita H, Perez-Meana H. A novel approach to create synthetic biomedical signals using BiRNN. Inf Sci. 2020;541:218–41. https://0-doi-org.brum.beds.ac.uk/10.1016/j.ins.2020.06.019.

    Article  Google Scholar 

  34. Zhu F, Ye F, Fu Y, Liu Q, Shen B. Electrocardiogram generation with a bidirectional LSTM-CNN generative adversarial network. Sci Rep. 2019;9(1):6734. https://0-doi-org.brum.beds.ac.uk/10.1038/s41598-019-42516-z.

    Article  CAS  PubMed  PubMed Central  Google Scholar 

  35. Adib E, Afghah F, Prevost JJ. Synthetic ECG Signal Generation Using Generative Neural Networks. 2021. ArXiv. /abs/2112.03268.

  36. Gillette K, et al. MedalCare-XL: 16,900 healthy and pathological 12 lead ECGs obtained through electrophysiological simulations. 2022. ArXiv. /abs/2211.15997.

  37. Biton S, et al. Atrial fibrillation risk prediction from the 12-lead electrocardiogram using digital biomarkers and deep representation learning. Eur Heart J - Digit Health. 2021;2(4):576–85. https://0-doi-org.brum.beds.ac.uk/10.1093/ehjdh/ztab071.

    Article  PubMed  PubMed Central  Google Scholar 

  38. Müller-Edenborn B, et al. Amplified sinus-P-wave reveals localization and extent of left atrial low-voltage substrate: implications for arrhythmia freedom following pulmonary vein isolation. EP Eur. 2020;22(2):240–9. https://0-doi-org.brum.beds.ac.uk/10.1093/europace/euz297.

    Article  Google Scholar 

  39. Sadasivuni S, Saha M, Bhatia N, Banerjee I, Sanyal A. Fusion of fully integrated analog machine learning classifier with electronic medical records for real-time prediction of sepsis onset. Sci Rep. 2022;12(1):5711. https://0-doi-org.brum.beds.ac.uk/10.1038/s41598-022-09712-w.

    Article  CAS  PubMed  PubMed Central  Google Scholar 

Download references

Acknowledgements

Not applicable.

Funding

Not applicable.

Author information

Authors and Affiliations

Authors

Contributions

G. Baj: Conceptualization, Methodology, Software, Writing—Original Draft. IG: Conceptualization, Writing—Original Draft. AS: Methodology, Data curation. LB: Supervision. CC: Data curation, Writing—Review & Editing. ADL: Data curation, Writing—Review & Editing. G. Barbati: Conceptualization, Methodology, Writing—Original Draft, Supervision.

Corresponding author

Correspondence to Giovanni Baj.

Ethics declarations

Ethics approval and consent to participate

The study involved the use of clinical records and administrative data produced as part of routine medical care, in compliance with local regulatory and privacy policies. The data are under the responsibility of the ASUGI, a university healthcare authority part of the regional health system (FVG). All methods were carried out in accordance with relevant guidelines and regulations. According to the current Italian law, the experimental protocols were approved by the Unique Regional Ethics Committee FVG (CEUR), with Protocol ID 093_2021H. Written informed consent was obtained for all subjects involved in the study, under the institutional review board policies of the hospital's administration. All information was anonymized before the analysis. The ASUGI has authorized the researchers of the University of Trieste to access the data after the approval of the CEUR.

Consent for publication

Not applicable.

Competing interests

The authors declare that they have no competing interests.

Additional information

Publisher’s Note

Springer Nature remains neutral with regard to jurisdictional claims in published maps and institutional affiliations.

Supplementary Information

Rights and permissions

Open Access This article is licensed under a Creative Commons Attribution 4.0 International License, which permits use, sharing, adaptation, distribution and reproduction in any medium or format, as long as you give appropriate credit to the original author(s) and the source, provide a link to the Creative Commons licence, and indicate if changes were made. The images or other third party material in this article are included in the article's Creative Commons licence, unless indicated otherwise in a credit line to the material. If material is not included in the article's Creative Commons licence and your intended use is not permitted by statutory regulation or exceeds the permitted use, you will need to obtain permission directly from the copyright holder. To view a copy of this licence, visit http://creativecommons.org/licenses/by/4.0/. The Creative Commons Public Domain Dedication waiver (http://creativecommons.org/publicdomain/zero/1.0/) applies to the data made available in this article, unless otherwise stated in a credit line to the data.

Reprints and permissions

About this article

Check for updates. Verify currency and authenticity via CrossMark

Cite this article

Baj, G., Gandin, I., Scagnetto, A. et al. Comparison of discrimination and calibration performance of ECG-based machine learning models for prediction of new-onset atrial fibrillation. BMC Med Res Methodol 23, 169 (2023). https://0-doi-org.brum.beds.ac.uk/10.1186/s12874-023-01989-3

Download citation

  • Received:

  • Accepted:

  • Published:

  • DOI: https://0-doi-org.brum.beds.ac.uk/10.1186/s12874-023-01989-3

Keywords