MICCAI 2026 Challenge

TREAT-MMTB 2026

Transformative Research and Efficient AI Technologies
for Multimodal Management of Tuberculosis

Segment cavities. Classify TB. Publish together.

Apr 10 – Jul 31, 2026 — Application for Participation
May 22 – Aug 20, 2026 — (Internal · External) Competition Phase
Sep 27, 2026 — MICCAI 2026 Awards, Strasbourg, France
📝
Journal Co-authorship
🎤
Oral Presentation at MICCAI
🏆
Prizes per Task
Register Now โ†’GitHub Repository

Leaderboard

Internal validation results received so far. Rankings are ordered by Final Score and will be updated as new submissions arrive.

Last updated: July 24, 2026 · updated daily during the internal phase

Task 1. Cavity Detection and Segmentation

RankTeamFinal Score
1Akimasa Urakami0.7784
2Glee Lab0.7559
3BCN-AIM0.7154
4dukju kim0.6692

Task 2. TB Diagnosis

Task 2 rankings take both scores into account. The Final Score column reports performance on the internal validation set, and the External Subset column reports each team's score on an external subset. Both columns contribute to the final ranking.

RankTeamFinal ScoreExternal Subset
1BCN-AIM0.9995-
2Odyssey0.9989-
3Akimasa Urakami0.9973-
4Glee Lab0.9880-

Announcements & FAQ

Updates and frequently asked questions for participants during the competition. This section will be updated as the challenge progresses, so please check back regularly.
Latest Updated July 22, 2026

Data

The data for Task 1 and Task 2 have been re-shared, now including the internal validation set. The previous download links have been deactivated — please use the new links sent to you by email.

Ground-truth labels for the internal phase are provided as follows:

  • Task 1 : Segmentation masks + CSV
  • Task 2 : CSV

Evaluation

  • Task 1 : (0.7 × Cavity Detection Accuracy) + (0.3 × Dice Score)
  • Task 2 : F1-score

The evaluation scripts are provided to participants by email.

Submission

Internal validation submission — deadline: July 24, 2026 (Friday), 23:59 KST.

By the deadline, please send the following to us by email:

  • Internal validation results — computed on the provided internal validation set using the evaluation script (evaluate_task1.py / evaluate_task2.py).
  • Method paper — LNCS format, no more than 4 pages (you may include results).
  • Dockerfile — following the format and template available on GitHub.
  • Docker image — the built image itself, either as a docker save archive (.tar / .tar.gz) shared via a download link, or as a public registry reference (e.g. Docker Hub) with the exact image name and tag.

Please note: we have received several submissions containing only a Dockerfile, without the corresponding Docker image. The Dockerfile alone is not sufficient — the organizers run your image directly for evaluation. Your submission is complete only when both the Dockerfile and the built image are provided, with model weights and all dependencies already included in the image so that it runs without network access.

You may submit multiple times before the deadline. Only your most recent submission will be counted.

Leaderboard & External Phase

Starting in July, we will run a leaderboard. The rankings will determine which teams advance to the external phase.

Full details will be compiled and posted here under Announcements & FAQ, and we will notify you by email once it is updated.

Additional Data & Pretrained Models

Additional datasets and pretrained or foundation models may be used only if they are publicly available. Private, in-house, or otherwise restricted data, model weights, or resources are strictly prohibited.

All external datasets, pretrained models, and foundation models must be fully disclosed in the method description. Undisclosed use of external data or models will result in disqualification.

Tie-Breaking for External Phase Qualification

If a tie prevents clear qualification decisions for the external phase, the organizers may additionally review the submitted method papers and evaluate the submitted Docker submissions on a held-out subset of the external evaluation data to determine the final ranking.

Task 1

Task 1 Notes

“No cavity” cases. If an image contains no cavity, your model should return an empty, all-zero mask (of the same dimensions as the input image).

Image/mask orientation. Some participants may notice that the image and mask appear flipped or misaligned when visualized. This can occur when the image and mask are loaded with different libraries — e.g., pydicom for the image and nibabel for the mask — because spatial metadata and orientation conventions may be handled differently. We recommend loading both the image and the mask with SimpleITK, and verifying that their spacing, origin, and direction are consistent before visualization or inference. In our testing, loading both files with SimpleITK resolves the observed orientation mismatch.

Challenge Background

Pulmonary tuberculosis (TB) remains a critical global health challenge, characterized by high morbidity and mortality. Chest X-ray (CXR) examination is an essential tool for TB screening, triage, and diagnosis.

