Overview: This page serves as an indefinite validation and testing phase for the DBTex2 Digital Breast Tomosynthesis Lesion Detection Challenge (Phase 2), allowing for the evaluation of lesion detection algorithms on the validation and test sets of the public Duke BCS-DBT dataset. This enables a standardized metric for model selection (by the validation set) and lesion detection performance (by the test set).
Citation: If you use this benchmark, please reference our associated 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
Lesion Detection Algorithm Codebases:
Please check out https://github.com/mazurowski-lab/DBT-cancer-detection-algorithms for codebases of lesion detection algorithms submitted to the challenge, as well as baseline detection methods.
Note: Participants can visit https://www.reddit.com/r/DukeDBTData/ for additional advice and discussion.
Organizers: DBTex2 was organized by the Duke Center for Artificial Intelligence in Radiology (DAIR) in collaboration with the SPIE-AAPM-NCI Grand Challenges Committee.
Major Contributors for DBTex2:
Formatting the submission file:
The output of your method submitted to the evaluation system should be a single CSV file with the following columns:
Ex:
PatientID,StudyUID,View,X,Width,Y,Height,Z,Depth,Score ID1,UID1,RLL,X(int),Width(int),Y(int),Height(int),Z(int),Depth(int),Score(float) ID2,UID2,LCC,X(int),Width(int),Y(int),Height(int),Z(int),Depth(int),Score(float) ID3,UID3,RMLO,X(int),Width(int),Y(int),Height(int),Z(int),Depth(int),Score(float) ID4,UID4,LMLO,X(int),Width(int),Y(int),Height(int),Z(int),Depth(int),Score(float)
Coordinates of the predicted bounding boxes should be given for the correct image orientation. In the official competition GitHub repository, we provide a python function for loading image data from a DICOM file into 3D array of pixel values.
Each entry (row) in the submission file must correspond to exactly one predicted bounding box. There may be arbitrary number of predicted bounding boxes for each DBT volume. It is not required to have predictions for all DBT volumes.
Example submission file will be provided on the competition website.
Definition of a true-positive detection
A predicted box is going to be counted as a true positive if the distance in pixels in the original image between its center point and the center of a ground truth box is less than half of its diagonal or 100 pixels, whichever is larger.
In terms of the third dimension, the ground truth bounding box is assumed to span 25% of volume slices before and after the ground truth center slice and the predicted box center slice is required to be included in this range to be considered a true positive.
Performance metric:
The overall performance will be assessed as the average sensitivity for 1, 2, 3, and 4 FP/s per volume. The competition performance will be assessed only on studies containing a biopsied lesion.
Participants are encouraged to use this data beyond this benchmark and consistently with the use conditions described on the TCIA website https://wiki.cancerimagingarchive.net/pages/viewpage.action?pageId=64685580). The use of the data should be acknowledged as described on the TCIA website.
Start: April 1, 2022, midnight
Start: April 1, 2022, midnight
Dec. 31, 2050, midnight
You must be logged in to participate in competitions.
Sign In