PLUTO: Pathology-Universal Transformer
Dinkar Juyal, Harshith Padigela, Chintan Shah, Daniel Shenker, Natalia Harguindeguy, Yi Liu, Blake Martin, Yibo Zhang, Michael Nercessian, Miles Markey, Isaac Finberg, Kelsey Luu, Daniel Borders, Syed Ashar Javed, Emma Krause, Raymond Biju, Aashish Sood, Allen Ma, Jackson Nyman, John Shamshoian, Guillaume Chhor, Darpan Sanghavi, Marc Thibault, Limin Yu, Fedaa Najdawi, Jennifer A. Hipp, Darren Fahy, Benjamin Glass, Eric Walk, John Abel, Harsha Pokkalla, Andrew H. Beck, Sean Grullon
TL;DR
PLUTO addresses the challenge of pathology WSIs by learning universal embeddings with a light-weight, multi-scale transformer backbone pre-trained on a large, diverse, multi-site dataset. It integrates FlexiViT-based architecture with a composite self-supervised objective (DINOv2/iBOT) plus MAE and Fourier losses to capture multi-frequency information across four magnifications, then uses task-specific adaptation heads (MIL for slide-level, tile classification for tissue-level, and Mask R-CNN/Mask2Former for cellular/subcellular tasks) to cover hierarchical pathology tasks. Across public and proprietary benchmarks, PLUTO matches or surpasses task-specific baselines and larger pathology foundation models, while delivering improved deployability and robustness to domain shifts, demonstrated by strong ID and OOD performance on NSCLC, HER2, gland segmentation, and nuclei segmentation tasks. These results suggest that diverse pre-training data and multi-scale architectural design can yield a practical, universal pathology embedding for scalable clinical and translational use, and motivate further exploration of data diversity, architecture refinements, and deployment strategies in pathology foundation models.
Abstract
Pathology is the study of microscopic inspection of tissue, and a pathology diagnosis is often the medical gold standard to diagnose disease. Pathology images provide a unique challenge for computer-vision-based analysis: a single pathology Whole Slide Image (WSI) is gigapixel-sized and often contains hundreds of thousands to millions of objects of interest across multiple resolutions. In this work, we propose PathoLogy Universal TransfOrmer (PLUTO): a light-weight pathology FM that is pre-trained on a diverse dataset of 195 million image tiles collected from multiple sites and extracts meaningful representations across multiple WSI scales that enable a large variety of downstream pathology tasks. In particular, we design task-specific adaptation heads that utilize PLUTO's output embeddings for tasks which span pathology scales ranging from subcellular to slide-scale, including instance segmentation, tile classification, and slide-level prediction. We compare PLUTO's performance to other state-of-the-art methods on a diverse set of external and internal benchmarks covering multiple biologically relevant tasks, tissue types, resolutions, stains, and scanners. We find that PLUTO matches or outperforms existing task-specific baselines and pathology-specific foundation models, some of which use orders-of-magnitude larger datasets and model sizes when compared to PLUTO. Our findings present a path towards a universal embedding to power pathology image analysis, and motivate further exploration around pathology foundation models in terms of data diversity, architectural improvements, sample efficiency, and practical deployability in real-world applications.
