Image Feature Extraction
timm
Safetensors
computational-pathology
knowledge-distillation
vision-transformer
medical-imaging
Instructions to use RamonK/DistillPath-IS16-HOpt0 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- timm
How to use RamonK/DistillPath-IS16-HOpt0 with timm:
import timm model = timm.create_model("hf_hub:RamonK/DistillPath-IS16-HOpt0", pretrained=True) - Notebooks
- Google Colab
- Kaggle
Link DistillPath paper on arXiv
Browse files
README.md
CHANGED
|
@@ -17,7 +17,7 @@ A 22M ViT-S/16 pathology tile encoder distilled from [H-optimus-0](https://huggi
|
|
| 17 |
|
| 18 |
This is the ImageNet-initialized variant. For the stronger kaiko-initialized variant, see [DistillPath-KS16-HOpt0](https://huggingface.co/RamonK/DistillPath-KS16-HOpt0).
|
| 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 |
This is the ImageNet-initialized variant. For the stronger kaiko-initialized variant, see [DistillPath-KS16-HOpt0](https://huggingface.co/RamonK/DistillPath-KS16-HOpt0).
|
| 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 |
|