Cardiac MR vision foundation model self-supervised on 36 million images, fine-tuned for segmentation, view classification and pathology detection.
No providers recorded yet. Browse all providers
A single cardiovascular magnetic resonance (CMR) study is not one image type but a dozen: cine balanced steady-state free precession stacks, late gadolinium enhancement (LGE), T1 and T2 mapping, perfusion, black-blood sequences, localizers. Reading it requires a chain of steps — identify the sequence, decide which cine view it shows, segment the ventricles and myocardium, find the right ventricular insertion points, then call the pathology. Conventional practice trains a separate network for each step, so nothing learned about myocardial borders on cine transfers to LGE, and the rarer sequences never accumulate enough annotated examples at all.
CMR-SSL attacks that fragmentation by moving the expensive learning off labels entirely. A ViT-S/8 vision transformer is pretrained with DINO self-distillation on 36 million unlabeled CMR images: a student and an exponential-moving-average teacher with identical architectures are pushed to produce the same representation for aggressively different crops, flips, rotations, solarizations and blurs of one image. The resulting encoder is then the starting point for every downstream task — a linear head for classification and detection, a UNETR decoder for segmentation and landmark regression — rather than being re-pretrained per cohort.
It comes from Siemens Healthineers with the Technical University of Munich and Imperial College London, appearing on arXiv in October 2024 as "Towards a vision foundation model for comprehensive assessment of Cardiac MRI" and in the Journal of Cardiovascular Magnetic Resonance in 2025 under a different title, "Towards a cardiovascular magnetic resonance foundation model for multi-task cardiac image analysis." Where MRI-CORE spreads a similar recipe across 18 body regions, CMR-SSL spends its capacity on one organ and one modality.
The encoder is a 21M-parameter ViT-S with patch size 8, initialized from natural-image DINO weights and trained in two resolution stages — 128×128 at batch size 1024, then 224×224 at batch size 512 — for seven days on eight NVIDIA H100 80GB GPUs with AdamW, using LightlySSL and PyTorch Lightning. Pretraining images come from 27,524 subjects across the UK Biobank and two clinical centers, resampled to 1 mm × 1 mm and center-cropped to 224×224; downstream features are the concatenated [CLS] tokens of the last four blocks plus the mean patch token of the last, 1920 dimensions in all. Against an ImageNet-pretrained ResNet50 baseline of comparable size (23M parameters), it gains 6.8 percentage points on average for cine view classification (0.827 to 0.896), 0.1–1.8 points of Dice on segmentation, 3.7 and 6.6 points on LGE detection, and 14 points on cardiac disease detection (0.560 to 0.700). Absolute scores sit at Dice 0.933/0.879/0.907 for left ventricle, myocardium and right ventricle on cine short-axis and 0.884 for LGE short-axis myocardium, with 1.914 mm error for the anterior insertion point against 3.1 mm reported previously. Ablations isolate the ingredients: DINO beats masked autoencoding, ViT-S/8 beats a DINO-trained ResNet50, and CMR pretraining beats natural-image pretraining.
The target is the routine CMR reading workflow — sorting a study's sequences and views, contouring chambers and myocardium for ejection fraction and tissue characterization, placing the insertion points that anchor American Heart Association segment models, and flagging hyperenhancement or cardiomyopathy. For groups building CMR analysis tools, the more useful property is the label economics: a shared encoder means a new task on a rare sequence can be approached with tens of annotated cases rather than thousands.
The work is framed as a step rather than a destination, and its limitations are worth stating plainly. Every downstream task requires supervised fine-tuning; zero-shot use was not evaluated. Disease detection remains below task-specific literature (0.700 against a reported 0.86–0.96 range), and not all gains over the baseline reached statistical significance. About 80% of the pretraining corpus is cine data. Most consequentially for anyone hoping to build on it, the authors state that they cannot release the pretrained weights, citing institutional data agreements and the industrial research setting, and offer methodological detail for replication on public CMR datasets instead. What it does establish, over an unusually broad task sweep, is that organ- and modality-specific self-supervised pretraining beats generic natural-image pretraining across a whole clinical workflow.
Much of this page is generated or calculated automatically. Flag anything that looks off and we will re-run it.