--- license: cc-by-nc-sa-4.0 pretty_name: PCaBiop task_categories: - image-classification tags: - medical - pathology - whole-slide-imaging - prostate-cancer - robustness size_categories: - 1K.tiff 3,000 PANDA slides (~106 GB) images/par/_leica.svs 324 PAR slides (~251 GB) masks/panda/.tif 3,000 tissue masks (~0.5 GB) masks/par/_leica.tif 324 tissue masks (~0.2 GB) pcabiop.csv 1,000 rows pcabiop-isup.csv 3,000 rows par.csv 324 rows ``` The masks are binary tissue-segmentation masks (tissue versus background), not Gleason annotation masks. Gleason label masks for the PANDA slides are available from the original Kaggle release. ## Provenance and modifications **PANDA.** The 3,000 slides originate from the public development set of the PANDA challenge (Bulten et al., 2022), contributed by Radboud University Medical Center and Karolinska Institutet, and are redistributed here under the original slide identifiers. Modifications: the tissue masks were losslessly recompressed (uncompressed tiled TIFF to zlib/deflate, pyramid levels, tiling and resolution metadata preserved, every level verified pixel-for-pixel) and renamed from `_tissue.tif` to `.tif`. ISUP grades and centre labels are taken from the PANDA release. Richer per-slide metadata (Gleason scores, scanner vendor, pixel spacing) is available from the original release. **PAR.** The 324 slides are the out-of-domain cohort used in the paper, drawn from the PAR dataset (Muhammad Ali et al., 2026, BioImage Archive accession [S-BIAD2323](https://www.ebi.ac.uk/biostudies/bioimages/studies/S-BIAD2323)), Leica scans only. The cohort comprises all 162 benign slides and an ISUP-stratified random subsample of 162 of the 177 cancer slides (fixed seed, selection code in the `croma` repository). Slides and tissue masks are redistributed unmodified. Binary labels derive from rater 1 of the PAR release, except for two slides (`c120a`, `c170b`) that carry the cancer label following rater 3. Full three-rater grading is available from the PAR release. ## Licence The repository is released under **CC BY-NC-SA 4.0**, inherited from the PANDA development set (Bulten et al., 2022, Radboud University Medical Center and Karolinska Institutet). Exception: everything under `images/par/` and `masks/par/` is redistributed from the PAR dataset under its original **CC BY 4.0** licence, with attribution to Muhammad Ali et al. (2026). ## Citation If you use this dataset, please cite the accompanying paper (reference to follow), together with the sources of the underlying data: ```bibtex @article{bulten2022panda, title={Artificial intelligence for diagnosis and {G}leason grading of prostate cancer: the {PANDA} challenge}, author={Bulten, Wouter and Kartasalo, Kimmo and Chen, Po-Hsuan Cameron and others}, journal={Nature Medicine}, volume={28}, pages={154--163}, year={2022}, doi={10.1038/s41591-021-01620-2}, } @article{par2026, title={The {PAR} dataset: Prostate biopsy whole slide images from an underrepresented {M}iddle {E}astern population}, author={{Muhammad Ali}, Peshawa J. and Vincent, Navin and Abdulla, Saman S. and others}, journal={Scientific Data}, volume={13}, pages={1061}, year={2026}, doi={10.1038/s41597-026-07798-9}, } ```