CVAI Catalog

·

View Catalog

tune

8 models found

·

7 public code

·

5 public weights

CT-LVEF

Columbia University Irving Medical Center / Weill Cornell Medicine / Cornell Tech (Raikhelkar, Bai, Sabuncu, Uriel et al.) · 2026

lock

Code & model weights private

Vision Transformer-based classifier that detects abnormal left-ventricular ejection fraction (LVEF < 50%) directly from static, non-gated, non-contrast chest CT scans -- an imaging modality ordered for unrelated indications (lung cancer screening, pulmonary embolism, trauma) in over 80 million US exams a year -- as a form of opportunistic heart-failure screening. Fine-tunes the encoder of the CT-ViT (GenerateCT) framework, with separate spatial (axial-plane) and z-axis (slice-wise) self-attention blocks, on 3D CT volumes paired with echocardiogram-derived LVEF labels from 25,948 Columbia University studies; reaches an AUROC of 0.786 on a held-out test set and 0.762 on external validation at Weill Cornell Medicine, clearly outperforming demographic/diagnosis-code-only baselines (Random Forest, XGBoost, AUROC 0.54-0.61). On a radiologist-comparison subset, the model's weighted F1 (0.80-0.81) exceeded two board-certified thoracic radiologists (0.62-0.80) at a small fraction of the interpretation time. Grad-CAM saliency maps highlighted clinically sensible correlates of reduced LVEF (cardiomegaly, dilated superior vena cava, calcified ascending aorta, pacemaker hardware, pulmonary edema). No public code or model weights have been released.

Non-contrast cardiac CT

Filter by Modality:
Cardiac CT

LV systolic dysfunction (LVSD)

Filter by Disease / Trait:
Cardiac Function & Hemodynamics

Binary classification

Filter by Task Type:
Classification

Vision Transformer

Filter by Architecture:
Transformer


Model ID: 0095

·

Subject Count: 19,410

ECG-JEPA

Zuse Institute Berlin (Weimann et al.) · 2024

code

Training code public

Self-supervised ECG representation-learning method that adapts Joint-Embedding Predictive Architecture (JEPA) -- originally developed for images -- to 1D electrocardiogram signals. A Vision Transformer encoder (ViT-XS/S/B) is pretrained to predict masked temporal segments of the ECG directly in latent feature space, using a masking strategy tailored to time-series, on more than 1 million ECGs pooled from MIMIC-IV-ECG, CODE-15%, PTB-XL, Chapman-Shaoxing, CPSC2018/Extra, Georgia, PTB, and St-Petersburg-INCART. After fine-tuning on PTB-XL, the ViT-S/JEPA model reaches 0.945 AUC on the all-statements diagnostic task, exceeding prior self-supervised ECG baselines including CPC and ST-MEM. Developed at the Zuse Institute Berlin.

12-lead ECG

Filter by Modality:
ECG

General Purpose / Multi-task

Filter by Disease / Trait:
General / Foundation

Multi-label classification

Filter by Task Type:
Classification

Vision Transformer

Filter by Architecture:
Transformer

PyTorch

Filter by Framework:
PyTorch


Model ID: 0085

·

Subject Count: 225,689

PatchECG

Peking University (PKUDigitalHealth) (Zhang, Hong et al.) · 2025

code

Training code public

Patch-based masked-training framework for robust arrhythmia detection from digitized, multi-layout ECG images (e.g. 3x4, 2x6, 12x1 printed/scanned layouts), designed to handle the asynchronous lead timing and partial signal blackout that digitization introduces. An adaptive variable block-count masking strategy focuses model attention on key patches with cross-lead dependencies. Evaluated on PTB-XL digitized into multiple synthetic layouts and externally validated on 400 real digitized ECG images from Chaoyang Hospital, outperforming classical imputation baselines and the CNN foundation model ECGFounder.

12-lead ECG image

Filter by Modality:
ECG

General Purpose / Multi-task

Filter by Disease / Trait:
General / Foundation

Atrial fibrillation

Filter by Disease / Trait:
Arrhythmia

Multi-label classification

Filter by Task Type:
Classification

Binary classification

Filter by Task Type:
Classification

Vision Transformer

Filter by Architecture:
Transformer

PyTorch

Filter by Framework:
PyTorch


Model ID: 0068

·

Subject Count: 18,885

CineMA

UCL / Mycardium (Fu et al.) · 2025

graph_1

Code & model weights public

Foundation model for cine cardiac MRI, self-supervised via masked autoencoding on nearly 75,000 UK Biobank scans. Uses a Vision Transformer with a convolutional stem, unified across long-axis and short-axis views. Fine-tuned checkpoints are released for ventricle and myocardium segmentation, ejection-fraction regression, cardiovascular disease classification, and landmark localization across several public benchmark datasets (ACDC, M&Ms, M&Ms2, EMIDEC, and others).

Cardiac MRI

Filter by Modality:
Cardiac MRI

General Purpose / Multi-task

Filter by Disease / Trait:
General / Foundation

Cardiac chamber segmentation

