paper-with-me

Papers

Generalised Medical Phrase Grounding

2025-11-30 · Wenjun Zhang, Shekhar S. Chandra, Aaron Nicolson arxiv

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.

📄 PDF Abstract BibTeX arXiv:2512.01085

Code (0)

등록된 구현이 없습니다.

Tasks

Referring ExpressionPhrase Grounding

Similar Papers 제목 키워드 기반

MedRG: Medical Report Grounding with Multi-modal Large Language Model

2024-04-10 · Ke Zou, Yang Bai, Zhihao Chen, Yang Zhou 외

Medical Report Grounding is pivotal in identifying the most relevant regions in medical images based on a given phrase query, a critical aspect in medical image analysis and radiological diagnosis. However, prevailing vi…

DecoderLanguage ModelingLanguage ModellingLarge Language Model+3

Medical Phrase Grounding with Region-Phrase Context Contrastive Alignment

2023-03-14 · Zhihao Chen, Yang Zhou, Anh Tran, Junting Zhao 외

Medical phrase grounding (MPG) aims to locate the most relevant region in a medical image, given a phrase query describing certain medical findings, which is an important task for medical image analysis and radiological …

Medical Image AnalysisPhrase GroundingVisual Grounding

Anatomical grounding pre-training for medical phrase grounding

2025-02-23 · Wenjun Zhang, Shakes Chandra, Aaron Nicolson

Medical Phrase Grounding (MPG) maps radiological findings described in medical reports to specific regions in medical images. The primary obstacle hindering progress in MPG is the scarcity of annotated data available for…

Phrase GroundingZero-Shot Learning

Generate to Ground: Multimodal Text Conditioning Boosts Phrase Grounding in Medical Vision-Language Models

2025-07-16 · Felix Nützel, Mischa Dombrowski, Bernhard Kainz arxiv

Phrase grounding, i.e., mapping natural language phrases to specific image regions, holds significant potential for disease localization in medical imaging through clinical reports. While current state-of-the-art methods…

Phrase Grounding

Retrieve, Generate, Evaluate: A Case Study for Medical Paraphrases Generation with Small Language Models

2024-07-23 · Ioana Buhnila, Aman Sinha, Mathieu Constant

Recent surge in the accessibility of large language models (LLMs) to the general population can lead to untrackable use of such models for medical-related recommendations. Language generation via LLMs models has two key …

HallucinationParaphrase GenerationRetrievalRetrieval-augmented Generation+1