Child pages
  • Breast Cancer Screening - Digital Breast Tomosynthesis (Breast-Cancer-Screening-DBT)

Redirection Notice

This page will redirect to https://doi.org/10.7937/E4WT-CD02 in about 5 seconds.

Summary

Breast cancer is among the most common cancers and a common cause of death among women. Over 39 million breast cancer screening exams are performed every year and are among the most common radiological tests. This creates a high need for accurate image interpretation. Machine learning has shown promise in interpretation of medical images. However, limited data for training and validation remains an issue.

Here, we share a curated dataset of digital breast tomosynthesis images that includes normal, actionable, biopsy-proven benign, and biopsy-proven cancer cases.  The dataset contains four components: (1) DICOM images, (2) a spreadsheet indicating which group each case belongs to (3) annotation boxes, and (4) Image paths for patients/studies/views.  A detailed description of this dataset can be found in the following paper; please reference this paper if you use this dataset:

M. Buda, A. Saha, R. Walsh, S. Ghate, N. Li, A. Święcicki, J. Y. Lo, M. A. Mazurowski, Detection of masses and architectural distortions in digital breast tomosynthesis: a publicly available dataset of 5,060 patients and a deep learning model. (https://doi.org/10.1001/jamanetworkopen.2021.19100).

Additional information and resources related to this dataset can be found here: https://sites.duke.edu/mazurowski/resources/digital-breast-tomosynthesis-database/

A Version 1 of the dataset contains only a subset of all data described in the paper above. More data will be share in subsequent versions.

Please visit this discussion forum for any questions related to the data: https://www.reddit.com/r/DukeDBTData/

Required Preprocessing of DBT Images

For some of the images, the laterality stored in the DICOM header and/or image orientation are incorrect. The reference standard "truth" boxes are defined with respect to the corrected image orientation in these instances. Therefore, it is crucial to provide your results for images in the correct image orientation. Python functions for loading image data from a DICOM file into 3D array of pixel values in the correct orientation and for displaying "truth" boxes (if any) are on GitHub. Please see the readme file there for instructions.

DBTex Lesion Detection Challenge Predictions

The DBTex lesion detection challenge tasked participating teams with detecting lesions in the BCS-DBT test set. The challenge had two phases: DBTex1 and DBTex2Here we provide the BCS-DBT lesion predictions made by all participating teams for both phases, for both the BCS-DBT test and validation sets, as “team_predictions_bothphases.zip”. Please see here under “Output format for the DBTex2 Challenge test set results” for a description of how these results are formatted. Finally, when comparing lesion bounding box predictions to the image data, be sure to load the images correctly according to the above “Required Preprocessing of DBT Images”.

If you use these predictions, please reference the DBTex challenge paper:

Konz N, Buda M, Gu H, et al. A Competition, Benchmark, Code, and Data for Using Artificial Intelligence to Detect Lesions in Digital Breast Tomosynthesis. JAMA Netw Open. 2023;6(2):e230524. doi:10.1001/jamanetworkopen.2023.0524

Acknowledgements

We would like to acknowledge the individuals and institutions that have provided data for this collection:

  • Duke University Hospital/Duke University, Durham, NC, USA

  • We would like to acknowledge all those who contributed to the curation of this dataset

  • This work was supported by a grant from the NIH: 1 R01 EB021360 (PI: Mazurowski).


Data Access

Data TypeDownload all or Query/FilterLicense

Training set - Images (DICOM, 1321 GB)


 

(Download requires NBIA Data Retriever)

Training set - Image paths for patients/studies/views (csv, 6.08 MB)
Training set - Spreadsheet indicating which group each cases belongs to (see the paper for details on the groups) (csv, 664 kB)
Training set - Boxes indicating lesion locations, identical to Phase 1 (csv, 13 kB)
Validation set - Images (DICOM, 79 GB)
Validation set - Image paths for patients/studies/views (csv, 378 kB)
Test set - Images (DICOM, 126 GB)
Test set - Image paths for patients/studies/views (csv, 559 kB)

Click the Versions tab for more info about data releases.

Additional Resources for this Dataset

The NCI Cancer Research Data Commons (CRDC) provides access to additional data and a cloud-based data science infrastructure that connects data sets with analytics tools to allow users to share, integrate, analyze, and visualize cancer research data.

The following external resources have been made available by the data submitters.  These are not hosted or supported by TCIA, but may be useful to researchers utilizing this collection.

Detailed Description

Image Statistics


Modalities

DBT

Number of Participants

5060

Number of Studies

5610

Number of Series

22032

Number of Images

22032

Images Size (GB, compressed)1526

Dataset Split Details

This dataset was originally used for the DBTex2 challenge (https://spie-aapm-nci-dair.westus2.cloudapp.azure.com/competitions/6), which contains a total of 22032 breast tomosynthesis scans from 5060 patients from this collection.  The dataset was broken down into the following cohorts for usage at the competition, a split that is maintained for this general release:

  1. Total: 22032 scans
  2. Training: 19148 scans
  3. Validation: 1163 scans
  4. Test: 1721 scans

Version 1, 2 and 3 of the page had a fraction of each of these subsets released, to accompany phase 1 of the aforementioned competition, DBTex.

Training set (with truth): 

The training set consists of 19148 cases. This dataset will be representative of the technical properties (equipment, acquisition parameters, file format) and the nature of lesions in the validation and test sets. An associated Excel file in CSV format will include DBT scan identifier and the definition of the bounding box of all lesions. 

Validation set (without truth): 

The validation set consists of 1163 cases. The locations of lesions are not provided. The validation set needs to be processed, manipulated, and analyzed without human intervention

Test set (without truth): 

The test set consists of 1721 cases. The locations of lesions are not provided. The test set needs to be processed, manipulated, and analyzed without human intervention. 

FREQUENTLY ASKED QUESTIONS

Below are some curated important questions for this dataset along with answers from https://sites.duke.edu/mazurowski/resources/digital-breast-tomosynthesis-database/. For more discussion, visit https://www.reddit.com/r/DukeDBTData/.


Question: Is there a code repository for reading images, drawing bounding boxes, and helper functions related to this database?

Answer: Yes. Please use the following link: https://github.com/MaciejMazurowski/duke-dbt-data


Question: Could you explain the image files/format present for each study?

Answer: One DICOM file or image consists of an entire 3D volume (view). These images are stored in compressed DICOM format.


Question: Which software/tools can I use to read the images?

Answer: You may use a variety of software packages to read the images. We successfully opened the images with the following software: 3D Slicer, ITK-SNAP, Radiant, MicroDICOM, Matlab, and GDCM.


Question: Do I need to know the pre-processing steps, provided in the code repository, for the images?

Answer: It is important to look at the pre-processing steps we provided in the code repository. Please see the Python functions for reading image data from a DICOM file into 3D array of pixel values in the proper orientation and for displaying “truth” boxes (if present). Please also see the readme file there for instructions (https://github.com/MaciejMazurowski/duke-dbt-data). This is crucial as some of the image headers contain incorrect laterality or orientation. For these images, the reference standard “truth” boxes are provided with respect to the corrected image orientation.


Question: Are 4 views available for every study?

Answer: Though 4 views (2 per breast, craniocaudal and mediolateral oblique) are present for most of the studies, some exams have fewer than 4 views.


Question: What kind of encoding is used in the columns of the file ‘BCS-DBT labels-train-v2.csv’?

Answer: The columns “Cancer”, “Benign”, “Actionable”, “Normal” represent one-hot encoded assignment to a category. Details pertaining to these categories can be found in the Section 2.1: https://doi.org/10.1001/jamanetworkopen.2021.19100.


Question: How to interpret the “Slice” column in the data provided in the file ‘BCS-DBT boxes-train-v2.csv’?

Answer: A: The “Slice” column corresponds to the central slice of a biopsied lesion. More details on the image annotation are provided in the paper https://doi.org/10.1001/jamanetworkopen.2021.19100 (section 2.1.2). For evaluation, we assume that lesions span 25% of volume slices in each direction. It is reflected in the evaluation functions available on GitHub: https://github.com/MaciejMazurowski/duke-dbt-data/blob/master/duke_dbt_data.py


Question: How to interpret the columns of ‘BCS-DBT boxes-train-v2.csv’?

Answer:

  • PatientID: string – patient identifier
  • StudyUID: string – study identifier
  • View: string – view name, one of: RLL, LCC, RMLO, LMLO (you might see a numerical suffix after these if multiple images under one view are present)
  • Subject: integer – encodes a radiologist who performed annotation
  • Slice: integer- the central slice of a biopsied lesion
  • X: integer – X coordinate (on the horizontal axis) of the left edge of the predicted bounding box in 0-based indexing (for the left-most column of the image x=0)
  • Y: integer – Y coordinate (on the vertical axis) of the top edge of the predicted bounding box in 0-based indexing (for the top-most row of the image y=0)
  • Width: integer – predicted bounding box width (along the horizontal axis)
  • Height: integer – predicted bounding box height (along the vertical axis)
  • Class: string – either benign or cancer
  • AD: integer – 1 if architectural distortion is present, else 0
  • VolumeSlices: integer – The total number of slices in volume containing the bounding box (used in evaluation function)

Question: Why are the number of bounding boxes much less than the number of training samples?

Answer: The bounding boxes are applicable only to cases with biopsy-proven benign and cancer findings. The training set consists of cases with normal, actionable, benign, and cancer findings. For details on these categories, see Section 2.1: https://doi.org/10.1001/jamanetworkopen.2021.19100.


Question: Why can't I find the path of a downloaded image in the csv file “Training set – Image paths for patients/studies/views (csv)”?

Answer: At times, you may need to replace “\” with “/” in the path of an image file to find the path in the csv file “Training set – Image paths for patients/studies/views (csv)”.


Question: Why are there both “descriptive_path” and “classic_path” in the .csv file ” Training set – Image paths for patients/studies/views (.csv)”?

Answer: When you download our data using the NBIA Data Retriever, there are two options (“Descriptive Directory Name” and “Classic Directory Name”) for selecting the Directory Type, that correspond to those two paths in the .csv file.


Question: Does the dataset contain microcalcifications?

Answer: It contains microcalcifications. However, they were not annotated and were not the cause for actionability or biopsy.


Question: Could you provide some examples of markers in the images?

Answer: Yes. Some examples are listed below. The images or their parts are taken from this collection under the CC BY-NC 4.0 license (https://creativecommons.org/licenses/by-nc/4.0/).

1. Circle for a raised area on the skin such as a mole (image 13345.000000-24122 from this collection)

2. Line for a previous surgery (image 14338.000000-72252 from this collection)

3. Solid pellet for the nipple (image 8764.000000-63613 from this collection)

4. Markers for locations of pain (one or more spots, image 20566.000000-32081 from this collection)

Citations & Data Usage Policy

Users must abide by the TCIA Data Usage Policy and Restrictions. Attribution should include references to the following citations:

Data Citation

Buda, M., Saha, A., Walsh, R., Ghate, S., Li, N., Swiecicki, A., Lo, J. Y., Yang, J., & Mazurowski, M. (2020). Breast Cancer Screening – Digital Breast Tomosynthesis (Breast-Cancer-Screening-DBT) [Data set]. The Cancer Imaging Archive. https://doi.org/10.7937/E4WT-CD02

Publication Citation

Buda, M., Saha, A., Walsh, R., Ghate, S., Li, N., Swiecicki, A., Lo, J. Y., & Mazurowski, M. A. (2021). A Data Set and Deep Learning Algorithm for the Detection of Masses and Architectural Distortions in Digital Breast Tomosynthesis Images. In JAMA Network Open (Vol. 4, Issue 8, p. e2119100). American Medical Association (AMA). https://doi.org/10.1001/jamanetworkopen.2021.19100, PMC8369362

TCIA Citation

Clark, K., Vendt, B., Smith, K., Freymann, J., Kirby, J., Koppel, P., Moore, S., Phillips, S., Maffitt, D., Pringle, M., Tarbox, L., & Prior, F. (2013). The Cancer Imaging Archive (TCIA): Maintaining and Operating a Public Information Repository. In Journal of Digital Imaging (Vol. 26, Issue 6, pp. 1045–1057). Springer Science and Business Media LLC. https://doi.org/10.1007/s10278-013-9622-7

Additional Publication Resources:

The Collection authors suggest the below will give context to this dataset:

  1.  Buda, M., Saha, A., Walsh, R., Ghate, S., Li, N., Swiecicki, A., Lo, J. Y., & Mazurowski, M. A. (2021). A Data Set and Deep Learning Algorithm for the Detection of Masses and Architectural Distortions in Digital Breast Tomosynthesis Images. In JAMA Network Open (Vol. 4, Issue 8, p. e2119100). American Medical Association (AMA). https://doi.org/10.1001/jamanetworkopen.2021.19100

https://doi.org/10.1001/jamanetworkopen.2021.19100

Other Publications Using This Data

TCIA maintains a list of publications which leverage TCIA data. If you have a manuscript you'd like to add please contact the TCIA Helpdesk.

Version 4 (Current): Updated 2021/06/08

Data TypeDownload all or Query/Filter

Training set - Images (DICOM, 1321 GB)

Training set - Image paths for patients/studies/views (csv)
Training set - Spreadsheet indicating which group each cases belongs to (see the paper for details on the groups) (csv)
Training set Phase 2 - Boxes indicating lesion locations, identical to Phase 1 (csv)
Validation set - Images (DICOM, 79 GB)
Validation set - Image paths for patients/studies/views (csv)
Test set - Images (DICOM, 126 GB)
Test set - Image paths for patients/studies/views (csv)

Added Phase 2 images and spreadsheets. Previous versions (1,2, and 3) are now "Phase 1".

Version 3: Updated 2021/01/15

Data TypeDownload all or Query/Filter
Test set - Images (DICOM, 47 GB)
Test set - Image paths for patients/studies/views (csv)
Validation set - Images (DICOM, 28 GB)
Validation set - Image paths for patients/studies/views (csv)

Training set - Images (DICOM, 186 GB)

Training set - Image paths for patients/studies/views (csv)
Training set - Boxes indicating lesion locations (csv)
Training set - Spreadsheet indicating which group each cases belongs to (see the paper for details on the groups) (csv)

Test set - Images added.

Test set - Image paths for patients/studies/views spreadsheet added.

Version 2: Updated 2021/01/04

Data TypeDownload all or Query/Filter
Validation set - Images (DICOM, 28 GB)
Validation set - Image paths for patients/studies/views (csv)

Training set - Images (DICOM, 186 GB)

Training set - Image paths for patients/studies/views (csv)
Training set - Boxes indicating lesion locations (csv)
Training set - Spreadsheet indicating which group each cases belongs to (see the paper for details on the groups) (csv)

Validation set - Images added.

Validation set - Image paths for patients/studies/views spreadsheet added.

Volume Slices column added to the Training set - Boxes indicating lesion locations spreadsheet.

Version 1: Updated 2020/12/14

Data TypeDownload all or Query/Filter

Training set - Images (DICOM, 186 GB)

Training set - Image paths for patients/studies/views (csv)
Training set - Boxes indicating lesion locations (csv)
Training set - Spreadsheet indicating which group each cases belongs to (see the paper for details on the groups) (csv)
  • No labels