Echocardiography vision foundation model self-distilled on 20 million ultrasound images from 11 clinical centres, with swappable task decoders.
No providers recorded yet. Browse all providers
A single echocardiography service produces images from transthoracic, transesophageal and intracardiac probes, from four transducer vendors, at a dozen depths and zoom levels, with and without contrast. Each downstream task has historically had its own network trained on its own annotated corpus: one model to label which of eighteen standard views a clip shows, another to trace the left ventricle, another to measure septal wall thickness, another to estimate ejection fraction. None transfers to the next task, and none travels well to an unfamiliar scanner.
EchoApex, released in October 2024 by the Digital Technology & Innovation group at Siemens Healthineers, answers that with one image encoder pretrained without labels on echocardiography at scale, onto which small task-specific decoders are attached. The mechanism is teacher-student self-distillation from the DINO family: two augmented crops of the same echo frame pass through a teacher and a student network, and the student is trained to reproduce the teacher's output. Because no annotation enters the loop, pretraining can consume the raw clinical archive rather than the small traced fraction of it.
The design deliberately excludes text. Contemporary echo foundation models such as EchoCLIP learn from video-report pairs and interpret studies through language; EchoApex takes only pixels, which lets one backbone serve tasks where no report exists, such as intraprocedural guidance.
EchoApex uses Vision Transformer backbones in two sizes: ViT-B (12 blocks, patch size 14, embedding dimension 768) and ViT-S (12 blocks, patch size 8, dimension 384), both initialized from the released DINO natural-image checkpoints. The pretraining corpus, Echo20M, was curated from 450,338 videos covering 26,704 patients at 11 clinical centres, yielding 37.4 million de-identified 112x112 frames spanning B-mode, Doppler and volumetric acquisitions on transducers from Siemens Healthineers (68% of videos), Philips (16%), GE (15%) and Samsung (1%). Sampling it into Echo3M, Echo12M and Echo20M exposes a clean scaling trend: ViT-S k-NN view accuracy rises from 70.2% to 87.5% to 91.5%. Pretraining the ViT-B model took roughly 2,100 H100 GPU-hours.
Fine-tuned, the model reaches a mean balanced accuracy of 0.976 on 18 views over 26K annotated videos, beating an ImageNet-pretrained ResNet50 on 14 of them. On CAMUS, EchoNet-Dynamic and EchoNet-Pediatric plus an internal set — 74K annotated frames — it attains a Dice of 0.927 (95% CI 0.926-0.928) against 0.904 for UNet and DeepLabV3 specialists and 0.870 for the generalist MedSAM, and 0.877 versus 0.834 in a zero-shot transfer test. For ejection fraction, a spatial-temporal decoder over a frozen encoder gives an MAE of 5.6% and an AUC of 0.93 for cardiomyopathy detection on EchoNet-Dynamic.
The intended setting is a cardiac imaging workflow whose automated steps share one deployed backbone: routing incoming studies by view, tracing chambers for volume measurement, taking linear wall measurements for hypertrophy assessment, and reporting ejection fraction. Because adapters carry the task-specific weights, a site can add a capability without retraining the encoder. The promptable segmentation path suits interactive review, where a clinician draws a box and corrects the mask rather than accepting a fixed prediction.
EchoApex is presented by its authors as the first general-purpose vision foundation model for echocardiography, and it establishes that the scaling behavior seen in natural images and digital pathology holds in cardiac ultrasound, as the same group found for cardiac MR with CMR-SSL. Its stated limitations are substantive. Pretraining operates on independent still frames, so temporal structure is learned only by the decoder: a specialist spatiotemporal model with early fusion reaches an AUC of 0.97 on cardiomyopathy detection where EchoApex reaches 0.93. A single adapter design is reused across every task rather than tailored per task. Demographic fields were anonymized in most evaluation sets, which prevented any fairness analysis. The work remains a preprint, posted to arXiv and to Research Square without peer review; the pretraining corpus is proprietary clinical data, no code or weights have been released, and the paper states the system is not commercially available.
Much of this page is generated or calculated automatically. Flag anything that looks off and we will re-run it.