paper-with-me

Papers

CCS: Clinical Consensus Selection for Radiology Report Generation

2026-05-28 · Xi Zhang, Yingshu Li, Zaiqiao Meng, Jake Lever, Edmond S. L. Ho arxiv

Radiology report generation (RRG) is commonly formulated as a single-path generation task, where a multimodal large language model (MLLM) produces one decoded report as the final output. While recent progress has largely been driven by scaling training data, model capacity, and retrieval mechanisms, improving report quality at inference time remains underexplored. In this work, we observe that fixed radiology MLLMs often generate clinically stronger reports elsewhere in their candidate pool than the one selected by default decoding, suggesting that inference-time decision making remains an overlooked bottleneck. To address this, we propose Clinical Consensus Selection (CCS), a decoder-agnostic inference-time selection framework that samples multiple candidate reports and selects the one with the highest clinical consensus across the rollout pool. CCS unifies text-based utilities with a radiology-adapted utility computed by an image--report-trained multimodal embedder, which measures candidate agreement beyond surface-level textual similarity. Across three datasets and multiple radiology MLLMs, CCS consistently improves inference-time performance over single-path decoding and generic Best-of-N baselines, with particularly clear gains on clinical metrics. Further analysis shows that image-grounded utility forms a selection axis distinct from textual consensus and that substantial headroom remains for improving RRG at inference time.

📄 PDF Abstract BibTeX arXiv:2605.30131

Code (0)

등록된 구현이 없습니다.

Tasks

Decision Making

Similar Papers 제목 키워드 기반

Medical AI Consensus: A Multi-Agent Framework for Radiology Report Generation and Evaluation

2025-09-22 · Ahmed T. Elboardy, Ghada Khoriba, Essam A. Rashed arxiv

Automating radiology report generation poses a dual challenge: building clinically reliable systems and designing rigorous evaluation protocols. We introduce a multi-agent reinforcement learning framework that serves as …

Multi-agent Reinforcement Learning

MARCH: Multi-Agent Radiology Clinical Hierarchy for CT Report Generation

2026-04-17 · Yi Lin, Yihao Ding, Yonghui Wu, Yifan Peng arxiv

Automated 3D radiology report generation often suffers from clinical hallucinations and a lack of the iterative verification found in human practice. While recent Vision-Language Models (VLMs) have advanced the field, th…

Radiologist Copilot: An Agentic Framework Orchestrating Specialized Tools for Reliable Radiology Reporting

2025-12-02 · Yongrui Yu, Zhongzhen Huang, Linjie Mu, Shaoting Zhang 외 arxiv

In clinical practice, radiology reporting is an essential yet complex, time-intensive, and error-prone task, particularly for 3D medical images. Existing automated approaches based on medical vision-language models prima…

Visual Reasoning

Agentic retrieval-augmented reasoning reshapes collective reliability under model variability in radiology question answering

2026-03-06 · Mina Farajiamiri, Jeta Sopa, Saba Afza, Lisa Adams 외 arxiv

Agentic retrieval-augmented reasoning pipelines are increasingly used to structure how large language models (LLMs) incorporate external evidence in clinical decision support. These systems iteratively retrieve curated d…

Question AnsweringAnswer Selection

Learning to Generate Clinically Coherent Chest X-Ray Reports

2020-11-01 · Findings of the Association for Computational Linguistics 2020 · Justin Lovelace, Bobak Mortazavi

Automated radiology report generation has the potential to reduce the time clinicians spend manually reviewing radiographs and streamline clinical care. However, past work has shown that typical abstractive methods tend …

Text Generation