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.
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.
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.
Participants are evaluated on 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. The challenge is organized into two tracks: a Main track that consumes the free-text finding directly, and a more general Overall track (see Challenge Tracks below). In both tracks, fixed-category (class-based) segmentation that cannot separate two findings in different locations is 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).
The challenge is structured around two tracks, each with its own set of winners. Every eligible Main-track submission is automatically considered for the Overall track as well, so a strong free-text method can place in both.
1. Main Track: Free-Text Grounding. Methods in this track must consume the exact free-text finding as provided, conditioning the segmentation directly on that text (e.g., as a text embedding). The raw prompt is not rewritten into a structured representation before it reaches the model. This is the original goal of the challenge: flexible models that ground free-text findings natively.
2. Overall Track: Free-Text & Structured. This more general track admits both free-text methods and methods that transform the free-text finding into a structured representation (for example, parsing out location, morphology, or size with an LLM or text parser) and condition on that structured form. Every eligible Main-track submission is automatically considered here too, so a strong free-text method can place in both.
In both tracks, a model must take in more than just the finding itself as a prompt (a prompt cannot simply be βnoduleβ), and must be able to produce distinct segmentation masks for two findings in separate locations.
Category information (both tracks). Using a finding's category as an auxiliary signal is permitted in either track, whether the category is provided as part of the official test input or inferred from the free-text prompt (e.g., via a prompt-to-category classifier). For the Main track, the only requirement is that the exact free-text finding is still consumed directly by the model; the category supplements it rather than replaces it.
Also permitted (both tracks).
A quick illustration.
{location: right upper lobe, morphology: nodular, size: small} and condition on those structured fields instead of the raw text embedding.There will be three winners across the two tracks. Because Main-track methods are also considered for the Overall track, all three could end up being the same methods.
| Split | Cases | Annotations |
|---|---|---|
| Training | 2,992 CT scans | Partial-instance (up to 3 instances per finding) |
| Validation | 200 CT scans | Exhaustive (all instances segmented by radiologists) |
| Test | 300 CT scans | Exhaustive (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.
Ranking metric: Average Dice Similarity Coefficient (DSC) per finding per case.
Overlap-based metrics:
Distance-based metrics:
For questions about the challenge, please contact Mohammed Baharoon.
ReXGroundingCT:
@article{baharoon2026rexgroundingct,
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={NEJM AI},
pages={AIdbp2501220},
year={2026},
publisher={Massachusetts Medical Society}
}
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}
}