Skip to main content

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

Contributions are welcome! Please feel free to submit a Pull Request.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

tdsc_abus2023_pytorch-0.1.0.tar.gz (6.2 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

tdsc_abus2023_pytorch-0.1.0-py3-none-any.whl (6.3 kB view details)

Uploaded Python 3

File details

Details for the file tdsc_abus2023_pytorch-0.1.0.tar.gz.

File metadata

  • Download URL: tdsc_abus2023_pytorch-0.1.0.tar.gz
  • Upload date:
  • Size: 6.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.7

File hashes

Hashes for tdsc_abus2023_pytorch-0.1.0.tar.gz
Algorithm Hash digest
SHA256 29c2713f82fdc55d8a917651f327b62ec4b21cfa0553d9a44973bf5debe21bc5
MD5 7bd48426312c278a6b88dd0bc68f21c1
BLAKE2b-256 a30cd364ffd7e9a5aa1f7f3266b84055aa64de3e4d166ecc32f5233191a0ade7

See more details on using hashes here.

File details

Details for the file tdsc_abus2023_pytorch-0.1.0-py3-none-any.whl.

File metadata

File hashes

Hashes for tdsc_abus2023_pytorch-0.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 56c998efd38fb7c360e20a690e1df7329fb34feac625f52d2b43064ec5942158
MD5 a788699feb3a7719d6224d3b7850ce97
BLAKE2b-256 6124814508bbcb407f2cf2fd63c0b29d1379414166e52e7ae9047fbb7476e411

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page