Join the conversation

Join the community of Machine Learners and AI enthusiasts.

Sign Up
VolodymyrPugachov 
posted an update 14 days ago
Post
3707
Digital Heart Model: Initial Research Launch 🚀

I am excited to announce the launch of research on the Digital Heart Model (DHM), an AI-driven digital twin designed to transform personalized cardiovascular care. DHM integrates multimodal data, focusing initially on cardiac imaging, histopathological imaging, and ECG data, to predict patient outcomes and optimize interventions.

Initial Model and Dataset Overview:

Base Model: Multimodal AI foundation combining Convolutional Neural Networks (CNN), Vision Transformers (ViT), and Graph Neural Networks (GNN).

Datasets: Cardiac MRI and CT imaging datasets, histopathological cardiac tissue images, and extensive ECG waveform data.

Expected Results from First Iteration:

Cardiac event prediction (e.g., myocardial infarction) accuracy: AUC ≥ 0.90

Arrhythmia detection and classification accuracy: AUC ≥ 0.88

Enhanced segmentation accuracy for cardiac imaging: Dice Score ≥ 0.85

🔍 Next Steps:

Conducting initial retrospective validation.

Preparing for prospective clinical validation.

Stay tuned for updates as we redefine cardiovascular precision medicine!

Connect with us for collaboration and insights!

Well done to Healthcare contribution and to field of ECG data processing in particular. 👏
Looks like base model mention a lot of concepts (CNN, ViT, GNN) that could individually represent a solution for that propblem or form a processing pipeline. Would it be possible to ask on having a look on the framework diagram / preprint studies for a greater detail?

·

Hi Nicolay,
Initially, we aimed to chain together CNNs, Vision Transformers and GNNs into a unified pipeline for feature extraction across modalities. As we dug deeper, however, do we think that perhaps developing and fine-tuning a medicine-capable foundation model—one pre-trained on vast, multimodal cardiac data—would give us a far more flexible core for the Digital Heart Model?
In our current approach:
Foundation Model Pre‑training
We pre‑train an extensive, multimodal network on imaging (MRI/CT, histopathology) and ECG waveforms. This provides us with rich spatial, textural, and temporal representations in a single model.
Fine‑tuning for Clinical Tasks
From that base, we fine‑tune on specific tasks—event prediction, arrhythmia classification, segmentation—to achieve our target AUCs and Dice scores. This strategy leverages transfer learning to enhance performance, particularly when labelled clinical data are scarce.
Integration with Physics‑based Simulation
Finally, we will couple the fine-tuned AI core with a physical heart model, solving biomechanical and hemodynamic equations, to enable virtual interventions and personalised simulations.
We are finalising a detailed framework diagram and a preprint that outlines each of these steps, providing scientific rationale, training regimes, and fusion strategies. We will be publishing these diagrams and full results—including model checkpoints and code—on Hugging Face and arXiv.org in our upcoming posts. Stay tuned there for the deep dive! 🚀
Happy to dive into any specific aspect as we roll things out.
Best,
Volodymyr