Datasets:
Tasks:
Image Segmentation
Modalities:
Text
Formats:
webdataset
Size:
10K - 100K
ArXiv:
Tags:
medical
License:
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,56 @@
|
|
| 1 |
-
---
|
| 2 |
-
license: cc-by-nc-sa-4.0
|
| 3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: cc-by-nc-sa-4.0
|
| 3 |
+
task_categories:
|
| 4 |
+
- image-segmentation
|
| 5 |
+
tags:
|
| 6 |
+
- medical
|
| 7 |
+
size_categories:
|
| 8 |
+
- 1K<n<10K
|
| 9 |
+
---
|
| 10 |
+
|
| 11 |
+
# Dataset Summary
|
| 12 |
+
|
| 13 |
+
We present PanTS (The Pancreatic Tumor Segmentation Dataset) recently created by JHU. It is a large-scale, multi-institutional dataset, containing 36,390 three-dimensional CT volumes from 145 medical centers, with expert-validated, voxel-wise annotations of over 993,000 anatomical structures, covering pancreatic tumors, pancreas head, body, and tail, and 24 surrounding anatomical structures such as vascular/skeletal structures and abdominal/thoracic organs.
|
| 14 |
+
|
| 15 |
+
As the largest and most comprehensive resource of its kind, PanTS offers a new benchmark for developing and evaluating AI models in pancreatic CT analysis.
|
| 16 |
+
|
| 17 |
+
This repository presents our training, PanTS-tr (n=9,000), and in-distribution testing images, PanTS-te (n=901).
|
| 18 |
+
|
| 19 |
+
|
| 20 |
+
# Paper
|
| 21 |
+
|
| 22 |
+
<b>PanTS: The Pancreatic Tumor Segmentation Dataset</b> <br/>
|
| 23 |
+
[Wenxuan Li](https://scholar.google.com/citations?hl=en&user=tpNZM2YAAAAJ), [Xinze Zhou](), [Qi Chen](), [Tianyu Lin](), [Pedro R.A.S. Bassi](),..., [Alan Yuille](https://www.cs.jhu.edu/~ayuille/), [Zongwei Zhou](https://www.zongweiz.com/)<sup>★</sup> <br/>
|
| 24 |
+
Johns Hopkins University
|
| 25 |
+
|
| 26 |
+
<a href='https://www.zongweiz.com/dataset'><img src='https://img.shields.io/badge/Project-Page-Green'></a> <a href='https://www.cs.jhu.edu/~zongwei/publication/li2025pants.pdf'><img src='https://img.shields.io/badge/Paper-PDF-purple'></a>
|
| 27 |
+
|
| 28 |
+
|
| 29 |
+
---
|
| 30 |
+
|
| 31 |
+
# Downloading Instructions
|
| 32 |
+
|
| 33 |
+
|
| 34 |
+
```shell
|
| 35 |
+
git clone https://github.com/MrGiovanni/PanTS.git
|
| 36 |
+
cd PanTS
|
| 37 |
+
bash download_PanTS_data.sh # It needs ~300GB storage
|
| 38 |
+
bash download_PanTS_label.sh
|
| 39 |
+
# This work is currently under peer review, but early access is available!
|
| 40 |
+
# To request the PanTSMini_Label.tar.gz file, please email Zongwei Zhou at [email protected]
|
| 41 |
+
```
|
| 42 |
+
|
| 43 |
+
## Citation
|
| 44 |
+
|
| 45 |
+
```
|
| 46 |
+
@article{li2025pants,
|
| 47 |
+
title={PanTS: The Pancreatic Tumor Segmentation Dataset},
|
| 48 |
+
author={Li, Wenxuan and Zhou, Xinze and Chen, Qi and Lin, Tianyu and Bassi, Pedro RAS and Plotka, Szymon and Cwikla, Jaroslaw B and Chen, Xiaoxi and Ye, Chen and Zhu, Zheren and others},
|
| 49 |
+
journal={arXiv preprint arXiv:2507.01291},
|
| 50 |
+
year={2025},
|
| 51 |
+
url={https://github.com/MrGiovanni/PanTS}
|
| 52 |
+
}
|
| 53 |
+
```
|
| 54 |
+
|
| 55 |
+
## Acknowledgements
|
| 56 |
+
This work was supported by the Lustgarten Foundation for Pancreatic Cancer Research, the Patrick J. McGovern Foundation Award, and the National Institutes of Health (NIH) under Award Number R01EB037669. We would like to thank the Johns Hopkins Research IT team in [IT@JH](https://researchit.jhu.edu/) for their support and infrastructure resources where some of these analyses were conducted; especially [DISCOVERY HPC](https://researchit.jhu.edu/research-hpc/). Paper content is covered by patents pending.
|