FetalCLIP: A Visual-Language Foundation Model for Fetal Ultrasound Image Analysis
Fadillah Maani, Numan Saeed, Tausifa Saleem, Zaid Farooq, Hussain Alasmawi, Werner Diehl, Ameera Mohammad, Gareth Waring, Saudabi Valappi, Leanne Bricker, Mohammad Yaqub
TL;DR
FetalCLIP introduces a domain-specific visual-language foundation model for fetal ultrasound analysis, addressing the limitations of general medical VISUAL-LANGUAGE models by training on a large paired dataset of fetal images and captions. It leverages a CLIP-style objective with a ViT-L image encoder and a 12-layer text transformer to produce shared embeddings, enabling robust zero-shot classification of fetal views, zero-shot gestational age estimation, and effective downstream transfer to CHD detection and segmentation. Across extensive benchmarks, FetalCLIP achieves state-of-the-art zero-shot performance (e.g., average F1 for view classification of 87.1%), improved CHD detection AUROC, and high Dice scores for segmentation, while maintaining interpretability through CAM and UMAP analyses. The work demonstrates strong generalization and data efficiency, highlights the value of domain-specific multimodal pretraining, and provides open access to code and pretrained weights to accelerate further research and clinical deployment.
Abstract
Foundation models are becoming increasingly effective in the medical domain, offering pre-trained models on large datasets that can be readily adapted for downstream tasks. Despite progress, fetal ultrasound images remain a challenging domain for foundation models due to their inherent complexity, often requiring substantial additional training and facing limitations due to the scarcity of paired multimodal data. To overcome these challenges, here we introduce FetalCLIP, a vision-language foundation model capable of generating universal representation of fetal ultrasound images. FetalCLIP was pre-trained using a multimodal learning approach on a diverse dataset of 210,035 fetal ultrasound images paired with text. This represents the largest paired dataset of its kind used for foundation model development to date. This unique training approach allows FetalCLIP to effectively learn the intricate anatomical features present in fetal ultrasound images, resulting in robust representations that can be used for a variety of downstream applications. In extensive benchmarking across a range of key fetal ultrasound applications, including classification, gestational age estimation, congenital heart defect (CHD) detection, and fetal structure segmentation, FetalCLIP outperformed all baselines while demonstrating remarkable generalizability and strong performance even with limited labeled data. We plan to release the FetalCLIP model publicly for the benefit of the broader scientific community.