Yet the manual assessment of CXRs is slow, subjective, and constrained by the global shortage of trained radiologists. In regions where TB claims the most lives, the tools to fight it remain least accessible — underscoring the need for automated, scalable diagnostic solutions.

Challenge Design

This challenge addresses these gaps by introducing two innovative tasks:

  • Task 1 focuses on cavity detection and segmentation, using advanced deep learning techniques to identify and quantify high-risk cavities in CXRs.
  • Task 2 implements a multimodal approach for tuberculosis diagnosis, integrating radiological features from CXRs with clinical metadata. By utilizing diverse datasets from various countries, this task evaluates diagnostic accuracy to ensure the models are robust, generalizable, and effective across different global populations.

Expected Impact

From a medical domain perspective, this framework enhances diagnostic precision and enables consistent longitudinal monitoring. From a technical perspective, it leverages state-of-the-art machine learning to provide scalable, explainable tools for diverse clinical settings. The anticipated impact includes streamlining personalized treatment planning, reducing the burden on healthcare professionals, and bridging the gap in global TB care through automated, high-fidelity diagnostics.

Clinical Background

Why cavities matter — The presence of a thick-walled cavitary lesion in the upper lobes strongly favors active pulmonary tuberculosis, particularly post-primary (reactivation) disease. Such cavitation typically reflects caseous necrosis with subsequent drainage into the bronchial tree, creating an air-filled space that serves as a surrogate marker of high mycobacterial burden.

Since these cavitary foci frequently communicate with airways, patients with cavitary TB are more likely to exhibit smear- and culture-positive sputum, making the lesion a critical indicator of increased infectiousness and heightened transmission risk. While these radiological features are crucial indicators of TB severity, visual interpretation of CXRs is time-intensive and dependent on radiologist expertise, which may not always be available.

๐Ÿงฉ

Task 1: Cavity Detection & Segmentation

Deep learningโ€“based detection and segmentation of cavitary lesions from CXR, targeting high-risk indicators of TB severity and infectiousness.

๐Ÿ”ฌ

Task 2: TB Diagnosis

TB/Normal classification through multimodal fusion of CXR imaging and clinical metadata across multi-center international data.

๐ŸŒ

Multi-Center Validation

External validation across 5 international sites โ€” Korea, Mongolia, Peru, and the Philippines โ€” ensuring clinical generalizability.

Challenge Tasks

Two complementary tasks addressing different aspects of TB assessment. Participants may enter one or both. Dual-task winners are eligible for prizes in both tracks.
Task 1

Cavity Detection and Segmentation

Goal

Build a model that determines whether a cavitary lesion is present on a frontal chest X-ray and segments the lesion when present..

Why it matters

Cavities are a key imaging marker of pulmonary tuberculosis severity and are strongly associated with bacterial burden, transmission risk, and treatment outcome. Automated cavity analysis can support more standardized and scalable TB assessment.

What you need to solve

Participants must address two linked tasks:

  • Detection: Decide whether a cavity is present or absent on the input CXR.
  • Segmentation: If present, delineate the cavity boundary accurately.

Your method should be robust to variation in lesion appearance, size, location, and image quality.

Expected output

For your final submission, please provide:

  • test.csv: The provided test.csv file, updated to include your cavity presence/absence predictions (0 for absent, 1 for present) for each test image.
  • Segmentation Masks: Individual mask files delineating the cavity boundaries for the corresponding images.

Detailed submission format specifications (file naming, directory structure, mask format) will be provided upon dataset release on May 22, 2026.

Task 2

TB Diagnosis

Goal

Build a model that classifies TB/Normal by integrating frontal chest X-ray imaging with clinical metadata.

Why it matters

Accurate classification of TB is fundamental to screening, treatment planning, and disease management, yet current practice relies heavily on subjective radiological interpretation. A standardized, quantitative measure of disease extent remains difficult to obtain manually and is prone to inter-observer variability. A multimodal AI framework that combines imaging features with clinical context โ€” symptoms, demographics, bacterial load, medical history โ€” can emulate the integrative reasoning of expert clinicians and improve diagnostic consistency across diverse healthcare settings.

What you need to solve

Participants must develop a multimodal classification pipeline that takes two inputs simultaneously:

  • Imaging: frontal chest X-ray (AP/PA)
  • Clinical data: structured metadata including age, gender, and imaging modality

The model must accurately classify TB-positive and normal cases. Your method should be robust to missing or incomplete clinical variables and generalizable across diverse patient populations.

Expected output

For your final submission, please provide:

  • test.csv: Predicted TB/Normal Classification label for each test image.

