MMCLIP: Cross-modal Attention Masked Modelling for Medical Language-Image Pre-Training
Biao Wu, Yutong Xie, Zeyu Zhang, Minh Hieu Phan, Qi Chen, Ling Chen, Qi Wu
TL;DR
MMCLIP tackles two core medical VLP challenges: limited data quality for pathologies and underutilization of both paired and unpaired data. It introduces AttMIM to perform attention-guided masking on images and EntMLM to mask medically relevant entities in reports, both guided by cross-modal interactions and disease prompts; together with standard contrastive alignment, these enable effective learning from paired and unpaired data. Pretraining on MIMIC-CXR and PadChest, MMCLIP achieves state-of-the-art zero-shot and fine-tuning performance across five medical datasets, demonstrating strong generalization and data efficiency. The work offers a practical framework for scalable medical VLP that can leverage unpaired data and disease priors to improve diagnostic representation learning.
Abstract
Vision-and-language pretraining (VLP) in the medical field utilizes contrastive learning on image-text pairs to achieve effective transfer across tasks. Yet, current VLP approaches with the masked modeling strategy face two challenges when applied to the medical domain. First, current models struggle to accurately reconstruct key pathological features due to the scarcity of medical data. Second, most methods only adopt either paired image-text or image-only data, failing to exploit the combination of both paired and unpaired data. To this end, this paper proposes the MMCLIP (Masked Medical Contrastive Language-Image Pre-Training) framework to enhance pathological learning and feature learning via unpaired data. First, we introduce the attention-masked image modeling (AttMIM) and entity-driven masked language modeling module (EntMLM), which learns to reconstruct pathological visual and textual tokens via multi-modal feature interaction, thus improving medical-enhanced features. The AttMIM module masks a portion of the image features that are highly responsive to textual features. This allows MMCLIP to improve the reconstruction of highly similar image data in medicine efficiency. Second, our MMCLIP capitalizes unpaired data to enhance multimodal learning by introducing disease-kind prompts. The experimental results show that MMCLIP achieves SOTA for zero-shot and fine-tuning classification performance on five datasets. Our code will be available at https://github.com/AIGeeksGroup/MMCLIP.