Filter by Disease / Trait:
Structural Heart & Cardiomyopathy

LVEF estimation

Filter by Disease / Trait:
Cardiac Function & Hemodynamics

Binary classification

Filter by Task Type:
Classification

Segmentation

Filter by Task Type:
Segmentation & Detection

Regression

Filter by Task Type:
Regression

Detection / localization

Filter by Task Type:
Segmentation & Detection

Vision Transformer

Filter by Architecture:
Transformer

PyTorch

Filter by Framework:
PyTorch

MIT

Filter by License:
Permissive


Model ID: 0003

·

Subject Count: 74,916

ECG-FM

University of Toronto / Vector Institute (Bo Wang Lab) · Base pretrained · 2024

graph_1

Code & model weights public

Open ECG foundation model with 90.9M parameters, built on a wav2vec 2.0-style Transformer and pretrained on 1.25-1.5 million ECGs using a hybrid contrastive-and-generative self-supervised objective. Base pretrained weights and MIMIC-IV-ECG-finetuned downstream checkpoints are both released. Developed on the fairseq_signals framework by the University of Toronto / Vector Institute's Wang lab.

12-lead ECG

Filter by Modality:
ECG

Atrial fibrillation

Filter by Disease / Trait:
Arrhythmia

LV systolic dysfunction (LVSD)

Filter by Disease / Trait:
Cardiac Function & Hemodynamics

General Purpose / Multi-task

Filter by Disease / Trait:
General / Foundation

Binary classification

Filter by Task Type:
Classification

Multi-label classification

Filter by Task Type:
Classification

Transformer

Filter by Architecture:
Transformer

PyTorch

Filter by Framework:
PyTorch

MIT

Filter by License:
Permissive


Model ID: 0020

·

Subject Count: 161,352

EchoJEPA

University of Toronto / Vector Institute (Bo Wang Lab) · ViT-L · 2026

graph_1

Code & model weights public

Echocardiography foundation model trained with a latent-predictive (V-JEPA2-style) self-supervised objective rather than pixel reconstruction, pretrained on 18 million echocardiograms from 300,000 patients drawn from the public MIMIC-IV-ECHO dataset plus a private multi-site archive - reportedly the largest echo pretraining corpus assembled to date. With a frozen backbone and only lightweight added layers, it outperforms prior echo foundation models by roughly 20% on ejection-fraction estimation and 17% on right-ventricular pressure estimation, reaches strong view-classification accuracy using just 1% of labels, and transfers zero-shot to pediatric echo better than fully fine-tuned baselines. Developed by the University of Toronto's Bo Wang Lab.

Echocardiography video

Filter by Modality:
Echocardiography

Echocardiographic view classification

Filter by Disease / Trait:
General / Foundation

LVEF estimation

Filter by Disease / Trait:
Cardiac Function & Hemodynamics

General Purpose / Multi-task

Filter by Disease / Trait:
General / Foundation

Multi-class classification

Filter by Task Type:
Classification

Regression

Filter by Task Type:
Regression

Embedding

Filter by Task Type:
Representation Learning

Vision Transformer

Filter by Architecture:
Transformer

PyTorch

Filter by Framework:
PyTorch

Apache 2.0

Filter by License:
Permissive


Model ID: 0038

HeartLang

Peking University (PKUDigitalHealth) · 2025

graph_1

Code & model weights public

Treats ECGs as a language: a QRS-Tokenizer converts raw waveforms into discrete heartbeat 'words' from a learned 8,192-entry vocabulary, and a spatio-temporal transformer (ST-ECGFormer) is pretrained via masked-sentence modeling over these tokens. Evaluated for robust, competitive performance across six public ECG datasets and published at ICLR 2025. Developed by Peking University's digital health group, pretrained on MIMIC-IV-ECG.

12-lead ECG

Filter by Modality:
ECG

General Purpose / Multi-task

Filter by Disease / Trait:
General / Foundation

Multi-label classification

Filter by Task Type:
Classification

Transformer

Filter by Architecture:
Transformer

PyTorch

Filter by Framework:
PyTorch

MIT

Filter by License:
Permissive


Model ID: 0022

·

Subject Count: 161,352

HuBERT-ECG (large)

University of Brescia (Coppola et al.) · 2024

graph_1

Code & model weights public

Self-supervised foundation model for 12-lead ECGs, pretrained on 9.1 million recordings covering 164 cardiovascular conditions across adult and pediatric cohorts, including single-lead settings. Uses a HuBERT-style Transformer encoder and can be fine-tuned with a simple output layer for diagnosis and event-prediction tasks. Released in small, base, and large (~183M parameter) configurations by researchers at the University of Brescia.

12-lead ECG

Filter by Modality:
ECG

General Purpose / Multi-task

Filter by Disease / Trait:
General / Foundation

Multi-label classification

Filter by Task Type:
Classification

Transformer

Filter by Architecture:
Transformer

PyTorch

Filter by Framework:
PyTorch

CC BY-NC 4.0

Filter by License:
Non-commercial / Research-only


Model ID: 0023

·

Subject Count: 161,352