bio.rodeo
ModelsOrganizationsLeaderboardAboutSign in
bio.rodeo

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

Categories
  • DNA & Gene
  • RNA
  • Protein
  • Small molecule
  • Single-cell
  • Spatial omics
  • Pathology
  • Imaging
  • Metabolomics
  • Biosignals
  • Language model
bio.rodeoModelsOrganizationsLeaderboardAboutFAQSubmit a modelContact
© 2026 Pulsatance. All rights reserved. ~
Built by Pulsatance
Pathology foundation models
Pathology

Prov-GigaPath

Microsoft Research

Whole-slide histopathology foundation model pretrained on 1.3 billion image tiles from 171,189 clinical slides spanning 31 tissue types.

Released: May 2024
Parameters: 1.2 Billion

Prov-GigaPath is a whole-slide pathology foundation model developed jointly by Microsoft Research, Providence Health System, and the University of Washington, published in Nature in May 2024. It addresses a core limitation of prior computational pathology models: the reliance on small, curated research datasets that fail to reflect the heterogeneity of real clinical practice. Prov-GigaPath was pretrained on 1.3 billion image tiles derived from 171,189 whole-slide images (WSIs) collected across Providence's 28 cancer centers, spanning over 30,000 patients and 31 tissue types — making it the first digital pathology foundation model trained at this scale on real-world clinical data.

The model is designed around the fundamental challenge of gigapixel pathology slides: a single WSI can contain hundreds of thousands of image patches, far exceeding the context capacity of standard vision transformers. Prov-GigaPath addresses this through a two-stage architecture that separately learns patch-level visual semantics and slide-level spatial context, enabling coherent representation across an entire slide without sacrificing local detail.

In independent benchmarking, Prov-GigaPath achieves state-of-the-art performance on 25 of 26 tasks across a comprehensive digital pathology evaluation suite covering cancer subtyping and pathomics prediction, using data from both Providence and The Cancer Genome Atlas (TCGA). The work was published as "A whole-slide foundation model for digital pathology from real-world data" in Nature 630, 181–188 (2024).

#Key Features

  • Clinical-scale pretraining: Trained on over 1.38 billion 256x256 pixel tiles from 171,189 real-world clinical WSIs, including both hematoxylin and eosin (H&E) and immunohistochemistry (IHC) stained slides from a large multi-site U.S. health network.
  • Two-stage curriculum learning: Tile-level representations are first learned with a ViT-g/14 encoder using DINOv2 self-supervised pretraining; slide-level context is then captured by a masked autoencoder built on LongNet, which learns spatial relationships across entire gigapixel slides.
  • Ultra-long-context slide modeling: The LongNet-based slide encoder uses dilated attention with segment lengths up to 1,048,576 tokens, enabling it to process sequences of tens of thousands of tiles and capture global slide structure without tile subsampling.
  • Dual-granularity embeddings: Produces both patch-level and slide-level embeddings, supporting a broad range of downstream tasks from local morphology classification to whole-slide phenotype prediction.
  • Broad benchmark superiority: Outperforms all comparison models on 25 of 26 tasks spanning 9 cancer subtyping and 17 pathomics prediction challenges, with statistically significant improvements on 18 tasks.
  • Open weights for research: Model weights for both tile and slide encoders are publicly available on HuggingFace under a research-use license, with inference code and demo notebooks on GitHub.

#Technical Details

Prov-GigaPath consists of two independently pretrained components with a combined parameter count of approximately 1.2 billion. The tile encoder is a Vision Transformer with ViT-g/14 architecture (~1.13 billion parameters), pretrained using DINOv2 — a self-supervised method based on self-distillation without labels. DINOv2 pretraining used a base learning rate of 4e-3 with an effective batch size of 384. The resulting tile encoder produces dense visual embeddings from 256x256 pixel patches extracted at 0.5 microns per pixel resolution.

The slide encoder (~86 million trainable parameters) is based on LongNet, an architecture purpose-built for ultra-long sequence modeling via dilated attention. Tile embeddings are serialized in row-major order across the WSI and fed as a sequence into the slide encoder, which applies dilated attention at ratios of [1, 2, 4, 8, 16] and segment lengths of [1024, 5792, 32768, 185363, 1048576]. Slide-level pretraining uses a masked autoencoder objective, masking random subsets of tile embeddings and reconstructing them from context. Training data spans 31 tissue types from Providence's integrated health network, distinguishing this model from predecessors trained on TCGA or other research repositories, and providing exposure to scanner variability, staining protocol differences, and clinical artifact distributions at realistic scale.

#Applications

Prov-GigaPath is applicable across the full spectrum of computational pathology tasks. Oncology researchers use it for cancer subtyping — classifying histological subtypes such as lung adenocarcinoma versus squamous cell carcinoma directly from WSI morphology. Translational researchers apply it to pathomics: predicting molecular features including mutation status, microsatellite instability, gene expression signatures, and treatment biomarkers from slide appearance alone, without requiring separate molecular assays. Pathology AI developers use the pretrained tile and slide embeddings as frozen feature extractors, training lightweight downstream classifiers that require far less labeled data than end-to-end approaches. The dual-granularity embedding design means a single pretrained model can serve tasks ranging from patch-level tissue segmentation to patient-level prognosis.

