Improving Medical Visual Representations via Radiology Report Generation
Keegan Quigley, Miriam Cha, Josh Barua, Geeticka Chauhan, Seth Berkowitz, Steven Horng, Polina Golland
TL;DR
This work introduces RadTex, a radiology-focused encoder-decoder model trained with bidirectional captioning to learn fine-grained visual-text representations. It demonstrates that generative captioning pretraining can match or exceed contrastive MVLP in downstream tasks while enabling rapid radiology report generation and interactive prompting. Through comprehensive ablations, the authors show that longer context, domain-specific vocabulary, and priors removal improve performance and reduce hallucinations, with MS-COCO pretraining enhancing initialization. RadTex also offers data-efficient transfer learning and interpretable outputs, suggesting practical utility in radiology workflows and potential extension to other domains requiring localized visual-semantic understanding.
Abstract
Vision-language pretraining has been shown to produce high-quality visual encoders which transfer efficiently to downstream computer vision tasks. Contrastive learning approaches have increasingly been adopted for medical vision language pretraining (MVLP), yet recent developments in generative AI offer new modeling alternatives. This paper introduces RadTex, a CNN-encoder transformer-decoder architecture optimized for radiology. We explore bidirectional captioning as an alternative MVLP strategy and demonstrate that RadTex's captioning pretraining is competitive with established contrastive methods, achieving a CheXpert macro-AUC of 89.4%. Additionally, RadTex's lightweight text decoder not only generates clinically relevant radiology reports (macro-F1 score of 0.349), but also provides targeted, interactive responses, highlighting the utility of bidirectional captioning in advancing medical image analysis.
