bio.rodeo
ModelsOrganizationsLeaderboardAbout
bio.rodeo

The authoritative source for evaluating biological foundation models. No hype, just honest analysis.

AboutFAQSubmit a modelContact
© 2026 Pulsatance. All rights reserved. ~
Built by Pulsatance
Imaging foundation models
ImagingPathology

MedSigLIP

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.

Released: July 2025

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.

#Key Features

  • Shared medical image-text space: A two-tower encoder aligns medical images and text via SigLIP's sigmoid contrastive objective, enabling zero-shot classification, semantic image search, and text-to-image retrieval on clinical data.
  • Multi-domain coverage: Training spans chest X-rays, histopathology, dermatology, ophthalmology, and CT/MRI slices, so one encoder generalizes across imaging specialties rather than a single modality.
  • Compact and downloadable: At roughly 0.9B parameters with a 448x448 input resolution, the weights are small enough for single-GPU fine-tuning and are available on Hugging Face and Google's Model Garden under HAI-DEF terms.
  • Backbone for MedGemma: The same vision encoder powers the visual understanding of the MedGemma vision-language models, linking a standalone embedding tool to a generative medical model family.
  • Retention of natural-image ability: Non-medical images are included in training so the encoder keeps general visual competence alongside its medical specialization.

#Technical Details

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.

#Applications

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.

#Impact

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.

Citation

MedGemma Technical Report

Preprint

Sellergren, A. B., et al. (2025) MedGemma Technical Report.

DOI: 10.48550/arXiv.2507.05201

Recent citations

Papers that recently cited this model.

  • A safety-oriented hypothetico-deductive framework for AI-assisted differential diagnosis

    F. Ma, Mauro Giuffrè, D. Wright, et al.

    Jul 2026

    0
  • MentalHospital: A Virtual Environment for Evaluating Psychiatric Clinical Encounters

    Yuming Yang, Xiao Sun, Yuanwei Zou, et al.

    Jul 2026

    0
  • MedPMC: A Systematic Framework for Scaling High-Fidelity Medical Multimodal Data for Foundation Models

    Hyunjae Kim, Dain Kim, Pan Xiao, et al.

    Jul 2026

    0

Top citations

The most-cited papers that cite this model.

  • GEM: Empowering MLLM for Grounded ECG Understanding with Time Series and Images

    Xiang Lan, Feng Wu, Kai He, et al.

    arXiv.org · Mar 2025

    37
  • MIRAGE: The Illusion of Visual Understanding

    Mohammad Asadi, J. W. O'Sullivan, F. Cao, et al.

    arXiv.org · Mar 2026

    36
  • GEMeX: A Large-Scale, Groundable, and Explainable Medical VQA Benchmark for Chest X-Ray Diagnosis

    Bo Liu, Ke Zou, Li-Ming Zhan, et al.

    IEEE International Conference on Computer Vision · Nov 2024

    23
  • Automating expert-level medical reasoning evaluation of large language models

    Shuang Zhou, Wenya Xie, Jiaxi Li, et al.

    npj Digital Medicine · Jul 2025

    22
  • MedVLThinker: Simple Baselines for Multimodal Medical Reasoning

    Xiaoke Huang, Juncheng Wu, Hui Liu, et al.

    arXiv.org · Aug 2025

    21

Citations

Total Citations354
Influential59
References0

GitHub

Stars298
Forks52
Open Issues13
Contributors4
Last Push1mo ago
LanguageJupyter Notebook
LicenseApache-2.0

HuggingFace

Downloads19.2K
Likes158
Last Modified1y ago
Pipelinezero-shot-image-classification

Fields of citing research

  • Computer Science97%
  • Medicine95%
  • Engineering14%
  • Biology3%
  • Psychology2%
  • Education1%
  • Linguistics1%
  • Environmental Science1%

Share of papers citing this model.

Openness

bio.rodeo opennessOpen weights · open weights, closed recipe
30Closed
Usability — can I run it?52
Reproducibility — can I retrain it?15
Model Openness Framework
Unclassified
Restrictive license on core components

Tags

contrastive_learningembeddingsfoundation_modelhistologyimage_analysisimage_retrievalmultimodalradiologyvision_transformerzero_shot_classification

Resources

GitHub RepositoryResearch PaperHuggingFace ModelDocumentation