๐ค AI Summary
This study addresses critical limitations in current automated chest X-ray report generationโnamely, deficiencies in structural coherence, anatomical completeness, and semantic fidelity. To overcome these challenges, the authors propose a novel approach that integrates supervised fine-tuning of MedGemma-4B with a clinically grounded, rule-based procedural reward mechanism. Notably, this work introduces Group Relative Policy Optimization (GRPO) to medical image report generation for the first time, enabling interpretable alignment without reliance on neural reward models. The method synergistically combines a vision-language model with multidimensional rule-based rewards encompassing structural validation, anatomical checklist adherence, semantic similarity, and length constraints. In a blinded evaluation involving 69 cases, the system achieved an impression accuracy of 27.2% and a medical terminology usage rate of 86.5%, significantly outperforming both Gemini 2.5 Flash and the MedGemma-4B baseline.
๐ Abstract
Medical imaging is a cornerstone of diagnostics, yet automated chest X-ray report generation struggles with structural adherence, anatomical completeness, and semantic faithfulness. We introduce DobicVLM, a vision-language model combining supervised fine-tuning on MedGemma-4B with Group Relative Policy Optimization (GRPO) and clinically-grounded programmatic rewards. Our approach uses interpretable, rule-based reward components; structural verification, anatomical checklist, semantic similarity, and length constraints to enforce clinical standards without neural reward models. Trained on 1,000 de-identified image-report pairs from a private clinical dataset (with ethics approval and compliance to local regulations), DobicVLM is evaluated via blinded expert review on 69 held-out cases. DobicVLM outperforms Gemini 2.5 Flash across the majority of criteria, achieving the highest impression accuracy (27.2%) and medical terminology (86.5%) compared to both Gemini 2.5 Flash and MedGemma 4B baselines, with minor trade-offs in completeness and referrals. This demonstrates GRPO's value for transparent alignment in resource-limited settings. Keywords: Vision-Language Models, Radiology Report Generation, Reinforcement Learning, Medical AI, GRPO