mselmangokmen commited on
Commit
02fac5f
·
verified ·
1 Parent(s): 996ab8b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -31
README.md CHANGED
@@ -82,43 +82,23 @@ This model is intended for research purposes in the field of neuropathology.
82
  * **Results:**
83
  The model achieved strong performance across multiple evaluation methods using the Neuro Path dataset.
84
 
85
- **Linear Probe Performance:**
86
- - Accuracy: 84.51%
87
- - Precision: 83.83%
88
- - Recall: 84.51%
89
- - F1 Score: 83.68%
90
-
91
- **K-Nearest Neighbors Classification:**
92
- - Accuracy: 87.20%
93
- - Precision: 86.91%
94
- - Recall: 87.20%
95
- - F1 Score: 86.76%
96
-
97
  ### Model Comparison
98
-
99
- #### Models Evaluated
100
  * **MAD-NP:** Our model
101
- * **dinov2-with-registers-giant:** [facebook/dinov2-with-registers-giant](https://huggingface.co/facebook/dinov2-with-registers-giant)
102
- * **dinov3-base:** [facebook/dinov3-vitb16-pretrain-lvd1689m](https://huggingface.co/facebook/dinov3-vitb16-pretrain-lvd1689m)
103
- * **dinov3-7b:** [facebook/dinov3-vit7b16-pretrain-lvd1689m](https://huggingface.co/facebook/dinov3-vit7b16-pretrain-lvd1689m)
104
- * **dinov3-small:** [facebook/dinov3-vits16-pretrain-lvd1689m](https://huggingface.co/facebook/dinov3-vits16-pretrain-lvd1689m)
105
- * **dinov3-small-plus:** [facebook/dinov3-vits16plus-pretrain-lvd1689m](https://huggingface.co/facebook/dinov3-vith16plus-pretrain-lvd1689m)
106
- * **dinov3-huge:** [facebook/dinov3-vith16plus-pretrain-lvd1689m](https://huggingface.co/facebook/dinov3-vith16plus-pretrain-lvd1689m)
107
- * **dinov3-large:** [facebook/dinov3-vitl16-pretrain-sat493m](https://huggingface.co/facebook/dinov3-vitl16-pretrain-sat493m)
108
  * **uni:** [MahmoodLab/UNI](https://huggingface.co/MahmoodLab/UNI)
109
  * **uni2:** [MahmoodLab/UNI2](https://huggingface.co/MahmoodLab/UNI2)
110
  * **prov-gigapath:** [prov-gigapath/prov-gigapath](https://huggingface.co/prov-gigapath/prov-gigapath)
111
- *
112
- ### Unified Model Performance Comparison (Representation & Clustering Only)
113
-
114
- | Model | Linear F1 ↑ | k-NN F1 ↑ | AMI ↑ | DBI ↓ | Silhouette ↑ |
115
- |-------|-------------|-----------|--------|--------|----------------|
116
- | **MAD-NP** | **0.9307** | **0.9286** | **0.7668** | **1.2821** | N/A |
117
- | UNI2 | 0.9252 | 0.9209 | 0.4478 | 2.3078 | N/A |
118
- | Prov-GigaPath | 0.9273 | 0.9215 | 0.4732 | 2.0342 | N/A |
119
  | UNI | 0.9245 | 0.9284 | 0.2975 | 1.9559 | N/A |
120
- | DINOv2-Giant (FT) | 0.9146 | 0.9092 | 0.5275 | 1.4133 | N/A |
121
- | Virchow2 | 0.9135 | 0.9072 | 0.3597 | 1.2867 | N/A |
122
 
123
 
124
 
 
82
  * **Results:**
83
  The model achieved strong performance across multiple evaluation methods using the Neuro Path dataset.
84
 
 
 
 
 
 
 
 
 
 
 
 
 
85
  ### Model Comparison
86
+
 
87
  * **MAD-NP:** Our model
88
+ * **dinov2-with-registers-giant:** [facebook/dinov2-with-registers-giant](https://huggingface.co/facebook/dinov2-with-registers-giant)
 
 
 
 
 
 
89
  * **uni:** [MahmoodLab/UNI](https://huggingface.co/MahmoodLab/UNI)
90
  * **uni2:** [MahmoodLab/UNI2](https://huggingface.co/MahmoodLab/UNI2)
91
  * **prov-gigapath:** [prov-gigapath/prov-gigapath](https://huggingface.co/prov-gigapath/prov-gigapath)
92
+ * **Virchow2:** [paige-ai/Virchow2](https://huggingface.co/paige-ai/Virchow2)
93
+
94
+ | Model | Linear F1 ↑ | k-NN F1 ↑ | AMI ↑ | DBI ↓ |
95
+ |-------|-------------|-----------|--------|--------|
96
+ | **MAD-NP** | **0.9307** | **0.9286** | **0.7668** | **1.2821** |
97
+ | UNI2 | 0.9252 | 0.9209 | 0.4478 | 2.3078 |
98
+ | Prov-GigaPath | 0.9273 | 0.9215 | 0.4732 | 2.0342 |
 
99
  | UNI | 0.9245 | 0.9284 | 0.2975 | 1.9559 | N/A |
100
+ | DINOv2-Giant (FT) | 0.9146 | 0.9092 | 0.5275 | 1.4133 |
101
+ | Virchow2 | 0.9135 | 0.9072 | 0.3597 | 1.2867 |
102
 
103
 
104