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 model for cardiovascular disease classification using tabular data, achieving high accuracy and reliable uncertainty estimates for improved diagnostic performance.
Area of Science:
- Cardiology
- Machine Learning
- Data Science
Background:
- Cardiovascular diseases (CVDs) are a major global health concern, necessitating accurate and reliable classification methods.
- Current methods often lack calibrated probability estimates, hindering clinical decision-making.
- Benchmark studies are crucial for evaluating and advancing CVD classification techniques.
Purpose of the Study:
- To propose a deep learning framework for accurate CVD classification from static tabular data.
- To incorporate uncertainty estimation for reliable probability predictions.
- To establish a robust benchmark for CVD classification using a Variational Recurrent Autoencoder (VRAE).
Main Methods:
- Developed a VRAE model integrating Gated Recurrent Unit (GRU) encoding, variational latent sampling, and Monte Carlo (MC) dropout.
- Utilized synthetic noise-augmented pseudo-sequences to represent static tabular data, simulating measurement perturbation and missingness.
- Evaluated the model on two public datasets: Heart Failure Prediction and Cardiovascular Disease datasets.
Main Results:
- Achieved high accuracy (95.8% and 96.1%) and F1-scores (95.7% and 96.0%) on both datasets.
- Outperformed traditional classifiers and other deep learning models, including LSTM and GRU-Attention.
- Demonstrated robustness to synthetic noise and provided superior calibration with the lowest Brier scores (0.061 and 0.059).
Conclusions:
- The proposed VRAE model offers uncertainty-aware representation learning for benchmark-level static tabular CVD classification.
- The framework provides accurate predictions and reliable uncertainty quantification.
- Further validation on real-world longitudinal data is needed for clinical deployment and prospective risk prediction.
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...