đ˘ The LEOPARD challenge workshop will happen live at MICCAI 2024 in Marrakesh, on 6th October in the afternoon session, room Jade.
Datađ˘ď¸¶
This challenge data includes Whole Slide Images (WSIs) along with follow-up metadata. Your task is to estimate the time to biochemical recurrence (in years, as a continuous variable e.g. 1.23 years or 17.68 years).¶
Training set¶
Images¶
The training set consists of 508 cases from Radboudumc, each corresponding to a unique patient. Each case is a WSI of prostatectomy containing cancer in the form of pyramidal TIF, which is a multi-resolution, tiled format. Each resolution is stored as a separate level within the TIF. The first level contains the image at full resolution. Each subsequent level is the previous level downsampled by a factor of four. Most WSIs consist of multiple slides packed together (see the 4 examples in the figure below).¶
The training data occupies a total of 2 TB of storage. To download the dataset proceed to the Data download page. You need to click "Join" the challenge (green button in the top right) to be able to access the data download page.¶
Labels¶
Alongside the WSIs, you are provided with a training_labels.csv file that contains follow up information for the patients:¶
- case_id (str) - unique identifier for each patient
- event (int) -Â Â whether the patient had biochemical recurrence (0 = no, 1 = yes)
- follow_up_years (float)- time to biochemical recurrence (event = 1) or time the last follow-up (event = 0) in years