15 models found
·
15 public code
·
14 public weights
Lightweight convolutional neural network for binary ECG classification that represents ECG beats as spectrograms (via short-time Fourier transform) rather than raw signals, after denoising and frequency filtration to reduce data volume while preserving diagnostically relevant information. Using the large public PTB-XL dataset, the spectrogram-based CNN reached 99.06% accuracy, outperforming an equivalent raw-signal CNN, while also reducing memory usage and computation by avoiding complex architectures; the authors additionally studied the effect of signal up/down-sampling on classification performance.
Model ID: 0153
·
Subject Count: 18,885
Multi-label 12-lead ECG diagnosis model submitted to the PhysioNet/Computing in Cardiology Challenge 2020, built on the same residual 1D CNN family as the authors' earlier Nature Communications model but retrained and validated across the challenge's large, multi-institutional pooled training set (CPSC2018, China 12-Lead ECG Database, St. Petersburg INCART, PTB and PTB-XL, and the Georgia 12-Lead ECG Database). The model uses an unsupervised pretraining stage -- predicting unseen samples of a partially masked ECG signal -- before supervised fine-tuning to jointly detect nine diagnostic classes (atrial fibrillation, first-degree AV block, left and right bundle branch block, normal rhythm, premature atrial/ventricular contraction, and ST-segment depression/elevation). The 2020 Challenge was notable for requiring every team to publicly release both their trained model weights and full training code, making this one of relatively few 12-lead ECG classifiers with an end-to-end reproducible public pipeline.
Model ID: 0118
·
Subject Count: 19,185
Self-supervised model that performs single-frame digital-subtraction-angiography-style vessel/background separation directly from a single live (non-subtracted) coronary angiogram frame, then supports fine-tuned coronary vessel segmentation. A U-Net-style network is pretrained via an image-to-image translation objective on 58,128 unannotated angiography DICOM series (3,756 patients), then fine-tuned for vessel segmentation on just 40 expert-annotated frames, reaching a Dice of 0.828 on the held-out fine-tuning set and a new state-of-the-art Dice of 0.755 on the public XCAD benchmark. Intended to help clinicians visualize potential stenosis sites without requiring true two-frame digital subtraction acquisition.
Model ID: 0105
·
Subject Count: 3,796
ECG-guided photoplethysmography (PPG) foundation model pretrained on over 100,000 hours of synchronized PPG-ECG recordings from 58,796 subjects across five clinical and wearable sources, using a CLIP-style contrastive alignment framework so the PPG encoder inherits physiologically grounded structure from paired ECG. Achieves state-of-the-art performance on 13 of 15 conventional physiological-analysis tasks across eight datasets, and shows meaningful discriminative capability (AUC >= 0.70) for 307 ICD-10-coded phenotypes across 16 phecode chapters, including many non-cardiovascular conditions.
Model ID: 0067
·
Subject Count: 58,796
Supervised EfficientNetV2-based 12-lead ECG model trained on over 1 million ECGs from the Montreal Heart Institute to predict 77 cardiac conditions derived from American Heart Association recommendations, plus fine-tuned digital-biomarker heads for reduced LVEF, 5-year atrial-fibrillation risk, and long-QT-syndrome (LQTS) detection/genotyping. Validated on 881,403 ECGs across 11 geographically diverse cohorts (4 public, 7 private health systems), achieving AUROCs above 0.98 for the 77-condition interpretation task while being 60x smaller and 29x faster at inference than its self-supervised DeepECG-SSL counterpart, with up to 9.7x lower CO2 emissions on equivalent tasks.
Model ID: 0070
·
Subject Count: 184,210
Self-supervised EfficientNetV2-based 12-lead ECG foundation model pretrained via contrastive learning and masked-lead modeling on 1.9 million ECGs (Montreal Heart Institute plus CODE-15% and MIMIC-IV), then fine-tuned for the same 77-condition ECG interpretation task and digital-biomarker extraction as DeepECG-SL. Outperforms the supervised counterpart on label-scarce digital-biomarker tasks, with the largest gains on LQTS genotype classification (AUROC 0.931 vs. 0.850, n=127 ECGs) and 5-year atrial-fibrillation risk (AUROC 0.742 vs. 0.734, n=132,050 ECGs), and outperforms ECG-FM and ECGFounder on shared external diagnostic classes.
Model ID: 0071
·
Subject Count: 345,562
ECG foundation model designed to remain accurate when leads are missing or signals are noisy. A 1D ConvNeXt V2 encoder is trained with a dual-mode self-distillation objective (separate lead-missing and noise "teachers") alongside contrastive alignment to detailed diagnostic-criteria text reports retrieved via a lightweight, LLM-free "Cardiac Feature Retrieval" module. Consistently ranks best or second-best across PTB-XL diagnostic tasks and MIT-BIH arrhythmia classification under original, noisy, lead-missing, and combined-corruption conditions. Developed by FPT Software AI Center and the University of Arkansas.
Model ID: 0057
·
Subject Count: 180,237
1D residual neural network that screens 10-second, 12-lead ECG tracings for six common abnormalities: first- and second-degree AV block patterns, right and left bundle branch block, sinus bradycardia, atrial fibrillation, and sinus tachycardia. Reported F1 scores above 80% and specificity over 99% when benchmarked against cardiology residents. Developed at Universidade Federal de Minas Gerais and trained on the large Brazilian CODE-15% ECG dataset.
Model ID: 0010
Reconstructs digital 12-lead ECG waveforms from scanned or photographed paper printouts, using an nnU-Net image segmentation model to trace the signal pixels followed by a Hough-transform-based reconstruction pipeline. This is a digitization tool rather than a diagnostic model - it recovers a usable signal from a paper record rather than producing a diagnosis. Won the PhysioNet/Computing in Cardiology Challenge 2024; developed by a team at the University of Oxford.
Model ID: 0014
·
Subject Count: 18,885
Large-scale ECG foundation model pretrained on more than 10 million recordings spanning 150 label categories from the Harvard-Emory ECG Database. Built as a general-purpose feature extractor that can be fine-tuned for arrhythmia detection, demographic inference, and event prediction, and externally validated on MIMIC-IV-ECG and PTB-XL. Also used as the pretrained backbone for downstream clinical models such as Pocket-K, a hyperkalemia detector. Developed by Peking University and Harvard-Emory researchers.
Model ID: 0017
Self-supervised ECG representation learned purely from patient identity: the model is trained so that ECGs from the same patient, recorded at different times, map to nearby points in latent space, with no other labels required. Linear models trained on these representations showed a 51% average performance gain over training from scratch across sex classification, age regression, LVH detection, and AF detection. Developed by the Broad Institute's ML4H group and trained on 3.2 million private ECGs from Massachusetts General Hospital; 12-lead, lead-I-only, and lead-II-only checkpoints are all released.
Model ID: 0028
·
Subject Count: 404,929
Reference benchmark suite for the PTB-XL ECG dataset, providing pretrained xresnet1d, InceptionTime, LSTM, and CPC-pretrained models for 71-label, diagnostic, sub-diagnostic, and super-diagnostic classification of ECG findings. Widely used as a standardized baseline for comparing new ECG classification methods. Developed by Strodthoff et al. at Fraunhofer HHI.
Model ID: 0029
·
Subject Count: 18,885
One of the first open foundation models for PPG signals, pretrained on over 57,000 hours (20 million segments) of publicly available data using a morphology-aware self-supervised objective. Evaluated across 20 tasks from 10 datasets spanning cardiovascular health, sleep disorders, pregnancy monitoring, and general wellbeing. Developed by Nokia Bell Labs and published at ICLR 2025.
Model ID: 0048
Open-source PPG foundation model pretrained directly on real-world, field-collected wearable data rather than clean clinical signals alone, aiming for better generalization to the noise of free-living conditions. Uses a ResNet-based encoder trained with a relative contrastive (RelCon) self-supervised objective, and is directly benchmarked against PaPaGei. Developed at the University of Illinois Urbana-Champaign and published at UbiComp 2025.
Model ID: 0050
Generative adversarial network that synthesizes realistic 10-second, 12-lead normal-sinus-rhythm ECGs from scratch, without using any real patient data at inference time, enabling privacy-preserving data sharing and augmentation. Uses a U-Net-style 1D deconvolutional generator with a WaveGAN-inspired discriminator. Outperformed a WaveGAN* baseline on the fraction of generated tracings classified as normal sinus rhythm by a commercial ECG interpretation algorithm. Developed by SimulaMet and Oslo Metropolitan University.
Model ID: 0030
·
Subject Count: 7,233