Health-specific embedding tools for dermatology and pathology
Google just open-sourced embedding tools that let hospitals build AI models with 10x less data. Here's what dermatologists and pathologists get.

Why it matters
Google Health released domain-specific embedding tools (Path Foundation and Derm Foundation) that address a critical bottleneck in medical imaging AI: the shortage of labeled data and ML expertise. By providing pre-trained models optimized for dermatology and pathology, Google is enabling smaller healthcare organizations and researchers to deploy specialized AI systems without massive computational resources or datasets.
The key facts
7 to knowPath Foundation uses vision transformer (ViT-S/16) architecture optimized for whole-slide pathology images up to 100,000 pixels across
Path Foundation embeddings achieved significantly higher AUROC than traditional ImageNet pre-training across 12 evaluation tasks and 17 tissue types
Derm Foundation embedding-based models outperformed standard BiT-M baselines, with greatest advantage at smaller dataset sizes (12.5%-25%)
Tools evaluated on tasks including metastatic breast cancer detection, prostate cancer grading, and breast cancer grading
Path Foundation incorporates pathology-specific SSL optimizations: stain-agnostic features, multi-magnification generalization, and custom data balancing
Derm Foundation uses BiT ResNet-101x3 trained via contrastive learning on image-text pairs, then fine-tuned on clinical teledermatology datasets
Tools available via API for approved Google Cloud users with public Colab notebooks for model training on common skin conditions and histopathology tasks
Go to the source
Google Research Blogblog.research.google
Publisher excerpt: Posted by Dave Steiner, Clinical Research Scientist, Google Health, and Rory Pilgrim, Product Manager, Google Research There’s a worldwide shortage of access to medical imaging expert interpretation across specialties including radiology, dermatology and pathology. Machine learning (ML) technology…