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
Pathology foundation models
Pathology

Path Foundation

Google Research

A compact ViT-S histopathology encoder from Google that turns 224x224 H&E whole-slide image patches into 384-dimensional embeddings for data-efficient downstream classifiers.

Released: December 2023

Path Foundation is a histopathology image encoder developed by Google as part of its Health AI Developer Foundations (HAI-DEF) suite. Rather than producing diagnoses, the model turns a 224x224-pixel patch from a hematoxylin and eosin (H&E) stained whole slide image into a compact 384-dimensional embedding that captures the patch's morphological content. These embeddings let downstream teams train task-specific classifiers — for tumor detection, grading, or biomarker prediction — with substantially less labeled data and compute than training a vision model from scratch.

The model targets a persistent bottleneck in computational pathology: expert annotation of gigapixel slides is slow and expensive, so labeled datasets for any single task are small. By learning general-purpose features from large volumes of unlabeled tissue, Path Foundation shifts most of the representational work into a frozen, pretrained backbone, leaving only a lightweight head to be trained per task.

Path Foundation is distinguished by its compact size and its training recipe. Where several contemporary pathology foundation models use ViT-Large to ViT-giant backbones with hundreds of millions to billions of parameters, Path Foundation uses a Vision Transformer Small (ViT-S) backbone trained with Masked Siamese Networks (MSN) and domain-specific optimization. It was released in December 2023 and is documented in "Domain-specific optimization and diverse evaluation of self-supervised models for histopathology" (Lai et al., 2023).

#Key Features

  • Compact ViT-S encoder: Path Foundation uses a Vision Transformer Small backbone, far smaller than the ViT-L, ViT-H, and ViT-g backbones common in pathology foundation models, lowering the compute cost of generating and serving embeddings.
  • Masked Siamese Network pretraining: The model is trained self-supervised with Masked Siamese Networks, a label-efficient objective, combined with domain-specific tuning tailored to histopathology imagery.
  • Multi-magnification training: Patches are sampled at roughly 2, 1, and 0.5 microns per pixel (about 5x, 10x, and 20x), so a single encoder covers the magnification range used across common pathology tasks.
  • 384-dimensional embeddings: Each 224x224 patch is projected to a fixed 384-dimensional vector, a compact representation that supports lightweight downstream classifiers and embedding-distance similarity search.
  • Strong linear-probe performance: Across a suite of histopathology classification tasks, frozen Path Foundation embeddings reach a linear-probe AUC of about 93% (95% CI 92.9-93.8).
  • Part of HAI-DEF: The model is distributed through Google's Health AI Developer Foundations program alongside encoders for radiology, dermatology, and other modalities, with a shared model card and usage tooling.

#Technical Details

Path Foundation is a ViT-S encoder trained in JAX using Masked Siamese Networks with histopathology-specific optimization. Pretraining used approximately 60 million H&E patches drawn from 32 solid-tumor studies in The Cancer Genome Atlas (TCGA), sampled across three magnifications (approximately 2, 1, and 0.5 microns per pixel) and including both tumor and non-tumor tissue. The model consumes 224x224-pixel patches and emits 384-dimensional floating-point embeddings. Evaluation used linear probing over a diverse benchmark of 11 tasks spanning 17 unique tissue types and 12 cancer types at different optimal magnifications; frozen embeddings achieved an aggregate AUC of about 93% (95% CI 92.9-93.8). The paper's central finding is that domain-specific methodological improvements to standard self-supervised pretraining meaningfully raise performance on histopathology benchmarks.

#Applications

Path Foundation is designed as a feature extractor that lets pathology teams build task-specific models data-efficiently. Frozen embeddings feed lightweight classifiers for tumor detection, tumor grading, tissue- and specimen-type prediction, quality assessment, and biomarker development, and the embedding-distance geometry supports similar-image search within and across slides. Google distributes a Colab notebook demonstrating a linear classifier trained on the CAMELYON16 dataset. Because the encoder is small and outputs a compact vector, it is practical for teams with limited labeled data and modest compute budgets who need a pathology backbone that is inexpensive to run.

#Impact

Path Foundation was among the first histopathology encoders released as part of a broad, developer-oriented health foundation model program, and its results show that a compact ViT-S with domain-specific self-supervised training can rival much larger pathology backbones on linear-probe benchmarks. Its practical footprint has made it a common baseline and starting point for teams prototyping pathology classifiers. The model has important limitations: it was trained only on H&E images from a limited range of scanners and countries, it was not evaluated outside the 5x-20x magnification range, and it produces embeddings rather than diagnoses, so it is not a standalone clinical tool and has not been cleared for diagnostic use. The weights are distributed under Google's Health AI Developer Foundations Terms of Use, a custom non-OSI license that governs downstream use.

Citation

Domain-specific optimization and diverse evaluation of self-supervised models for histopathology

Preprint

Lai, J., et al. (2023) Domain-specific optimization and diverse evaluation of self-supervised models for histopathology. arXiv.org.

DOI: 10.48550/arXiv.2310.13259

Recent citations

Papers that recently cited this model.

  • Impact of tissue staining and scanner variation on the performance of pathology foundation models: a study of sarcomas and their mimics

    Binghao Chai, Jianan Chen, Paul Cool, et al.

    The Journal of Pathology: Clinical Research · Feb 2026

    5Influential
  • THOR: A Versatile Foundation Model for Earth Observation Climate and Society Applications

    T. Forgaard, J. H. Reksten, A. U. Waldeland, et al.

    arXiv.org · Jan 2026

    5
  • Toward Scalable and Valid Conditional Independence Testing with Spectral Representations

    Alek Fröhlich, Vladimir Kostic, Karim Lounici, et al.

    arXiv.org · Dec 2025

    0

Top citations

The most-cited papers that cite this model.

  • Phikon-v2, A large and public feature extractor for biomarker prediction

    Alexandre Filiot, Paul Jacob, Alice Mac Kain, et al.

    arXiv.org · Sep 2024

    95
  • A systematic review of generalization research in medical image classification

    Sarah Matta, M. Lamard, Philippe Zhang, et al.

    Comput. Biol. Medicine · Mar 2024

    44
  • PathAlign: A vision-language model for whole slide images in histopathology

    Faruk Ahmed, Andrew B. Sellergren, Lin Yang, et al.

    COMPAY@MICCAI · Jun 2024

    38
  • A Foundational Multimodal Vision Language AI Assistant for Human Pathology

    Ming Y. Lu, Bowen Chen, Drew F. K. Williamson, et al.

    arXiv.org · Dec 2023

    34
  • Use of artificial intelligence for liver diseases: A survey from the EASL congress 2024

    Laura Žigutytė, T. Sorz-Nechay, J. Clusmann, et al.

    JHEP Reports · Sep 2024

    28

Citations

Total Citations12
Influential1
References49

HuggingFace

Downloads82
Likes69
Last Modified1y ago
Pipelineimage-classification

Fields of citing research

  • Computer Science92%
  • Medicine83%
  • Engineering42%
  • Biology8%
  • Mathematics8%
  • Environmental Science8%

Share of papers citing this model.

Openness

bio.rodeo opennessClosed · low usability and reproducibility
17Closed
Usability — can I run it?14
Reproducibility — can I retrain it?18
Model Openness Framework
Unclassified
Restrictive license on core components

Tags

biomarker_predictioncancer_detectionembeddingsfoundation_modelhistologyself_supervisedvision_transformer

Resources

Research PaperOfficial WebsiteHuggingFace ModelDocumentation