Skip to content

Commit e7e900d

Browse files
committed
docs: sync repository with camera-ready paper
1 parent 5cf903c commit e7e900d

8 files changed

Lines changed: 68 additions & 38 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99

1010
### Added
1111

12+
13+
## [0.1.0] - 2026-03-31
14+
15+
### Added
16+
1217
- Two-stage training pipeline (self-supervised slide encoding + supervised case-level alignment)
1318
- CLI interface (`moozy train stage1`, `moozy train stage2`, `moozy encode`)
1419
- HuggingFace Hub integration for checkpoint downloads

CITATION.cff

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ authors:
1616
repository-code: "https://github.com/AtlasAnalyticsLab/MOOZY"
1717
url: "https://github.com/AtlasAnalyticsLab/MOOZY"
1818
license: CC-BY-NC-SA-4.0
19+
version: 0.1.0
20+
date-released: 2026-03-31
1921
keywords:
2022
- computational pathology
2123
- digital pathology
@@ -28,7 +30,7 @@ keywords:
2830
- case-level embedding
2931
- survival prediction
3032
preferred-citation:
31-
type: article
33+
type: conference-paper
3234
title: "MOOZY: A Patient-First Foundation Model for Computational Pathology"
3335
authors:
3436
- family-names: Kotp
@@ -42,4 +44,5 @@ preferred-citation:
4244
given-names: Mahdi S.
4345
orcid: "https://orcid.org/0000-0002-9147-0731"
4446
url: "https://arxiv.org/abs/2603.27048"
47+
collection-title: "European Conference on Computer Vision (ECCV)"
4548
year: 2026

MODEL_CARD.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
**Paper:** [arXiv:2603.27048](https://arxiv.org/abs/2603.27048)
44

5+
**Venue:** Accepted to ECCV 2026
6+
57
## Model Description
68

79
MOOZY is a patient-first foundation model for computational pathology. It produces 768-dimensional embeddings at the slide and case (patient) level from whole-slide image feature grids.
@@ -50,7 +52,9 @@ Anatomical sites: adrenal gland, bladder, brain, breast, cervix, colon/rectum, e
5052
## Limitations
5153

5254
- Trained exclusively on public data, which skews toward TCGA/CPTAC demographics (predominantly North American). Performance on underrepresented populations is unknown.
53-
- Treatment Response (MBC) showed high variance across folds, indicating limited generalization for that specific task.
55+
- Produces global slide- and case-level embeddings; it does not support dense localization or segmentation outputs.
56+
- The benefit of explicit cross-slide aggregation has not been isolated on tasks designed to require deeper multi-slide reasoning like report generation.
57+
- The held-out tasks mix familiar and new cohort distributions, so the reported results are not a pure OOD evaluation of unseen patient populations.
5458

5559
## Ethical Considerations
5660

README.md

Lines changed: 52 additions & 35 deletions
Large diffs are not rendered by default.
-93.2 KB
Loading
430 KB
Loading
-93.8 KB
Loading

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,9 +66,10 @@ dev = [
6666
moozy = "moozy.cli.main:main"
6767

6868
[project.urls]
69-
Homepage = "https://github.com/AtlasAnalyticsLab/MOOZY"
69+
Homepage = "https://atlasanalyticslab.github.io/MOOZY/"
7070
Repository = "https://github.com/AtlasAnalyticsLab/MOOZY"
7171
Documentation = "https://github.com/AtlasAnalyticsLab/MOOZY/tree/main/docs"
72+
"Paper" = "https://arxiv.org/abs/2603.27048"
7273
"Model Weights" = "https://huggingface.co/AtlasAnalyticsLab/MOOZY"
7374
"Bug Tracker" = "https://github.com/AtlasAnalyticsLab/MOOZY/issues"
7475

0 commit comments

Comments
 (0)