Update model card with OmniRad paper and code links

#1
by nielsr HF Staff - opened
Files changed (1) hide show
  1. README.md +80 -71
README.md CHANGED
@@ -1,81 +1,86 @@
1
  ---
 
 
 
 
 
2
  license: cc-by-4.0
 
3
  tags:
4
- - radiomics
5
- - medical-imaging
6
- - vision-transformer
7
- - dino
8
- - dinov2
9
- - feature-extraction
10
- - foundation-model
11
- library_name: timm
12
- datasets:
13
- - medmnist
14
- - radimagenet
15
- - BUSI
16
- pipeline_tag: feature-extraction
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: F1
46
- value: 97.20
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. 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.
 
 
 
 
 
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 paper:
 
 
 
 
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