SkillAgentSearch skills...

PanTS

[NeurIPS 2025] PanTS: The Pancreatic Tumor Segmentation Dataset. PanTS enables development and external evaluation of AI for pancreatic tumor detection, localization, and quantitative assessment, with multi-structure context and metadata to support robust, anatomy-aware modeling.

Install / Use

/learn @MrGiovanni/PanTS
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

<div align="center"> <img src="document/fig_dataset_characteristics.png" alt="PanTS" width=100%> </div> <h1 align="center" style="font-size: 60px; margin-bottom: 4px">PanTS: The Pancreatic Tumor Segmentation Dataset</h1> <div align="center">

pants dataset pants benchmark pants model <br/> visitors GitHub Repo stars <a href="https://twitter.com/bodymaps317"> <img src="https://img.shields.io/twitter/follow/BodyMaps?style=social" alt="Follow on Twitter" /> </a><br/>

</div>

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.

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.

Paper

<b>PanTS: The Pancreatic Tumor Segmentation Dataset</b> <br/> Wenxuan Li, Xinze Zhou, Qi Chen, ..., Alan Yuille, Zongwei Zhou<sup></sup> <br/> Johns Hopkins University <br/> NeurIPS 2025 <br/>

<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>

PanTS Dataset: Paired Image-Mask-Report

Four lines of code to download the dataset

git clone https://github.com/MrGiovanni/PanTS.git
cd PanTS
bash download_PanTS_data.sh # It needs ~300GB storage
bash download_PanTS_label.sh

Official training set

  • PanTS-tr (n=9,000)

Official in-distribution test set

  • PanTS-te (n=901)

External out-of-distribution test set

[!NOTE] To submit your model for evaluation, please email Dr. Zongwei Zhou (zzhou82@jh.edu) with:

  • Your model checkpoint
  • Testing script
  • A brief README with usage instructions

The JHU Team will assess performance on three large out-of-distribution test sets and a RSNA Dataset, for which all pancreatic tumors have been re-annotated by our team.

  • Proprietary UCSF Pancreatic Dataset (n=13,458)
  • Proprietary Polish Pancreatic Dataset (n=5,259)
  • Proprietary Peking University Dataset (n=3,066)
  • RSNA Abdominal Trauma Detection Dataset (n=4,706)

PanTS Benchmark (official in-distribution test set)

[!NOTE] We are calling for more baseline methods.

| model | paper | github | P-Sen<sup></sup> | T-Sen<sup></sup> | Spe | AUC | DSC | model | |:---|:---|:---|:---:|:---:|:---:|:---:|:---:|:---:| | nnU-Net | arXiv | GitHub stars | SuPreM | arXiv | GitHub stars | Models Genesis | arXiv | GitHub stars | Universal Model | arXiv | GitHub stars | UNet++ | arXiv | GitHub stars | TransUNet | arXiv | GitHub stars | MedNeXt | arXiv | GitHub stars | UniSeg | arXiv | GitHub stars | LHU-Net | arXiv | GitHub stars | MedFormer | arXiv | GitHub stars | 76% | | 91% | | 53% | HF | R-Super<sup></sup> | arXiv | GitHub stars | 80% | | 93% | | 54% | HF

<sup></sup> Patient-wise sensitivity: A case is considered a true positive if the model detects one or more tumors in a patient who has any tumor, regardless of whether the predicted location is accurate. <br/> <sup></sup> Tumor-wise sensitivity: A tumor is considered a true positive only if it is correctly localized. Patients with multiple tumors can contribute multiple true positives. <br/> <sup></sup> Trained with additional external data (1.8K pancreatic lesion reports). <br/>

PanTS Model

[!NOTE] We will release more checkpoints as we receive permission from the respective authors. Stay tuned!

Citation

@inproceedings{li2025pants,
  title={Pants: The pancreatic tumor segmentation dataset},
  author={Li, Wenxuan and Zhou, Xinze and Chen, Qi and Lin, Tianyu and Bassi, Pedro RAS and Chen, Xiaoxi and Ye, Chen and Zhu, Zheren and Ding, Kai and Li, Heng and others},
  booktitle={The Thirty-ninth Annual Conference on Neural Information Processing Systems Datasets and Benchmarks Track},
  year={2025},
  url={https://github.com/MrGiovanni/PanTS}
}

Acknowledgement

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 for their support and infrastructure resources where some of these analyses were conducted; especially DISCOVERY HPC. Paper content is covered by patents pending.

View on GitHub
GitHub Stars98
CategoryDevelopment
Updated23h ago
Forks8

Languages

Shell

Security Score

85/100

Audited on Mar 30, 2026

No findings