paper-with-me

홈 › Papers

Calibrated Confidence Expression for Radiology Report Generation

2026-03-31 · David Bani-Harouni, Chantal Pellegrini, Julian Lüers, Su Hwan Kim, Markus Baalmann, Benedikt Wiestler, Rickmer Braren, Nassir Navab, Matthias Keicher arxiv

Safe deployment of Large Vision-Language Models (LVLMs) in radiology report generation requires not only accurate predictions but also clinically interpretable indicators of when outputs should be thoroughly reviewed, enabling selective radiologist verification and reducing the risk of hallucinated findings influencing clinical decisions. One intuitive approach to this is verbalized confidence, where the model explicitly states its certainty. However, current state-of-the-art language models are often overconfident, and research on calibration in multimodal settings such as radiology report generation is limited. To address this gap, we introduce ConRad (Confidence Calibration for Radiology Reports), a reinforcement learning framework for fine-tuning medical LVLMs to produce calibrated verbalized confidence estimates alongside radiology reports. We study two settings: a single report-level confidence score and a sentence-level variant assigning a confidence to each claim. Both are trained using the GRPO algorithm with reward functions based on the logarithmic scoring rule, which incentivizes truthful self-assessment by penalizing miscalibration and guarantees optimal calibration under reward maximization. Experimentally, ConRad substantially improves calibration and outperforms competing methods. In a clinical evaluation we show that ConRad's report level scores are well aligned with clinicians' judgment. By highlighting full reports or low-confidence statements for targeted review, ConRad can support safer clinical integration of AI-assistance for report generation.

📄 PDF Abstract BibTeX arXiv:2603.29492

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement Learning

Similar Papers 제목 키워드 기반

RadFlag: A Black-Box Hallucination Detection Method for Medical Vision Language Models

2024-11-01 · Serena Zhang, Sraavya Sambara, Oishi Banerjee, Julian Acosta 외

Generating accurate radiology reports from medical images is a clinically important but challenging task. While current Vision Language Models (VLMs) show promise, they are prone to generating hallucinations, potentially…

HallucinationLanguage ModelingLanguage ModellingLarge Language Model

Trust It or Not: Confidence-Guided Automatic Radiology Report Generation

2021-06-21 · Yixin Wang, Zihao Lin, Zhe Xu, Haoyu Dong 외

Medical imaging plays a pivotal role in diagnosis and treatment in clinical practice. Inspired by the significant progress in automatic image captioning, various deep learning (DL)-based methods have been proposed to gen…

Decision MakingImage CaptioningModel OptimizationSentence

Agent-Based Uncertainty Awareness Improves Automated Radiology Report Labeling with an Open-Source Large Language Model

2025-02-02 · Hadas Ben-Atya, Naama Gavrielov, Zvi Badash, Gili Focht 외

Reliable extraction of structured data from radiology reports using Large Language Models (LLMs) remains challenging, especially for complex, non-English texts like Hebrew. This study introduces an agent-based uncertaint…

Language ModelingLanguage ModellingLarge Language Model

Quality Control for Radiology Report Generation Models via Auxiliary Auditing Components

2024-07-31

Automation of medical image interpretation could alleviate bottlenecks in diagnostic workflows, and has become of particular interest in recent years due to advancements in natural language processing. Great strides have…

Calibrated Triage, Not Autonomy: Confidence Estimation for Medical Vision-Language Models

2026-06-14 · Reza Khanmohammadi, Kundan Thind, Mohammad M. Ghassemi arxiv

A vision-language model can answer a question about a chest radiograph or a pathology slide fluently and confidently while barely using the image, relying instead on language priors. In medicine this is the failure that …