Related Experiment Videos
Cardiovascular disease prediction using variational recurrent autoencoders with uncertainty estimation
Ashim Chandra Das1, Md Shujan Shak1, Nabila Rahman2
1University of the Potomac, Washington, VA, 22043, USA.
Scientific Reports
|July 20, 2026
Summary
This study introduces a deep learning Variational Recurrent Autoencoder (VRAE) for cardiovascular disease (CVD) classification from static clinical data. The VRAE model achieves high accuracy and provides reliable uncertainty estimates for improved diagnostic performance.
Area of Science:
- Cardiovascular research
- Machine learning in healthcare
- Biomedical informatics
Background:
- Cardiovascular diseases (CVDs) are a major global cause of mortality.
- Accurate classification and reliable probability estimates are crucial for CVD benchmark studies.
- Existing methods may lack robustness in handling noisy or incomplete clinical data.
Purpose of the Study:
- To propose a deep learning framework for cardiovascular disease classification using static tabular clinical records.
- To develop a model that provides calibrated probability estimates and uncertainty quantification.
- To evaluate the model's performance and robustness against various baselines.
Main Methods:
- A Variational Recurrent Autoencoder (VRAE) framework was developed, integrating Gated Recurrent Unit (GRU) encoding, variational latent sampling, and Monte Carlo (MC) dropout.
- Static tabular datasets were transformed into synthetic pseudo-sequences to simulate noise and missingness for denoising latent representation learning.
- The model was evaluated on the Heart Failure Prediction and Cardiovascular Disease datasets.
Main Results:
- The VRAE model achieved high accuracy (95.8% and 96.1%) and F1-scores (95.7% and 96.0%) on both datasets.
- It outperformed traditional classifiers and other deep learning models, including LSTM and GRU-Attention.
- The model demonstrated robustness under synthetic noise and achieved the lowest Brier scores, indicating improved calibration.
Conclusions:
- Uncertainty-aware representation learning using the VRAE framework is effective for benchmark-level static tabular CVD classification.
- The model offers reliable performance and improved calibration compared to existing methods.
- Further validation on real-world longitudinal electronic health record cohorts is recommended for clinical deployment.
Related Concept Videos
Prediction Intervals
The interval estimate of any variable is known as the prediction interval. It helps decide if a point estimate is dependable.
However, the point estimate is most likely not the exact value of the population parameter, but close to it. After calculating point estimates, we construct interval estimates, called confidence intervals or prediction intervals. This prediction interval comprises a range of values unlike the point estimate and is a better predictor of the observed sample value, y.
The...
However, the point estimate is most likely not the exact value of the population parameter, but close to it. After calculating point estimates, we construct interval estimates, called confidence intervals or prediction intervals. This prediction interval comprises a range of values unlike the point estimate and is a better predictor of the observed sample value, y.
The...
Propagation of Uncertainty from Random Error
An experiment often consists of more than a single step. In this case, measurements at each step give rise to uncertainty. Because the measurements occur in successive steps, the uncertainty in one step necessarily contributes to that in the subsequent step. As we perform statistical analysis on these types of experiments, we must learn to account for the propagation of uncertainty from one step to the next. The propagation of uncertainty depends on the type of arithmetic operation performed on...
Propagation of Uncertainty from Systematic Error
The atomic mass of an element varies due to the relative ratio of its isotopes. A sample's relative proportion of oxygen isotopes influences its average atomic mass. For instance, if we were to measure the atomic mass of oxygen from a sample, the mass would be a weighted average of the isotopic masses of oxygen in that sample. Since a single sample is not likely to perfectly reflect the true atomic mass of oxygen for all the molecules of oxygen on Earth, the mass we obtain from this particular...
Uncertainty: Overview
In analytical chemistry, we often perform repetitive measurements to detect and minimize inaccuracies caused by both determinate and indeterminate errors. Despite the cares we take, the presence of random errors means that repeated measurements almost never have exactly the same magnitude. The collective difference between these measurements - observed values - and the estimated or expected value is called uncertainty. Uncertainty is conventionally written after the estimated or expected value.
Uncertainty: Confidence Intervals
The confidence interval is the range of values around the mean that contains the true mean. It is expressed as a probability percentage. The interpretation of a 95% confidence interval, for instance, is that the statistician is 95% confident that the true mean falls within the interval. The upper and lower limits of this range are known as confidence limits. The confidence limits for the true mean are estimated from the sample's mean, the standard deviation, and the statistical factor 't,' or...