CCS: Clinical Consensus Selection for Radiology Report Generation
CCS: Clinical Consensus Selection for Radiology Report Generation
May 29, 2026Β·
,,,,Β·
1 min read
Xi Zhang
Yingshu Li
Zaiqiao Meng
Jake Lever
Edmond S. L. Ho

Abstract
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.
Type
For the latest updates and details, visit the CCS Project Website.
Why CCS? π¬

BibTeX π
@article{zhang2026ccsclinicalconsensusselection,
title={CCS: Clinical Consensus Selection for Radiology Report Generation},
author={Xi Zhang and Yingshu Li and Zaiqiao Meng and Jake Lever and Edmond S. L. Ho},
year={2026},
eprint={2605.30131},
archivePrefix={arXiv},
primaryClass={cs.CL},
url={https://arxiv.org/abs/2605.30131},
}