Parth1503 commited on
Commit
80a2165
·
verified ·
1 Parent(s): 9bfed38

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +120 -0
README.md CHANGED
@@ -36,4 +36,124 @@ configs:
36
  data_files:
37
  - split: train
38
  path: data/train-*
 
 
 
 
 
 
 
 
39
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
36
  data_files:
37
  - split: train
38
  path: data/train-*
39
+ tags:
40
+ - medical
41
+ - histopathology
42
+ - melanoma
43
+ - segmentation
44
+ - h&e
45
+ license: cc0-1.0
46
+ pretty_name: PUMA — Melanoma Nuclei & Tissue Segmentation
47
  ---
48
+
49
+ # PUMA — Panoptic Segmentation of Nuclei and Tissue in Advanced Melanoma
50
+
51
+ H&E histopathology ROIs from advanced melanoma with expert nuclei **and** tissue
52
+ annotations. Mirror of the official Zenodo release for use in the MedOtter
53
+ benchmark suite.
54
+
55
+ > ⚠️ **This is the public training split only: 206 of the challenge's 310 ROIs.**
56
+ > The 104 test ROIs are embargoed until **2029-10-10** and are not public
57
+ > anywhere. Treat this as a single-split dataset.
58
+
59
+ ## Contents
60
+
61
+ | | |
62
+ |---|---|
63
+ | ROIs | 206 (103 primary + 103 metastatic melanoma) |
64
+ | Image | 1024×1024 RGB, 40×, ~0.226 µm/px |
65
+ | Nuclei | 97,429 annotated, 10 classes |
66
+ | Tissue | 5 foreground classes + background |
67
+ | Splits | `train` only (see embargo note above) |
68
+ | Licence | **CC0 1.0** |
69
+
70
+ Source images are uncompressed RGBA TIFF with a constant-255 alpha channel;
71
+ the alpha is dropped here (verified constant across all 206 files) and pixels
72
+ are stored as lossless PNG.
73
+
74
+ ## Label maps
75
+
76
+ **Tissue** (`tissue_mask`) — values follow the **challenge evaluation**
77
+ convention, i.e. what the PUMA leaderboard scores against:
78
+
79
+ | Value | Class |
80
+ |---|---|
81
+ | 0 | background (`tissue_white_background`, unpainted) |
82
+ | 1 | stroma |
83
+ | 2 | blood vessel |
84
+ | 3 | tumor |
85
+ | 4 | epidermis |
86
+ | 5 | necrosis |
87
+
88
+ ⚠️ A **second official map exists** and disagrees: the organizers' QuPath
89
+ export script uses `tumor=1, stroma=2, epidermis=3, necrosis=4,
90
+ blood_vessel=5`. We use the evaluation convention because that is what the
91
+ leaderboard and published PUMA models use. We do, however, keep the QuPath
92
+ **paint order** (`tumor < stroma < epidermis < necrosis < blood_vessel`, later
93
+ wins), so the masks stay geometrically identical to the official exports.
94
+ In practice the order decides only ~0.001% of pixels.
95
+
96
+ **Nuclei** (`nuclei_mask`) — the single official map:
97
+
98
+ | Value | Class | | Value | Class |
99
+ |---|---|---|---|---|
100
+ | 1 | lymphocyte | | 6 | melanophage |
101
+ | 2 | tumor | | 7 | endothelium |
102
+ | 3 | stroma | | 8 | epithelium |
103
+ | 4 | plasma cell | | 9 | neutrophil |
104
+ | 5 | histiocyte | | 10 | apoptosis |
105
+
106
+ The challenge's Track 1 uses a 3-class collapse of this map
107
+ (`lymphocyte→1, tumor→2, all others→3`); Track 2 uses all 10.
108
+
109
+ ## Fields
110
+
111
+ `case_id`, `cohort` (`primary`/`metastatic`), `roi_index`, `split`, `image`,
112
+ `nuclei_mask`, `tissue_mask`, `nuclei_count`, `nuclei_class_ids`,
113
+ `tissue_class_ids`, `mpp`, `magnification`.
114
+
115
+ `nuclei_class_ids` / `tissue_class_ids` list the classes actually present in
116
+ each ROI — useful because several classes are rare: **necrosis appears in only
117
+ 9/206 ROIs**, epidermis in 28/206, neutrophil in 30/206. Sampling a handful of
118
+ ROIs at random will report zero for those classes.
119
+
120
+ ## Instance-level annotation
121
+
122
+ Semantic masks merge touching nuclei of the same class. The original QuPath
123
+ GeoJSON files are therefore included verbatim at the repo root:
124
+
125
+ * `01_training_dataset_geojson_nuclei.zip`
126
+ * `01_training_dataset_geojson_tissue.zip`
127
+
128
+ Coordinates are in ROI pixel space (0–1024).
129
+
130
+ ## Provenance & caveats
131
+
132
+ * Official source: [Zenodo record 15050523](https://zenodo.org/records/15050523)
133
+ (v5, 2025-03-19). Earlier versions differ — **v1/v2 were CC BY 4.0**, v3+ are
134
+ CC0; v3 dropped `metastatic_roi_103` (205 ROIs) and v5 restored a corrected
135
+ copy. The paper cites the stale v3 DOI and the challenge page links v4.
136
+ * In the source archive, `training_set_metastatic_roi_103` uses a `.tiff`
137
+ extension while all 205 others use `.tif` — `glob("*.tif")` silently drops it.
138
+ * The Zenodo description says "103 primary and 102 metastatic"; the archives
139
+ actually contain **103 + 103** (verified).
140
+ * Ground truth is the expert tier: nuclei were initialised by a
141
+ PanNuke-pretrained HoVer-Net, corrected by a medical expert, then reviewed and
142
+ corrected by a dermatopathologist. Tissue was drawn manually throughout.
143
+ Reported human ceiling: nuclei F1 0.857 (intra-observer) / 0.802 (inter);
144
+ tissue Dice 0.90.
145
+ * Because the nuclei GT was *seeded* by a PanNuke-pretrained model, models
146
+ pretrained on PanNuke may carry a mild prior advantage on boundary detail.
147
+ This is model lineage, not data leakage.
148
+ * No patient/image overlap with PanNuke, MoNuSAC, NuCLS, CoNIC/Lizard, BCSS,
149
+ Pan-Cancer-Nuclei-Seg, DSB2018 or TCGA-SKCM — PUMA is single-institution
150
+ material and carries no cross-reference IDs.
151
+
152
+ ## Citation
153
+
154
+ Schuiveling M, Liu H, Eek D, Breimer GE, Suijkerbuijk KPM, Blokx WAM, Veta M.
155
+ *A novel dataset for nuclei and tissue segmentation in melanoma with baseline
156
+ nuclei segmentation and tissue segmentation benchmarks.* GigaScience.
157
+ 2025;14:giaf011. doi:10.1093/gigascience/giaf011
158
+
159
+ Dataset: doi:10.5281/zenodo.15050523 (CC0 1.0)