Generalised Medical Phrase Grounding
Wenjun Zhang, Shekhar S. Chandra, Aaron Nicolson
TL;DR
<3-5 sentence high-level summary> Generalised Medical Phrase Grounding (GMPG) reframes medical phrase grounding to support zero-to-many grounded regions per phrase and provides confidence scores, addressing limitations of prior MPG. MedGrounder, a DETR-like medical grounding model, uses a two-stage training regime: weakly supervised pretraining on Chest ImaGenome and fine-tuning on expert PadChest-GR and MS-CXR data, achieving strong zero-shot transfer and state-of-the-art results on multi-region grounding. The approach enables modular grounded report generation by pairing with existing radiology generators, producing grounded reports without retraining generators, and demonstrates substantial gains especially for multi-region and non-groundable phrases. Limitations remain for spatially diffuse findings and small datasets, motivating further data and priors to improve spatial generalisation and broader clinical deployment.
Abstract
Medical phrase grounding (MPG) maps textual descriptions of radiological findings to corresponding image regions. These grounded reports are easier to interpret, especially for non-experts. Existing MPG systems mostly follow the referring expression comprehension (REC) paradigm and return exactly one bounding box per phrase. Real reports often violate this assumption. They contain multi-region findings, non-diagnostic text, and non-groundable phrases, such as negations or descriptions of normal anatomy. Motivated by this, we reformulate the task as generalised medical phrase grounding (GMPG), where each sentence is mapped to zero, one, or multiple scored regions. To realise this formulation, we introduce the first GMPG model: MedGrounder. We adopted a two-stage training regime: pre-training on report sentence--anatomy box alignment datasets and fine-tuning on report sentence--human annotated box datasets. Experiments on PadChest-GR and MS-CXR show that MedGrounder achieves strong zero-shot transfer and outperforms REC-style and grounded report generation baselines on multi-region and non-groundable phrases, while using far fewer human box annotations. Finally, we show that MedGrounder can be composed with existing report generators to produce grounded reports without retraining the generator.
