Explaining and Mitigating the Modality Gap in Contrastive Multimodal Learning
Can Yaras, Siyi Chen, Peng Wang, Qing Qu
TL;DR
This work tackles the modality gap observed in contrastive multimodal learning, particularly CLIP, by analyzing training dynamics through gradient-flow. It shows the gap persists and decays only at a slow rate $\Omega(1/\log(t)^2)$ due to a coupling between learned temperature and data mismatches, and demonstrates how a learnable temperature can hinder gap closure. Leveraging these insights, it proposes principled mitigation strategies—temperature scheduling, temperature reparameterization, and modality swapping—that reduce the gap and improve image-text retrieval, while noting that uniformity and other metrics govern performance on other tasks. The findings provide a theoretical framework and practical guidelines for designing more effective multimodal representations with improved cross-modal retrieval capabilities.
Abstract
Multimodal learning has recently gained significant popularity, demonstrating impressive performance across various zero-shot classification tasks and a range of perceptive and generative applications. Models such as Contrastive Language-Image Pretraining (CLIP) are designed to bridge different modalities, such as images and text, by learning a shared representation space through contrastive learning. Despite their success, the working mechanisms underlying multimodal learning are not yet well understood. Notably, these models often exhibit a modality gap, where different modalities occupy distinct regions within the shared representation space. In this work, we conduct an in-depth analysis of the emergence of modality gap by characterizing the gradient flow learning dynamics. Specifically, we identify the critical roles of mismatched data pairs and a learnable temperature parameter in causing and perpetuating the modality gap during training. Furthermore, our theoretical insights are validated through experiments on practical CLIP models. These findings provide principled guidance for mitigating the modality gap, including strategies such as appropriate temperature scheduling and modality swapping. Additionally, we demonstrate that closing the modality gap leads to improved performance on tasks such as image-text retrieval.
