Reason Like a Radiologist: Chain-of-Thought and Reinforcement Learning for Verifiable Report Generation
Peiyuan Jing, Kinhei Lee, Zhenxuan Zhang, Huichi Zhou, Zhengqing Yuan, Zhifan Gao, Lei Zhu, Giorgos Papanastasiou, Yingying Fang, Guang Yang
TL;DR
BoxMed-RL tackles the lack of explainability in radiology report generation by introducing a two-phase training framework that combines radiologist-like chain-of-thought reasoning with spatially verifiable grounding to align findings with anatomical evidence, followed by a Lightweight Downstream Adapter to preserve fluency. It leverages a large vision-language backbone (Qwen2‑VL‑2B) and integrates Medical Concept Learning and Spatially Verifiable Reinforcement to mimic the radiologist workflow (Findings → Disease Category → Anatomy) and bound textual descriptions to bounding boxes using $IoU$‑based rewards. The method yields about a 7% gain in METEOR and ROUGE‑L and a 5% gain in large‑language‑model based metrics across public datasets, with ablations confirming the contributions of MCL and SVR. This work enhances clinical trust and spatial verifiability in automated radiology reports and points to future extensions in multi‑modal, 3D, and retrieval‑augmented radiology tasks, potentially enabling safer, more transparent AI in clinical workflows.
Abstract
Radiology report generation is critical for efficiency but current models lack the structured reasoning of experts, hindering clinical trust and explainability by failing to link visual findings to precise anatomical locations. This paper introduces BoxMed-RL, a groundbreaking unified training framework for generating spatially verifiable and explainable radiology reports. Built on a large vision-language model, BoxMed-RL revolutionizes report generation through two integrated phases: (1) In the Pretraining Phase, we refine the model via medical concept learning, using Chain-of-Thought supervision to internalize the radiologist-like workflow, followed by spatially verifiable reinforcement, which applies reinforcement learning to align medical findings with bounding boxes. (2) In the Downstream Adapter Phase, we freeze the pretrained weights and train a downstream adapter to ensure fluent and clinically credible reports. This framework precisely mimics radiologists' workflow, compelling the model to connect high-level medical concepts with definitive anatomical evidence. Extensive experiments on public datasets demonstrate that BoxMed-RL achieves an average 7% improvement in both METEOR and ROUGE-L metrics compared to state-of-the-art methods. An average 5% improvement in large language model-based metrics further underscores BoxMed-RL's robustness in generating high-quality radiology reports.
