HISTOPANTUME: Histological Pan-cancer Tumor image dataset
Authors/Creators
Description
HISTOPANTUM is a comprehensive pan-cancer dataset of histology images categorized into Tumor and Non-Tumor classes over 4 different cancer types (domains). This dataset is designed to facilitate domain generalization analysis for tumor detection tasks, serving as a benchmark for foundation models and domain generalization algorithms.
Dataset Overview
The dataset comprises histology images sourced from The Cancer Genome Atlas (TCGA), spanning the following four cancer types:
- Colorectal Cancer
- Ovarian Cancer
- Stomach Cancer
- Uterus Cancer
Image Specifications
- Original Resolution: 512 × 512 pixels images are extracted from 0.5 micron-per-pixel resolution.
- Processed Size: Images are resized to 224 × 224 pixels and saved as JPEG files.
The dataset is provided in four zipped files, each corresponding to one cancer type. Within each zip file, images are organized into two subfolders:
tumournon-tumour
Each image filename encodes the originating slide and the patch position within the slide, following this naming convention:
<TCGA-slide-name>_<x-pos>_<y-pos>.jpg
Citation
If you use this dataset in your research, please cite the following publication:
@article{zamanitajeddin2024benchmarking,
title={Benchmarking Domain Generalization Algorithms in Computational Pathology},
author={Zamanitajeddin, Neda and Jahanifar, Mostafa and Xu, Kesi and Siraj, Fouzia and Rajpoot, Nasir},
journal={arXiv preprint arXiv:2409.17063},
year={2024}
}
For further details, please refer to the linked publication.