Dataset Viewer

The dataset viewer is not available because its heuristics could not detect any supported data files. You can try uploading some data files, or configuring the data files location manually.

OmniTumorData

A curated multi-source benchmark for text-prompted volumetric tumor and lesion segmentation across CT and MRI, accompanying the OmniTumor paper.

10,241 subjects · 17 public cohorts · CT + MRI · 21 sub-region targets · 20 canonical prompts

Data access

Imaging data is not redistributed publicly from this page. Several of the constituent cohorts (e.g., AbdomenCT-1K, ULS23, COVID-19 CT) are released under non-redistribution licenses, and a few originate from clinical sites with patient-privacy restrictions on derivative works. Access is therefore gated.

To request access:

  1. Click "Acknowledge and request access" above and submit the usage form. Requests are reviewed manually.
  2. Once approved, the curated PNG layout, consolidated metadata (dataset_metadata_v2.json), and the pretrained OmniTumor checkpoint (omnitumor_v2_final.pth) become downloadable from this repository.
  3. Alternatively, contact the authors via the GitHub repository linked at the bottom of this page; we will share download instructions once the request is reviewed.

If you have already secured licenses to the original sources, the Composition table below lists each cohort so that the curated layout can be rebuilt locally.

Summary

Subjects 10,241
Axial slices 246,589
Modalities CT, MRI
Anatomical systems 8 (Brain/CNS, Thoracic, Hepatic, Renal, Pancreatic, Colorectal, Lymphatic, Musculoskeletal)
Segmentation targets 21 fine-grained tumor/lesion types
Canonical prompts 20
Prompt variants 399 (1 canonical + 19 paraphrases per prompt)

Cohort composition

# Cohort Anatomy Modality Subjects Source
1 BraTS 2023 Brain MRI (T1c) 2,350 synapse.org/syn51156910
2 LGG Segmentation (Buda 2019) Brain MRI 110 kaggle.com/datasets/mateuszbuda/lgg-mri-segmentation
3 AbdomenCT-1K Abdomen CT 715 github.com/JunMa11/AbdomenCT-1K
4 MSD Liver (Task03) Liver CT 131 medicaldecathlon.com
5 MSD Hepatic Vessel (Task08) Liver CT 303 medicaldecathlon.com
6 LiTS* Liver CT 330 uls23.grand-challenge.org
7 KiTS21* Kidney CT 877 uls23.grand-challenge.org
8 MSD Pancreas* Pancreas CT 617 uls23.grand-challenge.org
9 Radboudumc Pancreas* Pancreas CT 183 uls23.grand-challenge.org
10 MSD Colon* Colon CT 277 uls23.grand-challenge.org
11 Radboudumc Bone* Bone CT 233 uls23.grand-challenge.org
12 NIH-LN* Lymph Node CT 384 uls23.grand-challenge.org
13 DeepLesion3D* Multi-organ CT 1,144 uls23.grand-challenge.org
14 LIDC-IDRI* Lung CT 2,193 uls23.grand-challenge.org
15 MSD Lung* Lung CT 138 uls23.grand-challenge.org
16 LNDb Lung CT 236 lndb.grand-challenge.org
17 COVID-19 CT Lung CT 20 zenodo.org/record/3757476
Total 10,241

* Loaded via ULS23 re-distribution. The ULS23 license also covers the redistributed sources, and ingestion is performed exclusively through the ULS23 packaging to avoid duplicate cases.

Text prompts

Each label is mapped via a three-layer ontology (Category > Meta-object > Specific object) to a canonical prompt of the form [OBJECT TYPE] in [ANATOMIC SITE] [MODALITY]. Sub-region distinctions are preserved end-to-end: BraTS produces three prompts (necrotic core, peritumoral edema, enhancing tumor); abdominal vs. mediastinal lymph nodes are separate prompts; and so on.

Each of the 20 canonical prompts is expanded into 20 variants (1 canonical + 19 paraphrases), yielding 399 unique prompt strings. One variant is sampled per (image, mask) pair per epoch during training.

Pretrained checkpoint

The OmniTumor checkpoint trained on this dataset is released as omnitumor_v2_final.pth (1.7 GB) in this repository, accessible after the gated-access request above is approved. See the OmniTumor codebase at github.com/soz223/OmniTumor for the training recipe.

Reproducing the local layout from your own downloads

After downloading each cohort to RAW_ROOT/<cohort>/, run:

# Convert all cohorts to the unified PNG layout
bash scripts/convert_all.sh

# Build dataset_metadata_v2.json (ULS23 routing + augmented prompts)
python scripts/build_metadata_v2.py

License

Each constituent dataset retains its original license. Refer to each cohort's source page for per-cohort license terms; access to the ULS23-redistributed cohorts is additionally governed by the ULS23 license. The pretrained checkpoint is released under the same non-commercial research terms as the dataset compilation.

Contact

Songlin Zhao. See github.com/soz223/OmniTumor.

Downloads last month
101