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

Build from source

python setup.py sdist bdist_wheel

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.2.tar.gz (8.5 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.2-py3-none-any.whl (7.7 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: tdsc_abus2023_pytorch-0.1.2.tar.gz
  • Upload date:
  • Size: 8.5 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.2.tar.gz
Algorithm Hash digest
SHA256 a837dff7ab64e4e0835627f8d5e9d8275a5e0a141cfab4b11e27fd94d2f94326
MD5 f5a47ab8f3f88f94ea74dd338136538a
BLAKE2b-256 70a9f0a540cfaa922c9e70891870fb1d1b3e69d65467476929a9b2251c3adf13

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for tdsc_abus2023_pytorch-0.1.2-py3-none-any.whl
Algorithm Hash digest
SHA256 92aa47d6c5a05ae778a7c06a201a741f3c7984c80b2fb00a621dbd32da5dffcd
MD5 05746e7e9e19d002598cf2299c1d4083
BLAKE2b-256 0cbf9191a731b1d98a9ba7b91d2745dd238fb639d7db10313fb3b044495bd99d

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