Detailed submission format specifications and clinical metadata schema will be provided upon dataset release on May 22, 2026.

Dataset

Overview of the challenge dataset, including sample images, annotation examples, and data distributions. Full data access is provided upon registration.

Sample Images & Annotations

Task 1: CXR with Cavity Annotations
Task 1: CXR with Cavity Annotations
Sample chest X-rays showing cavity detection and segmentation masks. Pixel-level binary segmentation masks are provided alongside each CXR.
Task 2: Multimodal Data Overview
Task 2: TB Diagnosis Data Overview
CXR samples paired with clinical metadata and TB severity distributions. Accompanying clinical information is provided as a CSV file linked to each image.

Schedule

All deadlines are based on Korea Standard Time (KST) unless otherwise noted.
DateEvent
Apr 10 โ€“ July 31, 2026Application for Participation
May 22, 2026Internal Dataset Release
May 22 โ€“ July 24, 2026Internal Competition Phase
July 31, 2026Announcement of Qualified Teams for External Competition
Aug 1 โ€“ Aug 20, 2026External Competition Phase
Aug 20 โ€“ Aug 31, 2026Organizer Verification and Docker Evaluation
September 1, 2026Final Ranking Announcement and MICCAI Invitation
September 27, 2026Challenge at MICCAI 2026 and Award Ceremony
November 1, 2026Paper Submission Deadline

1st Stage โ€” Internal Competition

Participants will develop and validate their models using the internal dataset provided by the organizers. Based on the ranking achieved in this stage, selected teams will advance to the next stage.

Submission deadline: July 24, 2026, 23:59 (KST)

2nd Stage โ€” External Competition

Selected teams will participate in the external competition for final evaluation. During this stage, each team may submit up to two times per week and must provide a Dockerfile. All submitted Dockerfiles will be executed directly by the organizers for final ranking.

A sample Dockerfile and submission template will be provided via the GitHub repository before the external competition begins.

Submission deadline: August 20, 2026, 09:00 AM (KST)

Important: Submissions with Dockerfiles that fail to execute successfully will be considered invalid.

Challenge Day at MICCAI 2026

Part of the Joint Thematic Day — Building Inclusive and Efficient AI Technologies for Medical Imaging in Africa and Other Resource-Constrained Settings

SE I: TB Challenges (8:00 – 10:30)

Chairs: Namkung Kim & Sengjoo Park

TimeSession
8:00 – 8:05Opening Remarks
8:00 – 8:20(Keynote) Hoon Sang Lee (Right Foundation) — Bridging the Diagnostic Gap: Practical AI Deployment for TB in the Global South
8:20 – 8:40Radiologists at the Forefront of Tuberculosis Eradication
8:40 – 9:00TREAT-MMTB 2026 Challenge Overview
9:00 – 10:00Top-Performing Teams Presentations
10:00 – 10:30Coffee Break & Networking

This session is part of the MICCAI 2026 Joint Thematic Day. Full agenda and venue details will be available on the MICCAI 2026 website. Schedule is subject to change.

Evaluation & Submission

Task 1 Metrics

Cavity Segmentation

DSC Accuracy

Evaluation is based on Dice Similarity Coefficient (DSC) for segmentation quality and Accuracy for cavity presence detection.

Task 2 Metrics

TB Diagnosis

F1-Score

Evaluation is based on F1-Score, balancing precision and recall to reflect clinical diagnostic requirements.

Phase 1 — Internal Competition

Model Prediction Submission

  • Submit model prediction result files
  • Evaluated on internal validation set
  • Submit a short method paper (approx. 4 pages) describing your approach
  • Submit model results as a CSV file for the provided test images.

Submission format and file structure will be provided upon dataset release on May 22, 2026.

Phase 2 — External Competition

Docker Submission

  • Dockerized inference pipeline with model weights
  • README with execution instructions

Docker base image specifications, submission template, and detailed guidelines will be provided via the GitHub repository before the external competition begins.

Rules & Policies

01

Additional Data Policy

Use of additional publicly available datasets and pre-trained models is permitted. Participants may leverage any open-source datasets, foundation models, or pre-trained weights to improve their methods. All data sources and models used must be fully disclosed in the Method Description. Failure to disclose will result in disqualification.

02

Computational Constraints

Participants are free to use any computational resources during training. However, submitted inference pipelines must run within the organizers' evaluation environment. Models that exceed available GPU memory or fail to complete inference within the allotted time limit will be considered invalid. Specific hardware specifications and time constraints will be announced upon dataset release.

03

Anti-Cheating & Reproducibility

