ReXGroundingCT Ties Radiology Reports to 3D CT Scans

Claude
|

For all the progress medical AI has made at reading scans, one stubborn gap has remained: a model can announce that a chest CT shows a "3-mm nodule in the left lower lobe," but it usually cannot show you exactly where, voxel by voxel, that nodule sits inside the three-dimensional volume. The words and the pixels live in separate worlds. A dataset released this month is a deliberate attempt to stitch those worlds back together.

What Happened

On June 18, 2026, NEJM AI published ReXGroundingCT, described by its authors as the first publicly available, manually annotated dataset that links free-text radiology findings to pixel-level segmentations in three-dimensional chest CT scans. In plain terms, it connects the sentences a radiologist writes to the precise anatomical regions those sentences describe, inside the full CT volume rather than a single flattened slice.

Axial chest CT scan showing a solitary pulmonary nodule marked by an arrow
Lourens Willekes, Cherif Boutros & Michael A. Goldfarb / CC BY 2.0 / Wikimedia Commons

The scale is substantial. ReXGroundingCT pairs 3,142 non-contrast chest CT studies, drawn from the public CT-RATE collection, with standardized reports, and delivers 16,301 annotated entities across 8,028 separate text-to-3D-segmentation pairs. Roughly 79 percent of the labeled findings are focal abnormalities, such as nodules or masses, while the remaining 21 percent are non-focal patterns spread across the lung. A public validation set of 50 cases and a private test set of 100 cases were annotated exhaustively, with every visible instance segmented to serve as ground truth.

The pipeline behind it is a careful blend of automation and human judgment. A large language model was used to extract and standardize findings, descriptors, and metadata from reports that were originally written in Turkish and machine-translated into English. Every case was then reviewed and refined by board-certified radiologists, who corrected the segmentations and confirmed that each labeled region genuinely matched the text. The training portion was capped at three representative instances per finding to keep the annotation workload manageable, while the evaluation sets were labeled in full.

Why It Matters

Most clinical AI systems today still operate as confident narrators with no pointer. They generate a paragraph of impressions, but a physician cannot click a phrase and watch the corresponding region light up on the scan. That missing link, often called grounding, is exactly what separates a tool a radiologist can trust from one they must double-check line by line.

Annotated 3D reconstruction of the thorax from CT with labeled anatomical structures
Mikael Häggström / CC0 / Wikimedia Commons

Earlier datasets tried to close this gap with structured labels or a fixed menu of categories, but real radiology language is not a menu. It is descriptive, hedged, and richly specific, full of measurements, locations, and qualifiers that no closed taxonomy can fully capture. By preserving the full expressiveness of free text and binding it to spatial annotations in volumetric imaging, ReXGroundingCT lets researchers train models on the way clinicians actually write rather than a simplified proxy of it.

The payoff is two concrete capabilities. The first is report grounding, where a model takes an existing report for a new patient and localizes each described finding in that patient's scan. The second is grounded report generation, where the system produces a report and simultaneously hands over the segmentation that justifies every claim. Both move medical imaging AI toward something auditable, where a finding always carries its own visual receipt.

Reaction

Within the medical imaging research community, the reception has centered less on a single benchmark score and more on what the dataset unlocks. Grounding has been one of the field's recognized weak spots, and a manually curated 3D resource of this size gives competing groups a common yardstick to measure against, rather than each lab reporting results on private data nobody else can inspect.

Radiologist reviewing computed tomography images at a reading workstation
Bill Branson / Public domain / Wikimedia Commons

There is healthy caution, too. The reports originated in a single health system and passed through machine translation before standardization, which raises fair questions about how well models trained on it will generalize to other hospitals, scanners, and reporting styles. The authors' decision to keep a private test set sealed is itself a response to a familiar problem in AI research, where public leaderboards quietly erode once everyone can train on the answers. Several observers framed the release as a foundation to build on, not a finished verdict on whether grounded radiology AI is ready for the clinic.

