14 models found
·
13 public code
·
9 public weights
Adversarial deep learning model that predicts treatment effects for cardiology patients from structured electronic health record (EHR) data, aiming to forecast expected clinical outcomes of specific treatment choices given a patient's clinical status. Two autoencoders separately learn representations of patient characteristics and of the treatments given; an adversarial loss then encourages these representations to capture the correlational structure between a patient's status and the treatment received, improving downstream outcome prediction over non-adversarial baselines. Evaluated on two private cardiology EHR cohorts from a Chinese hospital, ADTEP modestly outperformed a non-adversarial ablation (DTEP) and classical baselines (logistic regression, SVM) at predicting major adverse cardiac events (MACE) after acute coronary syndrome (AUC 0.662 vs. 0.653/0.648/0.621) and at heart-failure outcome prediction.
Model ID: 0136
Interpretable coronary heart disease (CHD) risk prediction model based on the LightGBM gradient-boosting algorithm, combined with SHAP (SHapley Additive exPlanations) values to make individual risk predictions explainable to clinicians. Trained on the public BRFSS_2015 survey dataset and externally validated on the Framingham and Z-Alizadeh Sani datasets, the model reached 90.60% accuracy and 81.06% AUROC on BRFSS_2015, with SHAP analysis identifying age, smoking status, diabetes, hypertension, and high cholesterol as the most influential risk features. A companion CHD scoring system was built from the model to give clinicians a user-friendly risk-assessment tool.
Model ID: 0142
·
Subject Count: 253,680
Real-time deep-learning model that fuses serial 12-lead ECG waveforms with sequential vital signs and routinely available clinical data to predict hospital admission early during emergency department (ED) encounters with cardiac presentations (chest pain, dyspnea, syncope, presyncope). Developed and validated on the public MIMIC-IV, MIMIC-IV-ED, and MIMIC-IV-ECG databases (n=30,421 ED stays with >=1 ECG; n=11,273 with >=2 ECGs), the model improves on baseline tabular (random forest) and ECG-only models by leveraging how a patient's risk evolves with successive ECGs during the visit, addressing a key limitation of single-time-point risk scores.
Model ID: 0149
·
Subject Count: 161,352
Multimodal machine learning model that flags patients at risk of transthyretin amyloid cardiomyopathy (ATTR-CM) -- a progressive, underdiagnosed disease with expanding disease-modifying treatment options -- from routinely available ECG waveforms, echocardiographic measurements, demographics, and diagnosis codes for orthopedic manifestations of amyloidosis (e.g. carpal tunnel syndrome, spinal stenosis). Developed on 799 patients with 5-fold cross-validation (AUROC 0.85) and externally validated on 422 patients at a separate site (AUROC 0.82), with consistent accuracy across Hispanic, non-Hispanic Black, and non-Hispanic White patients. In a subsequent nonrandomized, single-system, multisite clinical trial (the Cardiac Amyloidosis Discovery Trial), patients flagged by ATTRACTnet and referred for confirmatory amyloid scintigraphy were positive for ATTR-CM 48% of the time, more than 2.8x the positivity rate of historical (15.3%) and contemporary (17.0%) controls referred by usual clinical judgment (P < .001 for both). This is a proprietary clinical AI program; no public code or model weights have been released.
Model ID: 0096
·
Subject Count: 799
Foundation vision-language model for cardiac MRI that learns pathophysiological visual representations directly from the natural-language radiology reports accompanying each scan, rather than from hand-labeled targets. A Multi-scale Vision Transformer (MViT, Kinetics-400-initialized) video encoder for cine CMR sequences is contrastively pretrained (InfoNCE) against a PubMed-pretrained BERT text encoder over 19,041 multi-institutional CMR studies. The frozen vision encoder transfers with strong performance to left-ventricular ejection-fraction regression (MAE 3.34% on a UK Biobank hold-out of ~4,259-45,623 participants) and detecting HFrEF (LVEF<40%, AUC 0.880), and the paper reports emergent zero-/few-shot performance across 39 cardiac and non-cardiac conditions including cardiac amyloidosis and hypertrophic cardiomyopathy. Code and pretrained MViT encoder weights are both released (Hugging Face, CC BY-NC 4.0).
Model ID: 0093
Multimodal deep-learning framework that estimates and forecasts abnormal laboratory values directly from a 12-lead ECG plus routinely available demographics, biometrics, and vital signs -- reframing dozens of blood tests as binary classification targets predictable from a test that is already fast, non-invasive, and nearly universal in acute care. A structured state-space (S4) encoder processes the raw ECG waveform and is late-fused with an MLP encoder over the tabular metadata; the same architecture is trained both to estimate the closest lab value within 60 minutes of the ECG ('abnormality prediction') and to forecast whether a value will become abnormal 30/60/120 minutes into the future ('abnormality forecasting'). Trained and evaluated on 385,480 linked ECG-lab-value samples from 127,994 MIMIC-IV patients, the model reaches AUROC > 0.7 for 24 distinct lab abnormalities in the prediction setting and 24 in the forecasting setting, spanning cardiac, renal, hematological, metabolic, immunological, and coagulation categories -- with NT-proBNP elevation the best-predicted marker (AUROC 0.90), followed by hemoglobin, albumin, and hematocrit derangements (AUROC > 0.82). Code for dataset construction, training, and evaluation is public under an MIT license; no pretrained model weights are released.
Model ID: 0100
·
Subject Count: 127,994
Multimodal large language model for ECG medical-report generation and cardiology conversational question-answering. An ECG-CoCa encoder (contrastive ECG-report pretraining in the style of OpenCLIP) is paired with a LLaVA-style vision-language architecture and an LLM backbone, fine-tuned on a purpose-built 45k-example ECG-instruction dataset (19k diagnosis examples + 25k multi-turn dialogue examples) built from five public 12-lead ECG datasets. Produces free-text diagnostic reports and supports zero-shot ECG-report retrieval classification.
Model ID: 0061
·
Subject Count: 225,389
First multimodal LLM to unify ECG time series, 12-lead ECG images, and text for grounded, clinician-aligned ECG interpretation. A dual-encoder framework (ECG-CoCa time-series encoder plus a LLaVA-style vision-language backbone) extracts complementary time-series and image features with cross-modal alignment, trained on knowledge-guided instruction data (ECG-Grounding, linking diagnoses to measurable waveform parameters such as QRS/PR intervals) plus the 1.15-million-conversation ECG-Instruct corpus. Introduces the "Grounded ECG Understanding" benchmark and improves predictive performance, explainability, and grounding over prior ECG-language models such as ECG-Chat and PULSE.
Model ID: 0069
·
Subject Count: 225,389
Multi-scale ECG-language pretraining model that aligns 12-lead ECG signals with clinical text reports at three granularities -- token, beat, and rhythm level -- rather than a single global embedding. First fine-tunes a cardiology-specialized text encoder to improve understanding of ECG report language, then trains an ECG-FM-initialized ECG encoder against it with hierarchical contrastive supervision. Outperforms prior ECG-language and self-supervised baselines including MERL, ST-MEM, and HeartLang on zero-shot classification, linear probing, and ECG report generation, with especially large gains at low label fractions. Developed at the University of Hong Kong (HKU-MedAI).
Model ID: 0082
·
Subject Count: 225,389
Multimodal cardiac MRI foundation model that fuses 3D+T cine CMR (short-axis and long-axis views) with tabular patient health records (demographics, metabolic, and lifestyle factors) from 42,000 UK Biobank participants. Two-stage self-supervised pretraining -- masked-image reconstruction, then imaging-tabular contrastive alignment -- produces representations that transfer to whole-heart segmentation, cardiac phenotype/physiological-feature regression, and cardiac/metabolic disease classification within one unified framework.
Model ID: 0062
·
Subject Count: 74,916
Vision-language model that jointly embeds a cardiac MRI study, treated as video, with the impression section of its clinical report. Combines a video encoder over cine/LGE frame sequences with a Bio+ClinicalBERT text encoder using CLIP-style contrastive training. Supports zero-shot and few-shot classification of cardiomyopathies, amyloidosis, and LV dysfunction, plus image/report retrieval and structured report drafting. Trained on a private, single-institution corpus of roughly 11,000-14,000 CMR study-report pairs from Cleveland Clinic and Case Western.
Model ID: 0007
·
Subject Count: 12,500
Multimodal ECG model that pairs a 1D ConvNeXtV2 signal encoder with a BioLinkBERT text encoder, trained with a joint contrastive-and-captioning objective using LLM-generated descriptions of ECG demographics and waveform patterns in place of raw clinical reports. Validated on arrhythmia diagnosis and ECG-based subject identification, reaching an AUROC of 0.938 fine-tuned and 0.812 zero-shot on PTB-XL diagnostic classification. Developed at Rice University.
Model ID: 0019
·
Subject Count: 64,037
Multimodal model that learns a shared representation space for ECG signals and their clinical text reports, pretrained on paired MIMIC-IV-ECG recordings and reports. Supports zero-shot ECG classification via text prompts, tested across six public benchmark datasets including PTB-XL and CPSC2018 without any downstream training data. Developed at Imperial College London and published at ICML 2024.
Model ID: 0033
·
Subject Count: 161,352
CLIP-style model that aligns 12-lead ECG signals with free-text echocardiography reports for zero-shot detection of structural heart disease directly from an ECG. Extends the MERL framework, and was trained on 45,016 paired ECG-echo reports from two Hong Kong hospitals, with external validation on the public EchoNext dataset from Columbia University. Developed by researchers at the University of Hong Kong and Imperial College London; described in a 2025 medRxiv preprint.
Model ID: 0045