PyTorch dataset for TDSC ABUS 2023
Project description
TDSC-ABUS2023 PyTorch Dataset
A PyTorch-compatible dataset package containing volumetric data from the TDSC-ABUS2023 collection (Tumor Detection, Segmentation and Classification Challenge on Automated 3D Breast Ultrasound).
Dataset Description
The dataset contains 200 3D volumes with refined tumor labels, collected using an Automated 3D Breast Ultrasound (ABUS) system (Invenia ABUS, GE Healthcare) at Harbin Medical University Cancer Hospital, Harbin, China. All annotations were created and verified by an experienced radiologist.
Technical Specifications
- Image Dimensions: Varying between 843×546×270 and 865×682×354
- Pixel Spacing:
- X-Y plane: 0.200 mm × 0.073 mm
- Z-axis (between slices): ~0.475674 mm
- File Format: .nrrd
- Annotations: Voxel-level segmentation
- 0: Background
- 1: Tumor
Dataset Split
The dataset is stratified sampled from all 200 cases and divided into:
- Training Set: 100 cases
- Used for training robust models
- Validation Set: 30 cases
- Open validation set for algorithm verification
- Sized to prevent test set distribution leakage
- Test Set: 70 cases
- Closed set for final leaderboard evaluation
- Ensures fair comparison between methods
Installation
You can install this package via pip:
pip install tdsc-abus2023-pytorch
Usage
from tdsc-abus2023-pytorch import TDSC, DataSplits
# Initialize dataset with automatic download
dataset = TDSC(
path="./data",
split=DataSplits.TRAIN,
download=True
)
# Access a sample
volume, mask, label = dataset[0]
Data Structure
data/
└── tdsc/
├── Train/
│ ├── DATA/
│ └── MASK/
├── Validation/
│ ├── DATA/
│ └── MASK/
└── Test/
├── DATA/
└── MASK/
Citation
If you use this dataset in your research, please cite:
@misc{luo2025tumordetectionsegmentationclassification,
title={Tumor Detection, Segmentation and Classification Challenge on Automated 3D Breast Ultrasound: The TDSC-ABUS Challenge},
author={Gongning Luo and Mingwang Xu and Hongyu Chen and Xinjie Liang and Xing Tao and Dong Ni and Hyunsu Jeong and Chulhong Kim and Raphael Stock and Michael Baumgartner and Yannick Kirchhoff and Maximilian Rokuss and Klaus Maier-Hein and Zhikai Yang and Tianyu Fan and Nicolas Boutry and Dmitry Tereshchenko and Arthur Moine and Maximilien Charmetant and Jan Sauer and Hao Du and Xiang-Hui Bai and Vipul Pai Raikar and Ricardo Montoya-del-Angel and Robert Marti and Miguel Luna and Dongmin Lee and Abdul Qayyum and Moona Mazher and Qihui Guo and Changyan Wang and Navchetan Awasthi and Qiaochu Zhao and Wei Wang and Kuanquan Wang and Qiucheng Wang and Suyu Dong},
year={2025},
eprint={2501.15588},
archivePrefix={arXiv},
primaryClass={eess.IV},
url={https://arxiv.org/abs/2501.15588},
}
Contributing
Build from source
python setup.py sdist bdist_wheel
Contributions are welcome! Please feel free to submit a Pull Request.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file tdsc_abus2023_pytorch-0.1.1.tar.gz.
File metadata
- Download URL: tdsc_abus2023_pytorch-0.1.1.tar.gz
- Upload date:
- Size: 8.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f1ef91285ecc7d5c435dde3d7eb8dd011559357723a6c9cc5a4bf3cf78f3536e
|
|
| MD5 |
a6edb3438f5f7395cbc48c5c567987e8
|
|
| BLAKE2b-256 |
458bf5d90f51140b03bc69aef49bf163058d8b03f1a966f2b34b930414270fb3
|
File details
Details for the file tdsc_abus2023_pytorch-0.1.1-py3-none-any.whl.
File metadata
- Download URL: tdsc_abus2023_pytorch-0.1.1-py3-none-any.whl
- Upload date:
- Size: 7.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8d94d4b02f0ada05f9a5897a8b0ac2b3cafd36aab6b8d009ea1c925e43c8f81e
|
|
| MD5 |
28d751e14ba1a3eb59e2767cc99f667c
|
|
| BLAKE2b-256 |
3f5eaabb2e7d1a07b38ac1d935665a50e413a0ead81ce36e882416bc38263dcc
|