yousefkotp commited on
Commit
7bc3e74
·
verified ·
1 Parent(s): 79b04aa

docs: sync badges with GitHub README, add arXiv TODO markers and full citation

Browse files
Files changed (1) hide show
  1. README.md +11 -5
README.md CHANGED
@@ -171,11 +171,15 @@ model-index:
171
 
172
  # MOOZY: A Patient-First Foundation Model for Computational Pathology
173
 
 
174
  <p align="center">
175
  <a href="https://atlasanalyticslab.github.io/MOOZY/"><img src="https://img.shields.io/badge/Project-Page-4285F4?logo=googlechrome&logoColor=white" alt="Project Page"></a>
 
176
  <a href="https://github.com/AtlasAnalyticsLab/MOOZY"><img src="https://img.shields.io/badge/GitHub-Repository-181717?logo=github" alt="GitHub"></a>
 
177
  <a href="https://pypi.org/project/moozy/"><img src="https://img.shields.io/pypi/v/moozy?logo=pypi&logoColor=white&label=PyPI" alt="PyPI"></a>
178
- <a href="#citation"><img src="https://img.shields.io/badge/Paper-Coming%20Soon-B31B1B" alt="Paper"></a>
 
179
  </p>
180
 
181
  MOOZY is a slide and patient-level foundation model for computational pathology. The patient case, not the individual slide, is the core unit of representation. A vision-only slide encoder pretrained with masked self-distillation on 77,134 public slides is aligned with clinical semantics through multi-task supervision over 333 tasks (205 classification, 128 survival) from 56 public datasets spanning 23 anatomical sites. A case transformer explicitly models dependencies across all slides from the same patient, replacing the naive early/late fusion used by prior methods. 85.77M total parameters. Trained entirely on public data.
@@ -270,11 +274,13 @@ This repository includes 333 task definitions in the `tasks/` directory. Each ta
270
 
271
  ## Citation
272
 
 
273
  ```bibtex
274
- @article{moozy,
275
- title = {MOOZY: A Patient-First Foundation Model for Computational Pathology},
276
- author = {TODO},
277
- year = {TODO},
 
278
  }
279
  ```
280
 
 
171
 
172
  # MOOZY: A Patient-First Foundation Model for Computational Pathology
173
 
174
+ <!-- TODO: update arXiv URL when paper is posted -->
175
  <p align="center">
176
  <a href="https://atlasanalyticslab.github.io/MOOZY/"><img src="https://img.shields.io/badge/Project-Page-4285F4?logo=googlechrome&logoColor=white" alt="Project Page"></a>
177
+ <a href="https://arxiv.org/abs/XXXX.XXXXX"><img src="https://img.shields.io/badge/arXiv-XXXX.XXXXX-B31B1B?logo=arxiv" alt="arXiv"></a>
178
  <a href="https://github.com/AtlasAnalyticsLab/MOOZY"><img src="https://img.shields.io/badge/GitHub-Repository-181717?logo=github" alt="GitHub"></a>
179
+ <!-- TODO: update PyPI badge once first version is published -->
180
  <a href="https://pypi.org/project/moozy/"><img src="https://img.shields.io/pypi/v/moozy?logo=pypi&logoColor=white&label=PyPI" alt="PyPI"></a>
181
+ <a href="https://github.com/AtlasAnalyticsLab/MOOZY/blob/main/LICENSE"><img src="https://img.shields.io/badge/License-CC%20BY--NC--SA%204.0-lightgrey" alt="License"></a>
182
+ <a href="https://www.python.org/"><img src="https://img.shields.io/badge/Python-3.10%2B-blue?logo=python&logoColor=white" alt="Python 3.10+"></a>
183
  </p>
184
 
185
  MOOZY is a slide and patient-level foundation model for computational pathology. The patient case, not the individual slide, is the core unit of representation. A vision-only slide encoder pretrained with masked self-distillation on 77,134 public slides is aligned with clinical semantics through multi-task supervision over 333 tasks (205 classification, 128 survival) from 56 public datasets spanning 23 anatomical sites. A case transformer explicitly models dependencies across all slides from the same patient, replacing the naive early/late fusion used by prior methods. 85.77M total parameters. Trained entirely on public data.
 
274
 
275
  ## Citation
276
 
277
+ <!-- TODO: update arXiv ID when paper is posted -->
278
  ```bibtex
279
+ @article{kotp2026moozy,
280
+ title = {MOOZY: A Patient-First Foundation Model for Computational Pathology},
281
+ author = {Kotp, Yousef and Trinh, Vincent Quoc-Huy and Pal, Christopher and Hosseini, Mahdi S.},
282
+ journal = {arXiv preprint arXiv:XXXX.XXXXX},
283
+ year = {2026}
284
  }
285
  ```
286