ReXGrounding Challenge

MICCAI 2026

πŸ“Š Leaderboard

Live standings on a public 50% subset of the held-out test set, ranked by mean Dice. The other 50% is withheld β€” final results on the full test set will be revealed at MICCAI 2026. Each submitter is ranked by their single best submission. Click any row for its per-category breakdown. Updated automatically as submissions are evaluated.

Loading leaderboard…

πŸš€ Register & Submit

Registration is open. All submissions are made here, through the Register & Submit form below β€” create an account, register your team, then submit your predictions as a Google Drive link. This is the only submission channel.

The submission guidelines are a reference for the required prediction format only β€” they are not a separate way to submit. Review them so your predictions are formatted correctly, then submit through the form below.


πŸ† About the Challenge

The ReXGrounding Challenge is a MICCAI 2026 challenge designed to evaluate models on localizing unconstrained radiology findings described in natural language to precise 3D segmentation masks in volumetric chest CT.

Unlike prior challenges that focus on category-level lesion or organ segmentation, this benchmark requires models to interpret diverse clinical language β€” including anatomical descriptors, spatial relations, and morphological attributes β€” and ground it accurately in volumetric space. The dataset includes both focal and diffuse abnormalities, spans a wide range of radiological patterns, and reflects real-world reporting variability.

The challenge is built upon CT-RATE, a large-scale dataset of non-contrast chest CT scans paired with free-text radiology reports, and is further extended with expert-verified, pixel-level 3D segmentations corresponding to individual report findings. The challenge is hosted on the ReXrank leaderboard.


πŸ”¬ Task

Participants are evaluated on one primary task: free-text finding grounding. A model receives a CT volume and a natural-language finding from a radiology report and must output a 3D segmentation mask corresponding to that description. Models must consume the free-text prompts exactly as provided; methods that instead perform fixed-category (class-based) segmentation are out of scope and will be disqualified.

Findings span 14 categories covering both typically non-focal abnormalities (bronchial wall thickening, bronchiectasis, emphysema, septal thickening, micronodules, and other diffuse abnormalities) and typically focal abnormalities (linear opacities, atelectasis/consolidation, ground-glass opacities, pulmonary nodules/masses, pleural effusion/thickening, honeycombing, pneumothorax, and other focal findings).


πŸ“¦ Dataset

SplitCasesAnnotations
Training2,992 CT scansPartial-instance (up to 3 instances per finding)
Validation200 CT scansExhaustive (all instances segmented by radiologists)
Test300 CT scansExhaustive (all instances segmented by radiologists)

All annotations are pixel-level 3D segmentation masks linked to free-text findings extracted from radiology reports. Validation and test sets are annotated exclusively by board-certified radiologists.


πŸ“… Timeline

Until June 2026
Pre-registration β€” training data publicly available
June 2026
Challenge launched β€” registration open, test set released
June β€” September 2026 β€” in progress
Submission phase (open now) β€” submit multiple runs; each is evaluated on the held-out test set and appears on the leaderboard
September 2026
Submission deadline β€” final leaderboard standings locked as the official results
Late September 2026
Results announced & challenge session at MICCAI 2026

πŸ“Š Evaluation Metrics

Ranking metric: Average Dice Similarity Coefficient (DSC) per finding per case.

Overlap-based metrics:

  • Dice (primary): Average DSC computed per finding per case
  • Hit Rate: Proportion of findings where overall Dice β‰₯ 0.1
  • Instance Precision: TP / (TP + FP), where TP is a predicted instance with Dice β‰₯ 0.2
  • Instance Recall: TP / (TP + FN)
  • Instance F1: Harmonic mean of Instance Precision and Recall

Distance-based metrics:

  • Distance Precision: TP / (TP + FP), where TP is a predicted instance with ASSD (non-focal) or centroid distance (focal) ≀ 2Γ— max voxel spacing
  • Distance Recall: TP / (TP + FN), using the same distance matching criterion
  • Distance F1: Harmonic mean of Distance Precision and Recall

πŸ“ How to Participate

  • Registration is open β€” create an account and register your team using the form below to participate.
  • Training and validation data are publicly available β€” you can start developing and evaluating your method now.
  • Any publicly available or private training data, including pre-trained models and external datasets, may be used. All external data sources must be described in the method submission.
  • All predictions on the test set must be fully automatic β€” no manual intervention, post-hoc editing, or case-specific tuning allowed.
  • Free-text grounding only β€” categorical segmentation is disqualified. Your model must take each test finding's free-text prompt exactly as provided (as-is) and segment the specific finding that text describes. Methods that ignore, rewrite, or map the prompts to a fixed set of classes β€” i.e. that perform category-based segmentation rather than grounding the free text β€” will be disqualified if determined to do so.
  • You can submit multiple runs; each is evaluated on the held-out test set and shown on the leaderboard. Your best submission before the deadline is your official result.
  • See the submission guidelines for format details.

πŸ… Awards & Publication

  • Top 3 performing teams will receive certificates and invited oral/spotlight presentations at the challenge session.
  • Top 3 teams will be recognized on the public leaderboard and in the post-challenge publication.
  • Members of the top 3 teams qualify for co-authorship on the challenge publication (up to 8 authors per team).
  • All teams are free to publish their own results independently with no embargo period.

πŸ‘₯ Organizers

  • Mohammed Baharoon β€” Harvard Medical School, USA
  • Pranav Rajpurkar β€” Harvard Medical School, USA
  • Luyang Luo β€” Harvard Medical School, USA
  • Xiaoman Zhang β€” Harvard Medical School, USA
  • Mahmoud Hussain Alabbad β€” King Fahad Hospital, Saudi Arabia
  • Sungeun Kim β€” Harvard Medical School, USA


πŸ“§ Contact

For questions about the challenge, please contact Mohammed Baharoon.


πŸ“š References

ReXGroundingCT:

@article{baharoon2025rexgroundingct,
  title={ReXGroundingCT: A 3D Chest CT Dataset for Segmentation of Findings from Free-Text Reports},
  author={Baharoon, Mohammed and Luo, Luyang and Moritz, Michael and Kumar, Abhinav and Kim, Sung Eun and Zhang, Xiaoman and Zhu, Miao and Alabbad, Mahmoud Hussain and Alhazmi, Maha Sbayel and Mistry, Neel P and others},
  journal={arXiv preprint arXiv:2507.22030},
  year={2025}
}

CT-RATE:

@article{hamamci2026generalist,
  title={Generalist foundation models from a multimodal dataset for 3D computed tomography},
  author={Hamamci, Ibrahim Ethem and Er, Sezgin and Wang, Chenyu and Almas, Furkan and Simsek, Ayse Gulnihan and Esirgun, Sevval Nil and Dogan, Irem and Durugol, Omer Faruk and Hou, Benjamin and Shit, Suprosanna and others},
  journal={Nature Biomedical Engineering},
  pages={1--19},
  year={2026},
  publisher={Nature Publishing Group UK London}
}