Feed 0% source
Medicine AI-generated

ECG-derived age deviation predicts cardiovascular diseases across lead configurations and cohorts

Generated by a local model (nvidia/Gemma-4-26B-A4B-NVFP4) from a scientific paper, claim-checked against the full text. Provenance is open by design.

The Heart’s Hidden Clock

Cardiovascular diseases (CVDs) remain the primary global health burden. They account for approximately one-third of all global mortality. While clinicians traditionally rely on chronological age—the literal number of years since birth—to assess risk, this metric is a blunt instrument. Two people of the same age can possess vastly different physiological states. One may have the cardiovascular profile of a thirty-year-old. Another may mirror someone twice that age. Scientists have long sought a way to measure this "biological age" (BA)—a proxy for physiological status. Finding non-invasive, scalable biomarkers has proven difficult.

A new study proposes that the electrocardiogram (ECG), the standard tool for measuring the heart's electrical activity, contains a hidden clock. By leveraging a massive foundation model pretrained on over 10 million recordings, the researchers demonstrate that the discrepancy between a person's actual age and their ECG-derived biological age is a potent predictor of cardiovascular disease and mortality. This discrepancy is termed "age deviation." Crucially, they find that when a heart "looks" older than it should, the risk of death increases significantly. This holds true even in relatively young patients.

Beyond the Calendar: The Gap in Risk Assessment

