Overview

The ICTS Challenge 2023 invites participants to advance the field of brain tumor segmentation, a critical component in the diagnosis and treatment of brain tumors. This year, we introduce a unique twist: the use of synthetic training datasets. Your challenge is to develop effective segmentation models that perform well on real-world clinical data, despite being trained on synthetic images.

Background

Brain tumor segmentation plays a crucial role in patient diagnosis and treatment. However, most deep learning methods rely on pre-processed images, limiting their applicability in real clinical settings. Recognizing this gap, the ICTS Challenge 2023 focuses on unnormalized clinical images and a wider range of brain tumors, including but not limited to brain metastases, meningiomas, schwannomas, and pituitary adenomas. These conditions present a significant challenge due to their varying sizes and complexities in imaging representation.

Task

Register your team officially using the registration form. You can join the challenge either as a team or as an individual participant. Your task is to create a model that can accurately identify brain tumors in real patient data. Although you will train your model using synthetic images, its performance will be evaluated using actual clinical data. You will need to present your work during the workshop on December 23rd.

Important Dates

2023-9-17Release of training data – 1dataset_1.zip
2023-10-17Release of training data – 2dataset_2.zip
2023-11-20Release of evaluation script to publicpublic.zip
2023-12-1Release of sample submission scriptpublic.zip
(revised in 2023-12-11)
2023-12-20
23:59 (GMT +8)
Freeze Leaderboard
2023-12-23
00:01AM (GMT +8)
Deadline for model submission
2023-12-23
14:00-16:00 (GMT+8)
Presentations at workshop
(Hybrid)
National Taiwan University Hospital
Clinical Research Building
台大醫院臨床研究大樓9F大會議室

Prizes

Sponsored by Taiwan Kuangli Co., Ltd. 台灣光麗實業

Winners are determined based on the final evaluation scores, with awards presented to the top three teams. Note: Awards are contingent upon presenting at our workshop in Taipei on December 23, 2023.

Congratulations to the winners:

  1. Champion:            USD $1000 (or TWD $30000) Awarded to recursing_hoover
  2. 1st Runner-up:      USD $200 (or TWD $6000) Awarded to QingCai
  3. 3rd Place:              USD $100 (or TWD $3000) Awarded to modest_leakey

Dataset and Evaluation

In compliance with strict patient privacy and health data regulations, we are unable to share real patient-derived datasets openly. Instead, we offer a viable solution using synthetic datasets [1], eliminating the need for data anonymization, image cropping, or feature exclusion. Our challenge provides an extensive synthetic training dataset, generated using the Med-DDPM model [2], featuring contrast-enhanced T1-weighted images paired with tumor labels. Additionally, we supply the source code and pretrained weights of the Med-DDPM model [3], empowering participants to create more data by customizing input masks.

The final model evaluation will utilize real patient images. Winners will be determined based on the highest Dice similarity coefficient score achieved during this evaluation phase.

The ICTs challenge is focused on training an accurate tumor segmentation model for brain T1c MRI images. Participants should pay attention to the following details:

If you have any questions or require clarifications regarding this challenge, please feel free to contact us at mobaidoctor@gmail.com at any time. Thank you.

References

[1] Strickland, E. (2022, March 10). Are you still using real data to train your AI? IEEE Spectrum. Retrieved July 10, 2022, from https://spectrum.ieee.org/synthetic-data-ai

[2] Z. Dorjsembe, H.-K. Pao, S. Odonchimed, and F. Xiao, “Conditional Diffusion Models for Semantic 3D Medical Image Synthesis,” arXiv e-prints, arXiv:2305.18453 (2023)

[3] “Med-DDPM: Medical Denoising Diffusion Probabilistic Models,” GitHub repository, 2023. [Online]. Available: https://github.com/mobaidoctor/med-ddpm/