CURE: Curriculum-guided Multi-task Training for Reliable Anatomy Grounded Report Generation
Pablo Messina, Andrés Villa, Juan León Alcázar, Karen Sánchez, Carlos Hinojosa, Denis Parra, Álvaro Soto, Bernard Ghanem
TL;DR
CURE tackles unreliable grounding and factuality in medical vision-language models by introducing an error-aware curriculum that dynamically reweights multi-task training across anatomy-centered tasks, all using public datasets. By reformulating tasks into a unified fine-grained instructional format and applying inter- and intra-dataset sampling guided by current errors, CURE substantially improves visual grounding (IoU) and factual consistency (CXRFEScore) while reducing hallucinations by 18.6%. The framework transfers grounding capabilities to base models that lack grounding, achieving state-of-the-art performance on several benchmarks including Chest ImaGenome and zero-shot VinDr-CXR, with notable gains even when data is limited. The approach is data-efficient, data-agnostic to new domains, and comes with accessible code and weights, offering a practical path to more trustworthy radiology report generation at scale.
Abstract
Medical vision-language models can automate the generation of radiology reports but struggle with accurate visual grounding and factual consistency. Existing models often misalign textual findings with visual evidence, leading to unreliable or weakly grounded predictions. We present CURE, an error-aware curriculum learning framework that improves grounding and report quality without any additional data. CURE fine-tunes a multimodal instructional model on phrase grounding, grounded report generation, and anatomy-grounded report generation using public datasets. The method dynamically adjusts sampling based on model performance, emphasizing harder samples to improve spatial and textual alignment. CURE improves grounding accuracy by +0.37 IoU, boosts report quality by +0.188 CXRFEScore, and reduces hallucinations by 18.6%. CURE is a data-efficient framework that enhances both grounding accuracy and report reliability. Code is available at https://github.com/PabloMessina/CURE and model weights at https://huggingface.co/pamessina/medgemma-4b-it-cure
