Image Feature Extraction
timm
Safetensors
computational-pathology
knowledge-distillation
vision-transformer
medical-imaging
Instructions to use RamonK/DistillPath-KS16-HOpt0 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- timm
How to use RamonK/DistillPath-KS16-HOpt0 with timm:
import timm model = timm.create_model("hf_hub:RamonK/DistillPath-KS16-HOpt0", pretrained=True) - Notebooks
- Google Colab
- Kaggle
Link DistillPath paper on arXiv
Browse files
README.md
CHANGED
|
@@ -17,7 +17,7 @@ datasets:
|
|
| 17 |
|
| 18 |
A 22M ViT-S/16 pathology tile encoder distilled from [H-optimus-0](https://huggingface.co/bioptimus/H-optimus-0) (1.1B ViT-g/14) into the [kaiko ViT-S/16](https://huggingface.co/1aurent/vit_small_patch16_224.kaiko_ai_towards_large_pathology_fms) student using backbone-token distillation on 6,000 public TCGA slides.
|
| 19 |
|
| 20 |
-
**Paper:** [DistillPath: An Efficient 22M Distilled Pathology Encoder Approaching Large Foundation Model Performance](https://
|
| 21 |
Ramon Kaspar, Andrey Ignatov, Valentina Boeva. ETH Zurich.
|
| 22 |
Published at the ECCV 2026 Workshop on Medical Foundation Models and Benchmarks (MedFM-Bench).
|
| 23 |
|
|
|
|
| 17 |
|
| 18 |
A 22M ViT-S/16 pathology tile encoder distilled from [H-optimus-0](https://huggingface.co/bioptimus/H-optimus-0) (1.1B ViT-g/14) into the [kaiko ViT-S/16](https://huggingface.co/1aurent/vit_small_patch16_224.kaiko_ai_towards_large_pathology_fms) student using backbone-token distillation on 6,000 public TCGA slides.
|
| 19 |
|
| 20 |
+
**Paper:** [DistillPath: An Efficient 22M Distilled Pathology Encoder Approaching Large Foundation Model Performance](https://arxiv.org/abs/2608.17872)
|
| 21 |
Ramon Kaspar, Andrey Ignatov, Valentina Boeva. ETH Zurich.
|
| 22 |
Published at the ECCV 2026 Workshop on Medical Foundation Models and Benchmarks (MedFM-Bench).
|
| 23 |
|