43 models found
·
39 public code
·
23 public weights
Fully automatic four-module deep learning pipeline for identifying, segmenting, and Stanford-subtyping aortic dissection (AD) from CT angiography (CTA). A 3D full-resolution nnU-Net first segments the aorta; the segmented boundary is then multi-view projected for AD identification; for AD-positive cases, a second 3D nnU-Net segments the true lumen (TL) and false lumen (FL); finally, a classifier performs Stanford subtyping from multi-view maximum-density projections of the TL/FL. On 386 CTA scans, the pipeline achieved 0.979 accuracy for AD identification, Dice of 0.968 (TL) and 0.971 (FL) for lumen segmentation, and 0.990 accuracy for Stanford subtyping.
Model ID: 0144
·
Subject Count: 386
Self-supervised deep learning model for coronary artery segmentation from invasive X-ray coronary angiography (ICA), designed to reduce reliance on large annotated datasets. CM-UNet combines a Contrastive Masked Autoencoder (CMAE) with a UNet backbone: an online encoder-decoder branch reconstructs masked image patches while a momentum branch produces contrastive embeddings, jointly pretraining the network on unannotated angiography images before fine-tuning on a small labeled set. Fine-tuning with only 18 annotated images (instead of 500) led to just a 15.2% drop in Dice score, versus a 46.5% drop for baseline models trained without this self-supervised pretraining -- demonstrating strong label efficiency for coronary segmentation.
Model ID: 0137
Cross-modality cardiac image segmentation model that addresses spatial-temporal confounding -- where the anatomy and imaging-modality elements of cardiac images are intertwined across space and time. DCL performs multi-dimensional causal intervention, modeling causal relationships between images and labels as well as causality along the time and space dimensions, integrating historical optimal interventions to transfer knowledge across temporal contexts. A diffusion mechanism further keeps extracted anatomical elements causally invariant across modalities. On cross-modality cardiac images (MR, CT, and ultrasound), DCL achieved a mean Dice of 0.951, outperforming other advanced segmentation methods.
Model ID: 0148
·
Subject Count: 60
Domain-Shuffle Temporal Attention Network for coronary vessel extraction from X-ray coronary angiography (XCA), trained entirely on synthetic temporal XCA data without requiring manual vessel annotations. By leveraging synthetic data generation and a domain-shuffle temporal attention mechanism, DOSTA-Net avoids the need for costly expert-labeled real angiography sequences while still learning temporally consistent vessel segmentation across frames of an XCA sequence.
Model ID: 0160
Fully automatic, open-source deep learning pipeline for estimating left atrial fibrosis from late gadolinium enhancement (LGE) cardiac MRI, built to remove the operator-dependent steps that limit reproducibility of conventional atrial LGE analysis. A multilabel convolutional neural network delineates the left atrial blood pool, pulmonary veins, and mitral valve; these structures are then used to automatically calculate fibrosis burden via established image-intensity-ratio thresholds, without manual tracing. Validated on a 3D LGE-CMR dataset of 207 scans, the pipeline's automatic segmentation achieved a 91% Dice score against manual tracing, and its fully automatic fibrosis quantification closely matched semi-automatic reference methods. The CNN and pipeline are distributed as part of the open-source CemrgApp platform.
Model ID: 0134
·
Subject Count: 207
Reinforcement-learning-based unsupervised domain adaptation framework for spatio-temporal (2D+time) echocardiography segmentation, extending the authors' earlier RL4Seg work to full-length video sequences. RL4Seg3D uses a sliding-window approach supporting high-resolution, full-sized inputs, and fuses multiple reward mechanisms to improve segmentation reliability without requiring additional expert annotations in the target domain. Trained and evaluated on a large dataset of over 30,000 echocardiography videos, it outperforms baselines and foundation models on overall segmentation accuracy as well as echocardiography-specific metrics including anatomical/temporal validity and mitral-valve-commissure landmark precision, and supports test-time optimization via calibrated uncertainty estimates.
Model ID: 0159
Disentangled representation learning model for cardiac image analysis that factorises 2D medical images (MRI, CT) into a spatial 'anatomy factor' (a semantically meaningful multi-channel map, produced by a U-Net-style anatomy encoder) and a non-spatial 'modality factor' (a latent vector capturing imaging-specific characteristics). This disentangled representation supports semi-supervised segmentation using only a fraction of labeled images (matching fully supervised performance), multi-task learning (e.g. jointly regressing cardiac indices), multimodal pooling of MRI and CT data, and image-to-image synthesis between modalities via latent-space arithmetic (swapping modality factors). SDNet also demonstrates that its modality factor alone can predict the input imaging modality with high accuracy.
Model ID: 0163
Automatic coronary artery segmentation pipeline for coronary CT angiography (CCTA). A 2D DenseNet classifier first screens out CT slices that don't contain coronary artery, then a 3D-UNet -- enhanced with dense blocks in the encoder for richer feature extraction and residual, feature-rectifying blocks in the decoder -- segments the coronary artery tree in the remaining slices. A Gaussian-weighted merging scheme combines overlapping 3D patch predictions, up-weighting the more reliable predictions near each patch's center. On the authors' in-house CCTA dataset, the method achieved a Dice similarity coefficient of 0.826.
Model ID: 0127
Open-source, user-guided deep learning tool for coronary artery segmentation from invasive coronary angiography (ICA), designed to improve on traditional quantitative coronary angiography (QCA) edge-detection algorithms that typically require manual correction. Rather than segmenting the whole coronary tree indiscriminately, AngioPy lets the user click a handful of ground-truth points along a specific target vessel (including side branches), and predicts a binary mask for that single artery at the chosen cardiac-cycle time-step. Evaluated against an established QCA system on angiograms from the FAME 2 trial, AngioPy achieved an average F1 score of 0.927 (internal) and 0.924 (external validation), with vessel-diameter and lesion minimal-lumen-diameter measurements showing excellent agreement with QCA (r=0.93-0.96).
Model ID: 0133
Deep learning model for multi-class 3D segmentation of the aorta and its thirteen branches from CT angiography, intended to support planning of endovascular aortic interventions. CIS-UNet combines a CNN encoder with a symmetric decoder and a novel Context-aware Shifted Window Self-Attention (CSW-SA) bottleneck block that adapts the Swin transformer's patch-merging mechanism to more efficiently capture global spatial context. Trained and evaluated via 4-fold cross-validation on the first public multi-branch aorta CTA dataset (59 patients), CIS-UNet outperformed the state-of-the-art SwinUNETR baseline, achieving a mean Dice of 0.713 vs. 0.697 and mean surface distance of 2.78mm vs. 3.39mm, while being more computationally efficient.
Model ID: 0130
·
Subject Count: 59
Two-stage deep learning pipeline that localizes premature ventricular contraction (PVC) beats directly from raw, unsegmented ECG signal, without relying on hand-crafted features or pre-existing R-peak annotations. An encoder-decoder network first localizes the R-peak of every heartbeat (normal or anomalous); the resulting R-peak positions are then passed to CardioIncNet, a 1D InceptionTime-based classifier, which delineates each beat as healthy or PVC. Evaluated with both single-dataset and cross-dataset protocols across three public ECG databases, the pipeline reached F1 scores above 0.99 (single-dataset) and 0.979 (cross-dataset) for R-peak localization, and above 0.96 and 0.85 respectively for PVC beat classification.
Model ID: 0128
·
Subject Count: 47
Pediatric-specific extension of EchoNet-Dynamic: a video-based deep learning model that segments the left ventricle and estimates ejection fraction (EF) from apical-4-chamber (A4C) and parasternal short-axis (PSAX) pediatric echocardiogram clips. Because adult-trained echo models generalize poorly to children (who vary widely in heart size, rate, and image quality), EchoNet-Peds was trained from scratch on a dedicated pediatric video dataset. It segments the LV with a Dice similarity coefficient of 0.89 in both views, estimates EF with a mean absolute error of 3.66%, and identifies pediatric systolic dysfunction with an AUC of 0.95, significantly outperforming an adult-trained model applied to the same pediatric data.
Model ID: 0126
·
Subject Count: 1,923
Deep channel-attention network for segmenting the full coronary vessel tree from sequential X-ray coronary angiography (XCA) frames, rather than a single static image. An encoder-decoder architecture fuses temporal-spatial feature maps across the XCA sequence via skip connections, then uses channel-attention blocks in the decoder to refine features and separate thin vessel structures from complex, noisy backgrounds; a Dice loss addresses the severe foreground/background class imbalance typical of XCA. The authors report that SVS-net outperforms prior 2D and video-based baselines on both quantitative vessel-segmentation metrics and visual validation.
Model ID: 0129
·
Subject Count: 120
One of the foundational baseline segmentation networks submitted to the 2017 Automated Cardiac Diagnosis Challenge (ACDC), comparing 2D and 3D convolutional network designs for segmenting the left ventricle cavity, myocardium, and right ventricle cavity from short-axis cine cardiac MRI at end-diastole and end-systole. The accompanying study systematically explored the tradeoffs between 2D and 3D convolutions for this task, finding that, due to the highly anisotropic voxel spacing typical of clinical cine cardiac MRI, 2D networks that treat each slice independently can match or exceed 3D networks while being far cheaper to train. The public code and pretrained weights for the best-performing configuration have served as a widely used, simple baseline for later cardiac MRI segmentation research (including for automatically deriving ventricular volumes and ejection fraction).
Model ID: 0116
·
Subject Count: 150
nnU-Net-based pipeline for automated detection and sub-classification of acute thoracic aortic dissection (AD) on heterogeneous CT imaging, formulated as a semantic segmentation task rather than direct image classification. The model segments the false lumen (ascending and descending) and the dissection membrane -- along with optional indirect signs such as hemopericardium, aortic wall hematoma, and supra-aortic branch dissection -- and a patient is classified as AD-positive if at least two of the three primary segmented regions exceed a volume threshold tuned via Youden's index; the same pipeline additionally flags Stanford type A dissections. Trained on 157 heterogeneous internal CT studies (not restricted to a single contrast protocol) from Mannheim University Medical Centre and evaluated on an internal held-out test set as well as public external datasets (ImageTBAD and AVT), the model reached an AUROC of 98.7% internally and 97.0% externally, and correctly flagged 93.3% of dissection cases that had not been clinically suspected before imaging. The authors state the trained network will be made publicly available as a non-medical device for further scientific research.
Model ID: 0113
·
Subject Count: 263
The original U-Net baseline segmentation network introduced alongside the CAMUS (Cardiac Acquisitions for Multi-structure Ultrasound Segmentation) dataset, one of the largest fully open-access, expert-annotated 2D echocardiography benchmarks. The network segments the left ventricle endocardium (LVEndo), left ventricle epicardium/myocardium (LVEpi), and left atrium (LA) from apical 2-chamber and 4-chamber echo views at end-diastole (ED) and end-systole (ES). In the original ten-fold cross-validation benchmark comparing U-Net, U-Net++, Stacked Hourglass, Anatomically Constrained Neural Networks, and classical methods, the U-Net variant (18M parameters) achieved the best overall accuracy, reaching Dice scores of 0.939 (ED) / 0.916 (ES) for LVEndo and 0.954 (ED) / 0.945 (ES) for LVEpi, approaching inter-observer variability. A pretrained checkpoint of this baseline U-Net is distributed via the University of Sherbrooke's vitalab CASTOR project as part of a broader library for building anatomically-constrained cardiac segmentation pipelines.
Model ID: 0115
·
Subject Count: 500
Two-stage convolutional neural network that automatically detects and anatomically labels coronary artery, thoracic aorta, and cardiac-valve calcifications in low-dose chest CT acquired for lung-cancer screening. A first CNN with a large receptive field (via dilated convolutions) identifies and anatomically labels candidate calcifications; a second CNN filters true positives from the candidates. Trained and evaluated on 1,744 CT scans from the National Lung Screening Trial (NLST), reaching an F1 of 0.89 (soft-filter reconstructions) / 0.84 (sharp-filter reconstructions) for coronary artery calcifications and a linearly-weighted kappa of 0.90-0.91 for per-subject cardiovascular risk categorization versus the manual reference standard.
Model ID: 0102
·
Subject Count: 1,744
Deep learning pipeline for detection and quantification of abdominal aortic aneurysm (AAA) -- a typically asymptomatic condition often missed incidentally by radiologists -- from abdominal-pelvic CT. A modified 3D U-Net segments the aorta on both contrast and non-contrast CT volumes with a variable number of images, after which an ellipse-fitting post-processing step measures the aortic cross-sectional diameter along the vessel to detect aneurysmal dilation. Trained and validated on 321 abdominal-pelvic CT examinations from Massachusetts General Hospital, the model reached a sensitivity/specificity of 0.91/0.95 on the primary validation set, and 0.85/1.0 on a separate 57-exam generalization test set with different patient demographics and acquisition characteristics; the authors report that DeepAAA exceeded literature-reported radiologist performance for incidental AAA detection.
Model ID: 0114
·
Subject Count: 321
Deep learning platform for fully automatic segmentation and phenotyping of coronary intravascular ultrasound (IVUS) pullbacks, packaged with a desktop GUI and CLI. A convolutional encoder-decoder network delineates the internal (lumen) and external elastic lamina borders on each cross-sectional IVUS frame; downstream rule-based analysis derives lumen area, plaque area, plaque burden, automatically flags lesions with plaque burden exceeding 40%, and reports minimum lumen area and maximum plaque burden along the pullback. Also supports end-diastolic gating and manual contour editing. Trained on 305 clinical IVUS pullbacks (270 train / 35 validation) from Philips and Boston Scientific catheters at Emory University; downstream evaluations have applied DeepIVUS to tasks such as automated detection of stent underexpansion.
Model ID: 0104
·
Subject Count: 305
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
End-to-end deep learning model for detecting fetal QRS complexes directly from non-invasive abdominal ECG (aECG) signals, without requiring a separate reference maternal ECG or heavy hand-crafted feature engineering. The model adopts a ResNet architecture built from 1-D octave convolutions (OctConv), which factorize feature maps into high- and low-frequency components to capture multiple temporal frequency scales while reducing memory and compute cost relative to a standard 1-D ResNet; the resulting feature-importance weighting also highlights the signal regions most relevant to each detection. Evaluated on the PhysioNet/CinC Challenge 2013 fetal ECG database (with added Gaussian and motion-artifact noise to mimic real-world recording conditions), the model reached an F1 score of 91.1% while cutting computation by more than 50% for less than a 2% drop in performance versus a non-octave ResNet baseline.
Model ID: 0112
·
Subject Count: 75
Self-supervised learning method for carotid plaque segmentation from B-mode ultrasound images, designed to reduce the amount of expert-labeled data needed to train a segmentation network. A level-set-and-least-squares-based deformation procedure synthesizes registration image pairs from unlabeled carotid ultrasound images, and a spatial-transformer-based registration pretext task pretrains a Stacked U-Net (Su-Net) to focus on plaque-contour features before fine-tuning on a small labeled dataset for total plaque area (TPA) segmentation. Evaluated on carotid ultrasound datasets from two different institutions and countries, the method showed robust generalization when trained with only a small number of labeled images.
Model ID: 0111
nnU-Net-based segmentation network that detects and delineates stenotic lesions directly from X-ray coronary angiography frames, developed for the ARCADE (MICCAI 2023) stenosis-detection challenge. A companion model (YOLO-Angio, same team) handles vessel-tree segmentation; StenUNet focuses specifically on pixel-wise localization of stenotic regions. Placed 3rd overall among ARCADE challenge entrants with an F1 score of 0.5348 on the hold-out test set, within 0.0005 of the 2nd-place team.
Model ID: 0101
Dilated U-Net model for fully automatic segmentation of the intima-media complex (IMC) of the common carotid artery on longitudinal B-mode ultrasound images, used to measure carotid intima-media thickness (cIMT) -- a standard imaging biomarker of subclinical atherosclerosis. A far-wall detection step first localizes the region of interest, and the dilated U-Net then segments the near- and far-wall IMC boundaries within it. Trained and evaluated with 5-fold cross-validation on a multicenter database of 2,176 images annotated by two experts, the method reached a mean absolute thickness difference of under 120 micrometres versus the reference annotations -- smaller than the approximately 180-micrometre inter-observer variability -- with a 98.7% fully-automatic success rate (only 1.3% of cases required manual correction).
Model ID: 0110
U-Net-variant segmentation model that identifies and quantifies coronary artery calcium (CAC) directly from routine non-gated, non-contrast chest CT scans -- the kind ordered for lung-cancer screening or unrelated indications rather than a dedicated cardiac scan -- so that the tens of millions of such scans performed annually can be opportunistically screened for cardiovascular risk without any extra imaging. Predicted calcium masks are combined with the CT's Hounsfield units to compute an Agatston-equivalent score. Trained on 446 expert-segmented scans from 98 medical centers across the U.S. Department of Veterans Affairs national health system (capturing substantial heterogeneity in scanners and protocols) and benchmarked against 795 patients with a paired same-year gated CAC study: nongated AI-CAC differentiates zero-vs-nonzero and <100-vs->=100 Agatston categories with 89.4% (F1 0.93) and 87.3% (F1 0.89) accuracy respectively, and its score stratifies 10-year all-cause mortality (CAC 0 vs. >400: 25.4% vs. 60.2%, hazard ratio 3.49) and composite stroke/MI/death risk (33.5% vs. 63.8%, hazard ratio 3.00). In a simulated opportunistic-screening run across 8,052 low-dose CT scans, cardiologists confirmed 99.2% of patients flagged with AI-CAC >400 would benefit from lipid-lowering therapy. Code and trained model weights are both public under an MIT license.
Model ID: 0099
Fully automated pipeline for interpreting coronary angiograms that chains four purpose-built neural networks: (1) angiographic projection-angle identification, (2) left/right coronary artery detection, (3) arterial segment localization, and (4) stenosis-severity estimation. Trained on 13,843 angiographic studies (195,195 videos) from 11,972 adult patients at UCSF (2008-2019), with projection-angle and LCA/RCA-detection tasks each reaching precision/sensitivity/F1 at or above 90%. For predicting obstructive coronary artery disease (>=70% stenosis), CathAI reaches an AUC of 0.862 internally, 0.869 on external angiograms from the University of Ottawa Heart Institute, and 0.775 after retraining on quantitative-coronary-angiography labels from the Montreal Heart Institute core lab. No public code or model weights have been released.
Model ID: 0091
·
Subject Count: 11,972
Deep learning framework, developed in collaboration with the MONAI community, for automatic segmentation of tricuspid valve leaflets from transthoracic 3D echocardiograms in children with hypoplastic left heart syndrome (HLHS) and other forms of single-ventricle congenital heart disease, integrated into 3D Slicer via MONAILabel for interactive clinical/research use. Addresses a modality (pediatric 3D echocardiography) and population (single-ventricle congenital heart disease) largely absent from adult-focused cardiac AI models.
Model ID: 0076
·
Subject Count: 129
Framework for training an echocardiography left-ventricle segmentation model purely by data-free knowledge distillation: a ConvLSTM-based student network learns to reproduce the masks produced by an EchoNet-Dynamic (DeepLabV3-ResNet50) teacher on entirely synthetic echo videos, with no real labeled data or even real videos required. Achieves state-of-the-art results identifying end-diastolic/end-systolic frames, reaching segmentation quality close to real-data training with substantially fewer weights; also introduces a human-annotation-free evaluation method using a large auxiliary model.
Model ID: 0065
Largest federated cardiac CT analysis to date (n=8,104 scans) across a real-world federation of German university hospitals, addressing partially-labeled data across sites via a two-step semi-supervised knowledge-distillation strategy: task-specific CNNs first predict on unlabeled data per label type, then a SWIN-UNETR transformer learns from these predictions with label-specific heads. Learns a single federated model that simultaneously predicts TAVI-relevant landmarks (aortic hinge points, coronary ostia, membranous septum) and calcification from cardiac CT, improving generalizability over UNet-based baselines on downstream tasks.
Model ID: 0074
·
Subject Count: 8,104
Adapts the Segment Anything Model (SAM) to echocardiography video segmentation by giving it a space-time memory that carries both spatial and temporal cues, so that only the first frame of a video needs an external point prompt and every subsequent frame is segmented from a propagated memory prompt instead. A memory reinforcement mechanism uses each frame's predicted mask to suppress speckle-noise features before they are written back into memory, addressing a key failure mode of naively adapting video object segmentation (e.g. XMem) to noisy ultrasound. Built on SAMUS (an ultrasound-adapted SAM) with a frozen SAM backbone and only the image-encoder adapter layers trained. On the semi-supervised CAMUS and EchoNet-Dynamic benchmarks (only end-diastole/end-systole frames labeled), MemSAM reaches 93.3% and 92.8% mean Dice respectively, outperforming UNet, SwinUNet, H2Former, and prior medical-SAM adaptations (MedSAM, MSA, SAMed, SonoSAM, SAMUS) with far fewer prompts, and derives LVEF (via Simpson's biplane method of disks) with a Pearson correlation of 78.9% against ground truth on CAMUS. Training/inference code is public (MIT license); only the starting SAM ViT-B checkpoint is linked for download, not a separately released fine-tuned MemSAM checkpoint.
Model ID: 0098
·
Subject Count: 10,530
Self- and weakly-supervised pipeline for left-ventricle segmentation across the full cardiac cycle in apical-4-chamber echocardiography videos. A video segmentation network (2D super-image or 3D U-Net encoder) is first pretrained with a self-supervised temporal-masking objective on largely unannotated echo frames, then fine-tuned with weak supervision from the sparse end-diastole/end-systole frame labels that most echo datasets provide. Achieves 93.3% Dice on EchoNet-Dynamic, outperforming nnU-Net and non-SSL baselines, and generalizes to the external CAMUS dataset. Developed by the BioMedIA group at MBZUAI.
Model ID: 0081
·
Subject Count: 10,030
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
Fully automated deep learning workflow for characterizing cardiac mechanics from balanced steady-state free-precession (bSSFP) cine cardiac MRI. It decouples two convolutional networks—a segmentation net (CarSON) and a 3D motion-estimation net (CarMEN)—to derive left- and right-ventricular volumes plus global and regional myocardial strain and strain rate without manual tracing. Trained and validated on healthy and cardiovascular-disease subjects and shown to be robust across MRI vendors, with excellent intra-scanner repeatability for strain. Developed at Massachusetts General Hospital and the Harvard-MIT Division of Health Sciences and Technology.
Model ID: 0056
·
Subject Count: 150
Open-source pipeline that classifies aortic stenosis (AS) severity from transthoracic echocardiography by combining structural and functional information. Video-based R(2+1)D convolutional networks read six B-mode and color Doppler views while a segmentation model measures peak aortic-jet velocity, and an ensemble integrates these into a final severity prediction. Trained on 210,193 images from Kaiser Permanente Northern California and validated across held-out, temporally distinct, and external Stanford and Cedars-Sinai cohorts, reaching AUCs up to 0.96–0.99 for severe AS. Developed by the Ouyang lab.
Model ID: 0054
Automated pipeline that segments both heart ventricles and tracks their motion throughout the cardiac cycle from short-axis cine cardiac MRI, producing 3D bi-ventricular models with per-vertex wall-thickness and curvature measurements over time. Built on a shape-refined multi-task fully convolutional network, followed by non-rigid registration and mesh-based motion tracking. Trained on roughly 400 manually annotated pulmonary hypertension patients as part of Imperial College London's UK Digital Heart Project, and underlies the related 4Dsurvival cardiac-motion survival-prediction study.
Model ID: 0002
·
Subject Count: 400
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
Fully automatic pipeline that localizes the heart, segments coronary calcium, and produces an Agatston-style coronary artery calcium score from gated and non-gated chest/cardiac CT. A three-stage 3D CNN performs each step in sequence. Validated across the Framingham, NLST, PROMISE, and ROMICAT-II cohorts, where the resulting calcium score predicted cardiovascular events with hazard ratios up to 4.3. Developed by the Harvard AIM Lab.
Model ID: 0008
·
Subject Count: 3,380
End-to-end pipeline for apical-4-chamber echocardiogram videos that segments the left ventricle, estimates ejection fraction on a beat-to-beat basis, and classifies cardiomyopathy with reduced ejection fraction. Combines a DeepLabV3-ResNet50 segmentation model with a 3D CNN (R2+1D/R3D/MC3) initialized on the Kinetics-400 video dataset. Trained on the public EchoNet-Dynamic dataset released alongside it, and one of the most widely reused open echocardiography models since its 2020 Nature publication. Developed by Stanford University.
Model ID: 0036
·
Subject Count: 10,030
3D CNN that segments seven cardiac substructures - both ventricles, both atria, the LV myocardium, ascending aorta, and pulmonary artery trunk - from cardiac CT angiography. Trained with a hybrid loss function combining multiple segmentation objectives. Developed at CUHK for the MICCAI 2017 Multi-Modality Whole Heart Segmentation (MM-WHS) challenge.
Model ID: 0009
·
Subject Count: 60
Ensemble of ten self-configuring nnU-Net models (five 2D, five 3D) that segments the left ventricle, right ventricle, and myocardium from short-axis cardiac cine MRI. Won the 2020 M&Ms challenge, a multi-centre, multi-vendor, multi-disease benchmark spanning scanners from four vendors and three countries, demonstrating strong generalization across acquisition protocols. Developed by DKFZ, the group behind the widely used nnU-Net framework.
Model ID: 0005
·
Subject Count: 350
Two-stage pipeline that segments the left atrium and quantifies atrial scar tissue from 3D late-gadolinium-enhancement cardiac MRI, supporting atrial-fibrillation ablation planning. A Multi-Scale Weight Sharing network first delineates the atrial cavity, then a boundary-patch method segments scar tissue around the detected wall. Developed at Queen Mary University of London for the LAScarQS 2022 MICCAI/STACOM segmentation challenge.
Model ID: 0004
Segments coronary vessels from invasive X-ray angiography images and automatically quantifies the degree of stenosis along the extracted centerlines. Combines MedSAM, a Segment-Anything-style vision model, with a Mamba-based VM-UNet segmentation branch for efficient long-range feature modeling. Trained and evaluated on the ARCADE, DCA1, and GH angiography datasets by researchers at Ocean University of China and Shandong University.
Model ID: 0001
Long-standing toolbox for automated segmentation of the ventricles and atria and derivation of cardiac imaging phenotypes from short- and long-axis cine cardiac MRI. Built on a fully convolutional network trained per slice, and widely reused across UK Biobank cardiac imaging studies since its 2018 publication. Developed at Imperial College London.
Model ID: 0006
·
Subject Count: 74,916