Top-ranking teams must submit full source code and trained model weights for verification. Any form of data leakage, test set probing, or result manipulation will result in immediate disqualification.

04

Team & Participation

Teams or individuals may enter one or both tasks. Winning prizes in both tasks simultaneously is allowed. Each individual may belong to only one team per task. Participating in multiple teams within the same task is strictly prohibited. Team roster changes are permitted only once and must be finalized before the application deadline (July 31, 2026).

05

Submission Limits

2nd Stage: Up to two submissions per week. Submissions with Dockerfiles that fail to execute will be considered invalid.

06

Data Policy

The organizers will provide a subset of annotated cases for training and validation. The source images originate from publicly available repositories, which participants may independently access. However, the annotations and labels created by the organizers are proprietary to this challenge and must not be redistributed or made publicly available at any time, including after the competition concludes. All participants are required to sign a data security agreement upon registration.

07

Independent Publication

Participating teams may publish their results independently. Please cite the challenge paper when applicable.

Prizes

Recognition & Publication

Top three performing methods will be announced publicly on the challenge website. Selected teams will be invited to present their methodology during an oral presentation at the MICCAI 2026 Challenge Day.

These teams will be listed as co-authors in the final TREAT-MMTB journal manuscript. At a minimum, the top-performing teams selected to present at the workshop will be included. Additionally, submissions that exhibit notable scientific value may also be invited as co-authors in the journal publication, regardless of final ranking.

Task 1: Cavity Presence Detection and Segmentation

๐Ÿฅ‡
$1,400
First Prize
๐Ÿฅˆ
$700
Second Prize
๐Ÿฅ‰
$350
Third Prize

Task 2: TB Diagnosis

๐Ÿฅ‡
$1,400
First Prize
๐Ÿฅˆ
$700
Second Prize
๐Ÿฅ‰
$350
Third Prize

Award Policy

Winners are determined solely by each task's respective metrics; there is no combined overall ranking across tasks. To be eligible for any challenge awards, top-ranking teams are strictly required to publicly release their complete inference pipelines — including Dockerfile, preprocessing, postprocessing — and model weights.

Registration

Ready to participate?

Registration is free. You may register for one or both tasks.

Register via Google Form โ†—
STEP 01

Register

Google Form โ€” team info + data agreement

STEP 02

Access Data

Download instructions + baseline code

STEP 03

Phase 1

Submit predictions

STEP 04

Phase 2

Docker + Method Description

Organizers

Academic & Society

AMC

Prof. Namkug Kim

Challenge Chair
Asan Medical Center, Korea
Seungjoo Park, Yoojin Nam, Dongju Lee
AMC

Prof. Sei Won Lee

Clinical Support
Asan Medical Center, Korea
SEV

Prof. Young Ae Kang

Clinical Support
Severance Hospital, Korea
MGL

Prof. Bayarbaatar Bold

External Validation
Intermed Hospital, Mongolia
NIH

Alexander Rosenthal

TB Portal
NIH / NIAID, USA
KSTR

The Korean Society of Thoracic Radiology

Endorsing Society

Radiology

WKUH

Prof. Se Ri Kang

Clinical Support
Wonkwang University Hospital, Korea
CHA

Prof. Min Ji Son

Clinical Support
CHA Bundang Medical Center, Korea
EMC

Prof. Jeong Joo Woo

Clinical Support
Nowon Eulji University Hospital, Korea
KBSH

Prof. Soo Youn Ham

Clinical Support
Kangbuk Samsung Hospital, Korea
SCH

Prof. Pa Hong

Clinical Support
Samsung Changwon Hospital, Korea

Prof. Jin Young Yoo

Clinical Support
Eunpyeong St. Maryโ€™s Hospital, Korea

Prof. Ji Yeon Han

Clinical Support
Inje Busan Paik Hospital, Korea

Funding Support

DN

DEEP NOID, Inc.

Funding Partners
Korea

Industry Partners

PM

Promedius, Inc.

Industry Partner
Korea
HyunJin Bae
Asan Medical Center Severance Hospital NIH / NIAID Intermed DEEP NOID Promedius Korean Society of Thoracic Radiology CHA Bundang Medical Center. Wonkwang University Hospital Nowon Eulji University Hospital. Eunpyeong St. Maryโ€™s Hospital. CHA Inje Busan Paik Hospital. Kangbuk Samsung Hospital. Samsung Changwon Hospital.

Upcoming Releases

WhatWhenIncludes
---
---

Get in Touch

For questions or collaboration inquiries: [mi2rl.challenge@gmail.com]