Benchmarking Vision-Language Contrastive Methods for Medical Representation Learning
Shuvendu Roy, Yasaman Parhizkar, Franklin Ogidi, Vahid Reza Khazaie, Michael Colacci, Ali Etemad, Elham Dolatabadi, Arash Afkanpour
TL;DR
The paper benchmarks eight vision–language contrastive methods for medical multimodal representation learning using 2.8M image–text pairs across radiology, histopathology, and beyond. It shows that transferring general-domain representations is viable with partial image encoder freezing, while unimodal training does not reliably boost multimodal medical tasks, and that learning fine-grained features yields the strongest gains. The work provides a unified, large-scale evaluation framework and releases code to promote reproducibility and further research in medical foundation models. Overall, the findings offer practical guidance for building efficient, transferable medical visual–text models under data constraints, with implications for downstream tasks like retrieval and VQA.
Abstract
We perform a comprehensive benchmarking of contrastive frameworks for learning multimodal representations in the medical domain. Through this study, we aim to answer the following research questions: (i) How transferable are general-domain representations to the medical domain? (ii) Is multimodal contrastive training sufficient, or does it benefit from unimodal training as well? (iii) What is the impact of feature granularity on the effectiveness of multimodal medical representation learning? To answer these questions, we investigate eight contrastive learning approaches under identical training setups, and train them on 2.8 million image-text pairs from four datasets, and evaluate them on 25 downstream tasks, including classification (zero-shot and linear probing), image-to-text and text-to-image retrieval, and visual question-answering. Our findings suggest a positive answer to the first question, a negative answer to the second question, and the benefit of learning fine-grained features. Finally, we make our code publicly available.
