Overview
- Research area: Computer Vision (Computational Pathology)
- Authors: Naoto Usuyama, Jeya Maria Jose Valanarasu, Sicong Yao, Hanwen Xu, Jaspreet Bagga, et al. (27 authors)
- Posted: 2026-07-20
- arXiv: 2607.18218
- Categories: cs.CV, cs.AI
- Operate only at the image tile level.
- Are released under restrictive licenses.
- Require very large compute budgets, limiting slide-level use in clinical and research settings.
- Tile encoder: 22M-parameter ViT-S, distilled from a billion-parameter GigaPath (ViT-g) teacher.
- Slide encoder: 21M-parameter LongNet.
- Pretraining data: Large-scale real-world histopathology data.
- Efficiency: Retains 97% of GigaPath's average slide-level performance with ~50x less compute.
- Task: Predicts the tumor immune microenvironment directly from H&E-stained slides.
- Efficiency: Approximately 6x faster inference and 8x lower GPU memory usage compared with prior baselines.
- Addresses three major limitations of current pathology foundation models: tile-only inference, restrictive licensing, and high compute cost.
- Uses distillation to transfer knowledge from a billion-parameter ViT-g teacher into a lightweight ViT-S tile encoder.
- Maintains near-parity slide-level performance with GigaPath while drastically reducing compute requirements.
- Extends efficient slide-level modeling to spatial proteomics and tumor immune microenvironment prediction.
Background
Foundation models have become a driving force in computational pathology, promising to transform cancer diagnosis, prognosis, and treatment selection by learning transferable representations from massive histopathology datasets. However, most pretrained models in this space:
GigaPath-Flash
GigaPath-Flash is a compact, efficient model for whole-slide pathology AI:
GigaTIME-Flash
GigaTIME-Flash targets spatial proteomics prediction from H&E images:
Key Points
Source Abstract (Refined)
> We introduce GigaPath-Flash and GigaTIME-Flash, efficient pathology foundation models. GigaPath-Flash retains 97% of GigaPath's performance with 50x less compute. GigaTIME-Flash predicts tumor immune microenvironment from H&E images, running 6x faster with 8x less GPU memory.
*Auto-collected on 2026-07-22*