paper-with-me

홈 › Papers

DistillPath: An Efficient 22M Distilled Pathology Encoder Approaching Large Foundation Model Performance

2026-08-18 · Ramon Kaspar, Andrey Ignatov, Valentina Boeva arxiv

Many high-performing pathology tile encoders are now foundation models with hundreds of millions to over a billion parameters. Encoding and storing the thousands of tiles in each whole-slide image with such models is costly on commodity hardware, so compact encoders that retain useful downstream performance are a valuable alternative. We present DistillPath-KS16, which starts from the existing 22M kaiko ViT-S/16 encoder and improves it by distilling from released pathology encoders used as frozen teachers. The recipe reads only the teachers' final class and patch tokens and trains on 6,000 public slides, needing neither their DINO nor iBOT pretraining heads nor a billion-tile corpus, so it applies to any released encoder that exposes backbone tokens. We distill four teachers spanning 86M to 1.1B parameters into the same student. Every variant improves the kaiko baseline on all three benchmarks we use, EVA, HEST, and PLISM, and the strongest teacher is task-dependent. On the seven-task EVA mean, DistillPath-KS16-Virchow2 reaches $0.795$, within $0.015$ points of Virchow2, the top-scoring model in our evaluation, at about $29\times$ fewer parameters; it also scores above H0-mini and GPFM on this aggregate metric, though that advantage is task-concentrated rather than uniform. Because it remains a 22M ViT-S/16 with 384-dimensional features, DistillPath-KS16 runs more than $25\times$ faster than Virchow2. Code is available at https://github.com/RamonKaspar/DistillPath, and released model weights are available at https://huggingface.co/collections/RamonK/distillpath.

📄 PDF Abstract BibTeX arXiv:2608.17872

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Integrating Pathology and CT Imaging for Personalized Recurrence Risk Prediction in Renal Cancer

2025-08-29 · Daniël Boeke, Cedrik Blommestijn, Rebecca N. Wray, Kalina Chupetlovska 외 arxiv

Recurrence risk estimation in clear cell renal cell carcinoma (ccRCC) is essential for guiding postoperative surveillance and treatment. The Leibovich score remains widely used for stratifying distant recurrence risk but…

Distilling foundation models for robust and efficient models in digital pathology

2025-01-27 · Alexandre Filiot, Nicolas Dop, Oussama Tchita, Auriane Riou 외

In recent years, the advent of foundation models (FM) for digital pathology has relied heavily on scaling the pre-training datasets and the model size, yielding large and powerful models. While it resulted in improving t…

PRISM: A Multi-Modal Generative Foundation Model for Slide-Level Histopathology

2024-05-16 · George Shaikovski, Adam Casson, Kristen Severson, Eric Zimmermann 외

Foundation models in computational pathology promise to unlock the development of new clinical decision support systems and models for precision medicine. However, there is a mismatch between most clinical analysis, whic…

whole slide images

Benchmarking Pathology Foundation Models for Breast Cancer Survival Prediction

2026-04-27 · Fredrik K. Gustafsson, Constance Boissin, Johan Vallon-Christersson, David A. Clifton 외 arxiv

Pathology foundation models (PFMs) have recently emerged as powerful pretrained encoders for computational pathology, enabling transfer learning across a wide range of downstream tasks. However, systematic comparisons of…

Transfer Learning

Pathryoshka: Compressing Pathology Foundation Models via Multi-Teacher Knowledge Distillation with Nested Embeddings

2025-11-28 · Christian Grashei, Christian Brechenmacher, Rao Muhammad Umer, Jingsong Liu 외 arxiv

Pathology foundation models (FMs) have driven significant progress in computational pathology. However, these high-performing models can easily exceed a billion parameters and produce high-dimensional embeddings, thus li…

Representation LearningKnowledge Distillation