#Impact

Prov-GigaPath represents a methodological advance in digital pathology by demonstrating that foundation model pretraining at genuine clinical scale — rather than curated research datasets — yields substantially improved and more generalizable representations. Its Nature publication and open model release have made it a reference point for subsequent work in computational pathology. Key limitations are worth noting: the model weights are released for research use only and have not undergone regulatory review for clinical deployment. Performance on populations outside the U.S. health network, or on slides prepared with substantially different staining protocols or scanner hardware, may differ from reported benchmarks. The benchmark evaluation is also weighted toward H&E-based tasks, and IHC-specific performance is less thoroughly characterized. Stain normalization sensitivity, common across pathology vision models, remains a practical consideration when applying the model to out-of-distribution data.

Citation

A whole-slide foundation model for digital pathology from real-world data

Xu, H., et al. (2024) A whole-slide foundation model for digital pathology from real-world data. Nature.

DOI: 10.1038/s41586-024-07441-w

Recent citations

Papers that recently cited this model.

  • Region–patch aware soft-attention network for hepatocellular carcinoma histopathology: context-guided multi-view fusion with deep ROI supervision

    Haotian Zhang, Li Sui

    Biomedical Signal Processing and Control · 2026

    0
  • Pretraining Multiple Instance Learning Networks with Multi-Teacher Distillation from Pathology Slide Foundation Models

    Mingxi Fu, Jiawen Li, Renao Yan, et al.

    Jul 2026

    0
  • Bridging the Gap — Translating AI in Pathology into Clinical Impact

    Fang-Yi Su, Eliana Marostica, Xiyue Wang, et al.

    NEJM AI · Jul 2026

    0

Top citations

The most-cited papers that cite this model.

  • A Vision-Language Foundation Model for Precision Oncology

    Jinxi Xiang, Xiyue Wang, Xiaoming Zhang, et al.

    Nature · Jan 2025

    245
  • A Multimodal Biomedical Foundation Model Trained from Fifteen Million Image–Text Pairs

    Sheng Zhang, Yanbo Xu, N. Usuyama, et al.

    NEJM AI · Dec 2024

    218
  • Virchow2: Scaling Self-Supervised Mixed Magnification Models in Pathology

    Eric Zimmermann, E. Vorontsov, Julian Viret, et al.

    arXiv.org · Aug 2024

    202Influential
  • A foundation model for joint segmentation, detection and recognition of biomedical objects across nine modalities

    Theodore Zhao, Yu Gu, Jianwei Yang, et al.

    Nature Methods · May 2024

    162
  • HEST-1k: A Dataset for Spatial Transcriptomics and Histology Image Analysis

    Guillaume Jaume, Paul Doucet, Andrew H. Song, et al.

    Neural Information Processing Systems · Jun 2024

    141Influential

Related models

Models with similar goals, methods, or subject matter.

  • GenBio-PathFM

    genbio.ai

    Histopathology foundation model with 1.1B parameters, trained entirely on public data using JEDI, a dual-stage strategy combining JEPA and DINO.

    Pathology
  • Virchow

    Paige AI

    Histopathology foundation models: self-supervised vision transformers pretrained on millions of whole-slide images for tile-level feature extraction.

    Pathology
  • Path Foundation

    Google Research

    Histopathology foundation model that encodes 224x224 H&E patches into compact 384-dimensional embeddings for tumor and biomarker classifiers.

    Pathology
  • Digepath

    Chinese Academy of Sciences

    Gastrointestinal histopathology foundation model pretrained on 353 million multi-scale patches from 210,000 H&E whole-slide images of GI tissue.

    Pathology
  • GPFM

    Hong Kong University of Science and Technology / Sun Yat-sen University / Southern Medical University / Chinese University of Hong Kong

    Histopathology foundation model extracting general-purpose features from H&E patches by distilling the UNI, Phikon, and CONCH pathology encoders.

    Pathology
  • CHIEF

    Harvard Medical School / Brigham and Women's Hospital / Stanford University

    Weakly supervised histopathology foundation model pretrained on 60,530 whole-slide images for cancer detection, prognosis, and molecular prediction.

    Pathology
  • BEPH

    Shanghai Jiao Tong University

    Histopathology foundation model pretrained with BEiT masked image modeling on 11M+ tissue image tiles for cancer diagnosis and survival prediction.

    Pathology

Citations

Total Citations940
Influential97
References55

GitHub

Stars626
Forks107
Open Issues74
Contributors3
Last Push5d ago
LanguagePython
LicenseApache-2.0

HuggingFace

Downloads106.2K
Likes181
Last Modified1y ago
Pipelineimage-feature-extraction

Fields of citing research

  • Computer Science47%
  • Medicine46%
  • Biology9%
  • Engineering5%
  • Environmental Science0%
  • Physics0%
  • Mathematics0%
  • Psychology0%

Share of papers citing this model.

Openness

bio.rodeo opennessOpen weights · open weights, closed recipe
58Partial
Usability — can I run it?71
Reproducibility — can I retrain it?38
Model Openness Framework
Unclassified
Restrictive license on core components

Tags

cancerfoundation_modelhistologyself_supervisedvision_transformerwhole_slide_imaging

Resources

GitHub RepositoryResearch PaperOfficial WebsiteHuggingFace Model