8 models found
·
7 public code
·
5 public weights
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.
Model ID: 0095
·
Subject Count: 19,410
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.
Model ID: 0085
·
Subject Count: 225,689
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.
Model ID: 0068
·
Subject Count: 18,885
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).
Model ID: 0003
·
Subject Count: 74,916
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.
Model ID: 0020
·
Subject Count: 161,352
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.
Model ID: 0038
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.
Model ID: 0022
·
Subject Count: 161,352
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.
Model ID: 0023
·
Subject Count: 161,352