Modello encoder specializzato per comprendere e classificare immagini mediche con descrizioni testuali, senza necessità di training specifico.
MedSigLIP MedSigLIP is a lightweight 400M parameter dual-tower encoder (vision + text) that supports 448×448 images and up to 64-token text inputs. Released on July 9, 2025, as part of Google's Health AI Developer Foundations project.
The model is trained on diverse medical imaging data including chest X-rays, dermatology, ophthalmology, pathology slides, and CT/MRI scans along with their corresponding reports. Natural images are also included to maintain generalization capabilities.
MedSigLIP is specifically designed for data-efficient classification, zero-shot classification, and semantic image retrieval tasks. For text generation tasks, Google recommends using MedGemma instead.
Health AI Developer Foundations
2025-07-09 UTC
Built on SigLIP foundation with medical specialization
Dual-tower architecture with vision and text encoders
High-resolution medical image processing
Medical text and report understanding
Medical images + reports + natural images
Optimized for classification and retrieval tasks
Train classifiers with minimal labeled medical data using pre-trained representations
Classify medical images without task-specific training using text descriptions
Find relevant medical images using natural language queries
For text generation tasks, use MedGemma instead
Competitive performance across medical imaging tasks
Performance metrics vary by specific medical domain and task configuration. Refer to the official model card for detailed benchmarks.
Get started with MedSigLIP in your projects
Download MedSigLIP from the official repository or use via API
# Example: Loading MedSigLIP
from transformers import AutoModel, AutoProcessor
model = AutoModel.from_pretrained("google/medsiglip")
processor = AutoProcessor.from_pretrained("google/medsiglip")
Format medical images (448×448) and text descriptions (≤64 tokens)
Choose from classification, zero-shot inference, or retrieval applications
Official links and community resources
Complete documentation and API reference
Detailed model specifications and performance metrics
Code examples, notebooks, and implementation guides
Complete HAI-DEF project overview
Industry analysis of MedGemma and MedSigLIP release
In-depth coverage of Google's healthcare AI initiatives
Choose the right model for your use case
Lightweight Encoder
Classification, retrieval, and embedding tasks
Generative Models
Text generation, conversation, and complex reasoning
Important considerations for medical AI deployment
MedSigLIP is a research model and is not intended for direct clinical decision-making. All medical AI applications require proper validation, regulatory compliance, and human oversight.
Thorough testing and validation needed before clinical deployment
Ensure compliance with local healthcare regulations and standards
Medical professionals must review and validate all AI-generated outputs
Follow HIPAA and other privacy regulations when handling medical data