What's Next

The most immediate effect will be a wave of models fine-tuned and evaluated against ReXGroundingCT, with the sealed test set acting as a more honest scoreboard than the self-reported numbers that have crowded the field. Expect grounding accuracy, not just fluent prose, to become a headline metric for the next generation of radiology report generators.

A newly installed CT scanner in a hospital imaging suite
Senior Airman Cierra Presentado, U.S. Air Force / Public domain / Wikimedia Commons

Beyond the leaderboard, the harder work is clinical. A grounded model that can point to its evidence is far easier to slot into a radiologist's workflow, because every machine-suggested finding can be accepted, corrected, or rejected at a glance instead of taken on faith. That auditability also matters to regulators, who increasingly want explainability rather than raw accuracy before approving tools for patient care. If the approach holds up beyond this dataset, the same recipe could extend to other modalities, from abdominal CT to MRI, wherever dense free-text reports need to be tied back to the images that produced them.

Closing Thoughts

It is tempting to treat a dataset as a footnote next to flashier model launches, but the quiet infrastructure is often where a field actually turns. ReXGroundingCT does not promise a smarter radiologist in a box. It promises something more modest and arguably more useful: a way to make machine-generated findings point at the truth they claim to describe.

Three-dimensional volume rendering of the thorax reconstructed from CT data
Mikael Häggström / CC0 / Wikimedia Commons

That shift, from systems that assert to systems that show, is the kind of change that rarely makes a dramatic announcement and yet reshapes how much clinicians are willing to trust the software at their side. The lesson tucked inside this release is that the most important advances in applied AI are sometimes not new abilities at all, but new ways to verify the abilities we already have. In medicine, where a confident wrong answer can be worse than no answer, that verification may matter most of all.


한글 요약

2026년 6월 18일 NEJM AI에 공개된 ReXGroundingCT는 흉부 CT의 자유 서술형 판독문과 3차원 영상 속 정확한 병변 위치(픽셀 단위 분할)를 사람이 직접 라벨링해 연결한 최초의 공개 데이터셋이다. 공개 CT-RATE 자료에서 가져온 비조영 흉부 CT 3,142건에 표준화된 판독문을 짝지어, 8,028개의 텍스트-3D 분할 쌍과 16,301개의 라벨 개체를 담았다. 라벨의 약 79%는 결절·종괴 같은 국소 병변, 21%는 비국소 패턴이며, 검증 50건·테스트 100건은 전문의가 빠짐없이 분할해 정답으로 삼았다.

핵심 의의는 '근거 제시(grounding)'에 있다. 지금의 의료 AI는 판독 문장을 그럴듯하게 생성하지만, 그 문장이 가리키는 위치를 영상 위에서 정확히 짚어주지는 못한다. ReXGroundingCT는 정해진 분류 항목이 아니라 임상의가 실제로 쓰는 자유로운 서술 표현을 그대로 보존해 공간 정보와 묶었고, 이를 통해 보고서 근거 매칭과 '근거가 달린 판독문 생성'이라는 두 가지 과제를 훈련·평가할 수 있게 했다. 모든 주장에 시각적 증거가 따라붙는, 검증 가능한 영상 AI에 한 걸음 다가선 셈이다.

다만 자료가 단일 의료기관에서 나왔고 기계 번역을 거친 점은 일반화 가능성에 대한 신중한 검토를 요구한다. 비공개 테스트셋을 봉인한 결정은 공개 리더보드가 정답 학습으로 흐려지는 문제를 막으려는 장치다. 연구진과 학계는 이번 공개를 완성된 결론이 아니라 출발점으로 보며, 정확도뿐 아니라 설명 가능성을 요구하는 규제 흐름 속에서 근거를 짚어주는 모델이 임상에 더 빨리 안착할 수 있을지를 주목하고 있다.

참고: NEJM AI — ReXGroundingCT, arXiv 2507.22030