mselmangokmen commited on
Commit
4750cc8
·
verified ·
1 Parent(s): 02fac5f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -63,7 +63,7 @@ This model is intended for research purposes in the field of neuropathology.
63
  ## Training Procedure
64
 
65
  * **Training System/Framework:** DINO-MX (Modular & Flexible Self-Supervised Training Framework)
66
- * **Training Strategy:** Hieararchically connected tiles
67
  * **Training Infrastructure:** 4 x DGS H100 nodes (32 x H100 GPUs)
68
  * **Base Model (if fine-tuning):** Pretrained `facebook/dinov2-with-registers-giant` loaded from Hugging Face Hub.
69
  * **Training Objective(s):** Self-supervised learning using DINO loss, iBOT masked-image modeling loss.
 
63
  ## Training Procedure
64
 
65
  * **Training System/Framework:** DINO-MX (Modular & Flexible Self-Supervised Training Framework)
66
+ * **Training Strategy:** The model is trained using *Magnification-Aware Distillation (MAD)*, where a teacher network processes low-magnification tiles (2.5× or 10×) to capture global tissue context, while a student network learns from spatially aligned high-magnification tiles (10× or 40×) to encode fine-grained cellular details. Training is performed in a pairwise manner (2.5×→10× and 10×→40×), enforcing semantic consistency across resolutions and enabling unified cross-magnification representation learning.
67
  * **Training Infrastructure:** 4 x DGS H100 nodes (32 x H100 GPUs)
68
  * **Base Model (if fine-tuning):** Pretrained `facebook/dinov2-with-registers-giant` loaded from Hugging Face Hub.
69
  * **Training Objective(s):** Self-supervised learning using DINO loss, iBOT masked-image modeling loss.