Google Research / Google DeepMind
Google's medically-tuned SigLIP image-text encoder that maps medical images and text into a shared embedding space, spanning radiology, pathology, dermatology, and ophthalmology.
MedSigLIP is a medically-tuned vision-language encoder from Google that projects medical images and their associated text into a shared embedding space. It is a variant of SigLIP (Sigmoid Loss for Language Image Pre-training) adapted to healthcare imagery, and it is released as part of Google's Health AI Developer Foundations (HAI-DEF), the same initiative that includes the MedGemma generative models. MedSigLIP is documented in the MedGemma Technical Report (Sellergren et al.), first posted to arXiv in July 2025.
The model targets a recurring problem in medical imaging AI: general-purpose image-text encoders trained on web data transfer poorly to clinical images such as chest radiographs, histopathology slides, and retinal photographs, while modality-specialized encoders each cover only one domain. MedSigLIP is trained across several medical imaging domains at once, so a single encoder produces embeddings useful for classification, retrieval, and zero-shot labeling across radiology, pathology, dermatology, and ophthalmology without a separate model per modality.
MedSigLIP plays a dual role within HAI-DEF. On its own it is a compact, downloadable encoder for building healthcare imaging applications. It also supplies the visual understanding component of the MedGemma multimodal models: the same medically-tuned vision tower feeds the MedGemma language model. Google reports that despite its modest size, MedSigLIP matches or exceeds domain-specialized medical image encoders on the tasks evaluated.
MedSigLIP is built on the SigLIP-400M architecture, pairing a ~400M-parameter vision transformer with a ~400M-parameter text transformer (about 0.9B parameters total). It processes 448x448-pixel images and up to 64 text tokens, and is trained with SigLIP's sigmoid loss on de-identified medical image-text pairs. The training mixture combines public datasets — including MIMIC-CXR, Slake-VQA, PAD-UFES-20, SCIN, TCGA, CAMELYON, and PMC-OA — with proprietary de-identified data from radiology, ophthalmology, dermatology, and pathology sources, plus natural images to preserve general visual ability. On zero-shot chest X-ray classification across 13 findings the model reports an average AUC of 0.844 (versus 0.824 for the ELIXR baseline). Reported linear-probe AUCs include 0.881 for dermatology skin conditions, 0.857 for diabetic-retinopathy grading, and 0.878 averaged across pathology tasks, evaluated over 23 tasks spanning four modalities.
MedSigLIP is intended as a software-development building block rather than a diagnostic device: it emits numerical embeddings that developers use for downstream classification, regression, and semantic search. Typical uses include zero-shot or few-shot triage of medical images, content-based retrieval across imaging archives, data-efficient fine-tuning for new clinical labels, and supplying visual features to larger multimodal systems such as MedGemma. It benefits medical-imaging researchers, healthcare AI developers, and teams building decision-support prototypes. Google states that any application built on MedSigLIP for a medical purpose must be independently validated and is subject to its own regulatory requirements.
MedSigLIP extends the SigLIP contrastive-encoder recipe into a broadly applicable medical imaging foundation model and packages it within HAI-DEF as both a standalone tool and the vision backbone of MedGemma. Its combination of small size, downloadable weights, an Apache-2.0 usage repository, and reported parity with specialized encoders lowers the barrier for building imaging applications across radiology, pathology, dermatology, and ophthalmology. The principal constraints are that the weights are distributed under Google's custom Health AI Developer Foundations terms rather than an open-source license, that much of the training data is proprietary and unreleased, and that the model produces embeddings only — downstream systems supply any clinical output, which Google emphasizes must be separately validated before deployment.
Sellergren, A. B., et al. (2025) MedGemma Technical Report.
DOI: 10.48550/arXiv.2507.05201Papers that recently cited this model.
F. Ma, Mauro Giuffrè, D. Wright, et al.
Jul 2026
Yuming Yang, Xiao Sun, Yuanwei Zou, et al.
Jul 2026
Hyunjae Kim, Dain Kim, Pan Xiao, et al.
Jul 2026
The most-cited papers that cite this model.
Xiang Lan, Feng Wu, Kai He, et al.
arXiv.org · Mar 2025
Mohammad Asadi, J. W. O'Sullivan, F. Cao, et al.
arXiv.org · Mar 2026
Bo Liu, Ke Zou, Li-Ming Zhan, et al.
IEEE International Conference on Computer Vision · Nov 2024
Shuang Zhou, Wenya Xie, Jiaxi Li, et al.
npj Digital Medicine · Jul 2025
Xiaoke Huang, Juncheng Wu, Hui Liu, et al.
arXiv.org · Aug 2025
Share of papers citing this model.