Update model card with OmniRad paper and code links
#1
by nielsr HF Staff - opened
README.md
CHANGED
|
@@ -1,81 +1,86 @@
|
|
| 1 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2 |
license: cc-by-4.0
|
|
|
|
| 3 |
tags:
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
|
| 7 |
-
|
| 8 |
-
|
| 9 |
-
|
| 10 |
-
|
| 11 |
-
library_name: timm
|
| 12 |
-
datasets:
|
| 13 |
-
- medmnist
|
| 14 |
-
- radimagenet
|
| 15 |
-
- BUSI
|
| 16 |
-
pipeline_tag: feature-extraction
|
| 17 |
model-index:
|
| 18 |
-
|
| 19 |
-
|
| 20 |
-
|
| 21 |
-
|
| 22 |
-
|
| 23 |
-
|
| 24 |
-
|
| 25 |
-
|
| 26 |
-
|
| 27 |
-
|
| 28 |
-
|
| 29 |
-
|
| 30 |
-
|
| 31 |
-
|
| 32 |
-
|
| 33 |
-
|
| 34 |
-
|
| 35 |
-
|
| 36 |
-
|
| 37 |
-
|
| 38 |
-
|
| 39 |
-
|
| 40 |
-
|
| 41 |
-
|
| 42 |
-
|
| 43 |
-
|
| 44 |
-
|
| 45 |
-
|
| 46 |
-
|
| 47 |
-
|
| 48 |
-
|
| 49 |
-
|
| 50 |
-
|
| 51 |
-
|
| 52 |
-
|
| 53 |
-
|
| 54 |
-
|
| 55 |
-
|
| 56 |
-
|
| 57 |
-
|
| 58 |
-
|
| 59 |
-
|
| 60 |
-
|
| 61 |
-
|
| 62 |
-
|
| 63 |
-
|
| 64 |
-
|
| 65 |
-
|
| 66 |
-
|
| 67 |
-
|
| 68 |
-
|
| 69 |
-
|
| 70 |
-
|
| 71 |
-
|
| 72 |
-
|
| 73 |
-
|
| 74 |
---
|
| 75 |
|
| 76 |
# RadioDINO-b16
|
| 77 |
|
| 78 |
-
**RadioDINO-b16** is a self-supervised Vision Transformer foundation model developed for radiomics and medical imaging.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 79 |
|
| 80 |
Unlike traditional radiomics methods that rely on handcrafted features and supervised models pretrained on natural images, RadioDINO-b16 offers a domain-adapted alternative that consistently outperforms previous models on diverse medical benchmarks. It has been rigorously validated on the MedMNISTv2 benchmark suite and shown to be effective even without fine-tuning.
|
| 81 |
|
|
@@ -126,7 +131,11 @@ with torch.no_grad():
|
|
| 126 |
|
| 127 |
## 📝 Citation
|
| 128 |
|
| 129 |
-
If you use this model, please cite the following
|
|
|
|
|
|
|
|
|
|
|
|
|
| 130 |
|
| 131 |
**Radio DINO: A foundation model for advanced radiomics and AI-driven medical imaging analysis**
|
| 132 |
Luca Zedda, Andrea Loddo, Cecilia Di Ruberto
|
|
|
|
| 1 |
---
|
| 2 |
+
datasets:
|
| 3 |
+
- medmnist
|
| 4 |
+
- radimagenet
|
| 5 |
+
- BUSI
|
| 6 |
+
library_name: timm
|
| 7 |
license: cc-by-4.0
|
| 8 |
+
pipeline_tag: image-feature-extraction
|
| 9 |
tags:
|
| 10 |
+
- radiomics
|
| 11 |
+
- medical-imaging
|
| 12 |
+
- vision-transformer
|
| 13 |
+
- dino
|
| 14 |
+
- dinov2
|
| 15 |
+
- feature-extraction
|
| 16 |
+
- foundation-model
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 17 |
model-index:
|
| 18 |
+
- name: RadioDINO-b16
|
| 19 |
+
results:
|
| 20 |
+
- task:
|
| 21 |
+
type: image-classification
|
| 22 |
+
name: Image Classification
|
| 23 |
+
dataset:
|
| 24 |
+
name: BreastMNIST
|
| 25 |
+
type: BreastMNIST
|
| 26 |
+
metrics:
|
| 27 |
+
- type: F1
|
| 28 |
+
value: 87.69
|
| 29 |
+
- task:
|
| 30 |
+
type: image-classification
|
| 31 |
+
name: Image Classification
|
| 32 |
+
dataset:
|
| 33 |
+
name: PneumoniaMNIST
|
| 34 |
+
type: PneumoniaMNIST
|
| 35 |
+
metrics:
|
| 36 |
+
- type: F1
|
| 37 |
+
value: 93.29
|
| 38 |
+
- task:
|
| 39 |
+
type: image-classification
|
| 40 |
+
name: Image Classification
|
| 41 |
+
dataset:
|
| 42 |
+
name: OrganAMNIST
|
| 43 |
+
type: OrganAMNIST
|
| 44 |
+
metrics:
|
| 45 |
+
- type: F12
|
| 46 |
+
value: 97.2
|
| 47 |
+
- task:
|
| 48 |
+
type: image-classification
|
| 49 |
+
name: Image Classification
|
| 50 |
+
dataset:
|
| 51 |
+
name: OrganCMNIST
|
| 52 |
+
type: OrganCMNIST
|
| 53 |
+
metrics:
|
| 54 |
+
- type: F1
|
| 55 |
+
value: 94.57
|
| 56 |
+
- task:
|
| 57 |
+
type: image-classification
|
| 58 |
+
name: Image Classification
|
| 59 |
+
dataset:
|
| 60 |
+
name: OrganSMNIST
|
| 61 |
+
type: OrganSMNIST
|
| 62 |
+
metrics:
|
| 63 |
+
- type: F1
|
| 64 |
+
value: 78.15
|
| 65 |
+
- task:
|
| 66 |
+
type: image-classification
|
| 67 |
+
name: Image Classification
|
| 68 |
+
dataset:
|
| 69 |
+
name: BUSI
|
| 70 |
+
type: BUSI
|
| 71 |
+
metrics:
|
| 72 |
+
- type: F1
|
| 73 |
+
value: 91.73
|
| 74 |
---
|
| 75 |
|
| 76 |
# RadioDINO-b16
|
| 77 |
|
| 78 |
+
**RadioDINO-b16** is a self-supervised Vision Transformer foundation model developed for radiomics and medical imaging. This model is part of the **OmniRad** framework.
|
| 79 |
+
|
| 80 |
+
- **Paper:** [OmniRad: A Radiological Foundation Model for Multi-Task Medical Image Analysis](https://huggingface.co/papers/2602.04547)
|
| 81 |
+
- **Repository:** [OmniRad GitHub](https://github.com/unica-visual-intelligence-lab/OmniRad)
|
| 82 |
+
|
| 83 |
+
It is based on the DINO framework and pretrained on the large-scale **RadImageNet** dataset (1.35 million CT, MRI, and Ultrasound images across 165 classes and 11 anatomical regions). This model is part of the *Radio DINO* family and was created to extract robust, general-purpose features for downstream medical tasks including classification, segmentation, and interpretability analysis.
|
| 84 |
|
| 85 |
Unlike traditional radiomics methods that rely on handcrafted features and supervised models pretrained on natural images, RadioDINO-b16 offers a domain-adapted alternative that consistently outperforms previous models on diverse medical benchmarks. It has been rigorously validated on the MedMNISTv2 benchmark suite and shown to be effective even without fine-tuning.
|
| 86 |
|
|
|
|
| 131 |
|
| 132 |
## 📝 Citation
|
| 133 |
|
| 134 |
+
If you use this model, please cite the following papers:
|
| 135 |
+
|
| 136 |
+
**OmniRad: A Radiological Foundation Model for Multi-Task Medical Image Analysis**
|
| 137 |
+
Luca Zedda, Andrea Loddo, Cecilia Di Ruberto
|
| 138 |
+
[https://huggingface.co/papers/2602.04547](https://huggingface.co/papers/2602.04547)
|
| 139 |
|
| 140 |
**Radio DINO: A foundation model for advanced radiomics and AI-driven medical imaging analysis**
|
| 141 |
Luca Zedda, Andrea Loddo, Cecilia Di Ruberto
|