Advancing Medical Radiograph Representation Learning: A Hybrid Pre-training Paradigm with Multilevel Semantic Granularity
Hanqi Jiang, Xixuan Hao, Yuzhou Huang, Chong Ma, Jiaxun Zhang, Yi Pan, Ruimao Zhang
TL;DR
HybridMED addresses data scarcity and semantic hierarchy in radiology reports by aligning images with $\mathcal{L}_{CG}$ at the global level and findings with $\mathcal{L}_{CL}$ at the token level, while two parallel generative decoders learn to produce the same $impression$ conditioned on either images or findings; a knowledge-distillation loss $\mathcal{L}_{Dis}$ transfers guidance from the summarization to the captioning branch. The pretraining objective combines $ \mathcal{L} = \lambda_{CG}\mathcal{L}_{CG} + \lambda_{CL}\mathcal{L}_{CL} + \lambda_{Sum}\mathcal{L}_{Sum} + \lambda_{Cap}\mathcal{L}_{Cap} + \lambda_{Dis}\mathcal{L}_{Dis}$, with a two-stage schedule (stage 1 summarization-only; stage 2 joint cross-modal alignment with a frozen summarization teacher). Experiments on MIMIC-CXR show state-of-the-art zero-shot and fine-tuned performance across RSNA Pneumonia, CheXpert, VQA-RAD, and Med-VQA2019, with qualitative attention visualizations and ablations highlighting the efficacy of multi-level alignment and distillation. Overall, HybridMED advances Med-VLP by exploiting hierarchical radiology semantics to produce richer radiograph representations with efficient parameter usage and broad downstream utility.
Abstract
This paper introduces an innovative approach to Medical Vision-Language Pre-training (Med-VLP) area in the specialized context of radiograph representation learning. While conventional methods frequently merge textual annotations into unified reports, we acknowledge the intrinsic hierarchical relationship between the findings and impression section in radiograph datasets. To establish a targeted correspondence between images and texts, we propose a novel HybridMED framework to align global-level visual representations with impression and token-level visual representations with findings. Moreover, our framework incorporates a generation decoder that employs two proxy tasks, responsible for generating the impression from (1) images, via a captioning branch, and (2) findings, through a summarization branch. Additionally, knowledge distillation is leveraged to facilitate the training process. Experiments on the MIMIC-CXR dataset reveal that our summarization branch effectively distills knowledge to the captioning branch, enhancing model performance without significantly increasing parameter requirements due to the shared self-attention and feed-forward architecture.