Current cardiovascular risk assessments often struggle with a "hidden window" of physiological variation. Chronological age is a strong predictor of disease. However, it fails to capture the cumulative impact of metabolic stress, inflammation, and vascular dysfunction. Until now, efforts to use deep learning to estimate biological age from ECGs have faced two main issues. First, most models are institution-specific and task-specific. They are trained on narrow datasets. This means they often fail to generalize to different hospitals or patient populations. Second, the electrical signals themselves can be deceptive. Certain conduction abnormalities (disruptions in the heart's electrical impulse) can fundamentally alter the ECG waveform. These changes can confuse an AI. They might make a healthy heart look artificially "old" or "young."

The authors aim to fill these gaps by moving toward a foundation model approach. They seek to determine if age deviation can serve as a universal biomarker. This biomarker must work across different types of ECG equipment. This includes standard 12-lead hospital machines and single-lead sensors found in consumer wearables. They also aim to see if it can reliably predict long-term survival.

Decoding the Rhythm: The Foundation Model Pipeline

The researchers' approach rests on a sophisticated multi-stage pipeline. It is designed to isolate biological aging from simple chronological passage. The process follows these logical steps:

  1. Feature Extraction via Foundation Models: Instead of training a model from scratch, the authors use ECGFounder. This is a model pretrained on 10 million ECGs. It converts raw electrical signals into 1,024-dimensional "embeddings" (mathematical vectors representing complex features).
  2. Establishing a Normative Baseline: To ensure the model understands "normal" aging, the researchers trained an ElasticNetCV regression model exclusively on healthy subjects from the PTB-XL dataset. This model uses regularization (a technique to prevent overfitting) to select the most important features. This creates a benchmark for a healthy heart at any given age.
  3. Calculating Age Deviation and Acceleration: For any subject, the model predicts a biological age ($\hat{y}$). The deviation is the raw difference between this prediction and chronological age ($y$). To remove systematic biases, they calculate "age acceleration." This is the residual (the leftover error) after regressing predicted age against chronological age.
  4. Cross-Cohort Validation: The framework was then applied to the massive MIMIC-IV-ECG dataset. This is a hospital-based cohort of over 160,000 patients. The goal was to see if the "heart clock" held true in a real-world clinical setting.

The workflow for this estimation process is summarized in .

Figure 1
Fig. 1 | Study workflow for ECG-derived biological age estimation. Two publicly available ECG datasets from PhysioNet. PTB-XL and MIMIC-IV-ECG were processed through ECGFounder, a foundation model pretrained on over 10 million ECGs. For each recording, 1,024-dimensional embeddings and 150 diagnostic task probabilities were extracted. An ElasticNet regression model trained exclusively on healthy subjects predicts biological age from the embeddings, with linear bias correction applied to remove age-dependent systematic error. The pipeline was independently evaluated across 12-lead, 6-lead, and single-lead configurations. Downstream analyses include disease-specific age acceleration, absolute age deviation as a universal risk marker, mortality prediction, and conduction bias characterization.

Evidence of an Accelerated Heart

The results demonstrate that the ECG-derived biological age is a clinically relevant signal. In the PTB-XL cohort, the model achieved an $R^2$ of 0.611. It had a mean absolute error (MAE) of 8.31 years .

Figure 3
Fig. 3 | Age prediction performance of ElasticNetCV trained on healthy PTB-XL subjects. Hexbin density plots of predicted versus chronological age for (a) training set (n=7,503; R²=0.678, MAE=7.72 years) and (b) held-out test set (n=1,904; R²=0.611, MAE=8.31 years). Color intensity represents point density. The dashed line indicates perfect prediction (y=x). The model was trained exclusively on healthy subjects with patient-level splitting to prevent data leakage. The modest performance decrease from training to test confirms generalization without overfitting. ElasticNetCV was selected over Ridge, Lasso, Random Forest, and Gradient Boosting based on comparable accuracy with greater interpretability (Supplementary Figure S1).

This means the model could predict a healthy person's age within roughly eight years.

When the researchers looked at diseased subjects, the associations became even clearer. Non-conduction diseases were associated with significant "age acceleration." Specifically, subjects with ischemic conditions (reduced blood flow to the heart) and ST/T changes (electrical patterns indicating heart stress) showed the largest increases in perceived age [Figure 4d]. On average, diseased subjects exhibited an age acceleration of +3.33 years compared to healthy controls [Figure 4a].

Most importantly, the study validates the clinical utility of this metric through mortality prediction. In the MIMIC-IV-ECG cohort, the authors found that every one-year increase in age acceleration was associated with a 0.5% higher risk of all-cause mortality (Hazard Ratio = 1.005) [Table 1]. This prognostic power was most pronounced in patients under 65 years old. In this group, each year of acceleration increased mortality risk by 1.4% (HR = 1.014) [Table 1]. Furthermore, the authors demonstrated that this signal is remarkably resilient. Even when reducing the ECG from a standard 12-lead configuration to a single-lead setup, the ability to discriminate between healthy and diseased patients was largely preserved [Figure 5c].

Morphological Confounds and Technical Limits

The study is notably transparent about the "traps" inherent in using AI to interpret biological signals. The most striking issue discovered was a morphological confound involving Complete Left Bundle Branch Block (CLBBB). While most diseases are associated with age acceleration, CLBBB showed a massive negative age deviation of approximately -15.18 years [Figure 4c]. This happens because the specific electrical shape of a CLBBB waveform is interpreted by the foundation model as a pattern typically seen in much younger individuals.

This discovery led the authors to a vital methodological pivot. They propose using "absolute age deviation" ($|\text{predicted age} - \text{chronological age}|$) as a more robust marker. By taking the absolute value, the metric can flag both the "prematurely old" heart and the "morphologically unusual" heart. This covers both directions of abnormality under a single risk metric.

There are also practical limitations to consider. While single-lead ECGs are effective for general mortality prediction, the authors found they could produce paradoxical results for specific conditions. For example, single-lead recordings showed negative deviation for hypertension and diabetes in the MIMIC-IV-ECG cohort. Consequently, they warn that while a smartwatch might indicate if you are "aging fast," it may not be reliable for specific disease interpretation. Finally, the study notes that ethnic disparities exist in the model's accuracy. Asian patients showed a larger deviation (-2.84 years). This highlights the need for more diverse training data to ensure algorithmic equity.

The Verdict: A Scalable Sentinel

Is ECG-derived age deviation a viable clinical tool? The evidence suggests it is a strong candidate for preventative screening. The signal is robust across different populations. Crucially, it maintains predictive power even on the low-power, single-lead hardware common in wearables.

By identifying individuals whose hearts are aging faster than their birthdays suggest, clinicians can intervene earlier. The researchers have made their framework accessible via a web application at https://bioinformatics.mdc-berlin.de/ECGage. However, the transition to clinical reality will depend on handling morphological outliers like CLBBB. It will also require calibrating the "clock" across all ethnicities. For now, it stands as a powerful proof-of-concept for the next generation of non-invasive cardiovascular monitoring.

Figures from the paper

Figure 2
Fig. 2 | PTB-XL cohort characteristics and ECGFounder embedding space. (a) Age distribution of healthy (n=9,407) and diseased (n=12,098) recordings with kernel density estimation overlay. Healthy recordings were defined bySCP-ECG NORM annotation probability ≥50%. Diseased subjects are shifted toward older ages (mean 65.4 vs 52.0 years). (b) Age distribution stratified by sex and health status, shown as violin plots with embedded box plots (median: white line; interquartile range: box; whiskers: 1.5× IQR). Recordings from diseased patients show an older age distribution across both sexes, with similar distributions between males and females. (c) UMAP projection of 1,024-dimensional ECGFounder embeddings (n=21,505 recordings) colored by chronological age, revealing a continuous age gradient from younger (blue, lower-left) to older (red, upper-right) patients. (d) Same UMAP projection colored by disease category based on SCP-ECG diagnostic superclasses. Conduction abnormalities and arrhythmias form distinct clusters, while ischemic conditions and ST/T changes occupy regions associated with older age in panel c, consistent with their positive age deviation.
Figure 4
Fig. 4 | Disease-specific age acceleration in PTB-XL. (a) Age acceleration comparison between healthy individuals (n=9,407) and diseased subjects (n=7,806, excluding conduction abnormalities). Diseased subjects exhibit a significantly higher mean age acceleration compared to healthy controls (Δ = +3.25 years, Cohen's d = 0.333, p < 0.001).(b) Top 10 non-conduction diagnoses ranked by mean age acceleration relative to healthy controls (all FDR-corrected p<0.001). Digitalis effect (DIG: Δ=+6.3y, d=0.67), anterolateral ischemia (ISCAL: Δ=+6.2y, d=0.64), and long QT interval (LNGQT: Δ=+6.1y, d=0.70) showed the
Figure 5
Fig. 5 | Lead ablation and task probability correlations in PTB-XL. (a) Age prediction accuracy (R²) across three lead configurations: 12-lead (0.611), 6-lead (0.514), and single-lead (0.494). For 6-lead, each limb lead was independently processed through the 1-channel ECGFounder model and embeddings were averaged. (b) Mean absolute error (MAE) increases with fewer leads, from 8.31 years (12-lead) to 9.57 years (single-lead). (c) Disease-versus-healthy discrimination (Cohen's d) was largely preserved across configurations: 6-lead (d=0.337) slightly exceeded 12-lead (d=0.332), while single-lead (d=0.304) showed only modest degradation. The dashed line indicates the conventional small effect threshold (d=0.2). This suggests that precordial leads contribute age-predictive information but may introduce morphological confounds that dilute disease discrimination. (d) Top 10 ECGFounder task probabilities correlated with age acceleration (FDR-corrected). Biphasic T waves (Task 46, r=0.340) showed the strongest positive correlation, while second-degree AV block Type I (Task 21, r=-0.268) showed the strongest negative correlation, consistent with the conduction bias pattern observed in Figure 4.
Figure 6
Fig. 6 | External validation in MIMIC-IV-ECG. (a) Hexbin density plot of predicted versus CA on the MIMIC-IV-ECG test set (n=25,563; R²=0.544, MAE=8.81 years). The lower R² compared to PTB-XL (0.611) likely reflects the greater heterogeneity of a hospital-based cohort and inherent age uncertainty from the MIMIC-IV de-identification procedure. The dashed line indicates a perfect prediction. (b) Lead ablation in MIMIC-IV-ECG is consistent with the PTB-XL pattern: R² decreased from 0.544 (12-lead) to 0.499 (6-lead) and 0.449 (single-lead), with corresponding MAE increases from 8.81 to 9.69 years. (c) UMAP projection of MIMIC-IV-ECG ECGFounder embeddings (n=25,000 random subset) colored by chronological age, showing a clear age gradient consistent with the PTB-XL embedding structure shown in Figure 2c. (d) All 12 ICD-10-based disease groups showed significant positive age deviation after FDR correction. Cardiomyopathy exhibited the highest positive deviation (Δ=+5.4y, d=0.50, n=2,935), followed by atrial fibrillation (Δ=+4.9y, d=0.47, n=13,372) and pulmonary hypertension (Δ=+4.4y, d=0.42, n=4,561). The disease hierarchy was broadly consistent with PTB-XL, with structural cardiac conditions and electrical disorders showing the largest effects in both cohorts.
Novelty
0.0/10
Impact
0.0/10
Overall
0.0/10
#medicine#clinical#cardiovascular#artificial intelligence#electrocardiogram
How this was made
Generation

Model: nvidia/Gemma-4-26B-A4B-NVFP4
Persona: science_essayist
Template: engineering_deepdive
Refinement: 0
Pipeline: forge-1.1

Verification

Evaluator: nvidia/Gemma-4-26B-A4B-NVFP4
Score: 93% (passed)
Claims verified: 14 / 14

Translation

Model: nvidia/Gemma-4-26B-A4B-NVFP4

Hardware & cost

NVIDIA GB10 · 128 GB unified · NVFP4 · 100% local · $0 cloud
Tokens: 113,165
Wall-time: 614.4s
Tokens/s: 184.2

Related
Next up

Intensive Blood Pressure Control Reduces Dementia Risk More Significantly in ...

8.1/10· 5 min