uncleMehrzad commited on
Commit
e515229
·
verified ·
1 Parent(s): b558d8a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +24 -14
README.md CHANGED
@@ -68,7 +68,7 @@ Segmentation Mask (256×256×1)
68
  | Hyperparameter | Value |
69
  |---------------|-------|
70
  | Backbone | DINOv3-ViT-L/16 (frozen) |
71
- | Multi-scale Layers | [5, 10, 16, 18, 20, 22, 23] |
72
  | Input Resolution | 256×256 |
73
  | Batch Size | 96 |
74
  | Epochs | 150 |
@@ -96,22 +96,32 @@ Segmentation Mask (256×256×1)
96
 
97
  | Metric | Score |
98
  |--------|-------|
99
- | **Dice Score** | **{test_dice:.4f} ± {test_dice_std:.4f}** |
100
- | **IoU** | **{test_iou:.4f} ± {test_iou_std:.4f}** |
101
- | **Precision** | {test_precision:.4f} ± {test_precision_std:.4f} |
102
- | **Recall** | {test_recall:.4f} ± {test_recall_std:.4f} |
103
- | **HD95 (pixels)** | {test_hd95:.2f} ± {test_hd95_std:.2f} |
104
- | **Best Validation Dice** | {best_dice:.4f} |
105
 
106
  ### Validation Set Results
107
 
108
  | Metric | Score |
109
  |--------|-------|
110
- | **Dice Score** | {val_dice:.4f} ± {val_dice_std:.4f} |
111
- | **IoU** | {val_iou:.4f} ± {val_iou_std:.4f} |
112
- | **Precision** | {val_precision:.4f} ± {val_precision_std:.4f} |
113
- | **Recall** | {val_recall:.4f} ± {val_recall_std:.4f} |
114
- | **HD95 (pixels)** | {val_hd95:.2f} ± {val_hd95_std:.2f} |
 
 
 
 
 
 
 
 
 
 
115
 
116
  ## Usage
117
 
@@ -241,10 +251,10 @@ If you use this model in your research, please cite:
241
 
242
  bibtex
243
  @software{dinov3_polyp_seg,
244
- author = {Your Name},
245
  title = {DINOv3 Polyp Segmentation with U-Net Decoder},
246
  year = {2024},
247
- url = {https://huggingface.co/your-username/dinov3-polyp-seg}
248
  }
249
  ## Acknowledgments
250
  DINOv3 team for the powerful vision backbone
 
68
  | Hyperparameter | Value |
69
  |---------------|-------|
70
  | Backbone | DINOv3-ViT-L/16 (frozen) |
71
+ | Multi-scale Layers | [5, 11, 17, 20, 23] |
72
  | Input Resolution | 256×256 |
73
  | Batch Size | 96 |
74
  | Epochs | 150 |
 
96
 
97
  | Metric | Score |
98
  |--------|-------|
99
+ | **Dice Score** | **0.8289 ± 0.0000** |
100
+ | **IoU** | **0.7078 ± 0.0000** |
101
+ | **Precision** | 0.7910 ± 0.0000 |
102
+ | **Recall** | 0.8705 ± 0.0000 |
103
+ | **HD95 (pixels)** | 45.46 ± 0.00 |
104
+ | **Best Validation Dice** | 0.7327 |
105
 
106
  ### Validation Set Results
107
 
108
  | Metric | Score |
109
  |--------|-------|
110
+ | **Dice Score** | **0.8795 ± 0.0304** |
111
+ | **IoU** | **0.7862 ± 0.0485** |
112
+ | **Precision** | 0.8846 ± 0.0256 |
113
+ | **Recall** | 0.8744 ± 0.0351 |
114
+ | **HD95 (pixels)** | 30.85 ± 8.90 |
115
+
116
+ ### Training Set Results (Final Epoch)
117
+
118
+ | Metric | Score |
119
+ |--------|-------|
120
+ | **Dice Score** | 0.8747 ± 0.0108 |
121
+ | **IoU** | 0.7775 ± 0.0170 |
122
+ | **Precision** | 0.8698 ± 0.0189 |
123
+ | **Recall** | 0.8801 ± 0.0136 |
124
+ | **HD95 (pixels)** | 33.91 ± 1.69 |
125
 
126
  ## Usage
127
 
 
251
 
252
  bibtex
253
  @software{dinov3_polyp_seg,
254
+ author = {Amirreza Mehrzadian},
255
  title = {DINOv3 Polyp Segmentation with U-Net Decoder},
256
  year = {2024},
257
+ url = {https://huggingface.co/uncleMehrzad/dinov3-polyp-seg}
258
  }
259
  ## Acknowledgments
260
  DINOv3 team for the powerful vision backbone