English

Mind the Gap: Understanding the Modality Gap in Multi-modal Contrastive Representation Learning

Computation and Language 2022-10-21 v2 Artificial Intelligence Computer Vision and Pattern Recognition Machine Learning Multimedia

Abstract

We present modality gap, an intriguing geometric phenomenon of the representation space of multi-modal models. Specifically, we show that different data modalities (e.g. images and text) are embedded at arm's length in their shared representation in multi-modal models such as CLIP. Our systematic analysis demonstrates that this gap is caused by a combination of model initialization and contrastive learning optimization. In model initialization, we show empirically and theoretically that the representation of a common deep neural network is restricted to a narrow cone. As a consequence, in a multi-modal model with two encoders, the representations of the two modalities are clearly apart when the model is initialized. During optimization, contrastive learning keeps the different modalities separate by a certain distance, which is influenced by the temperature parameter in the loss function. Our experiments further demonstrate that varying the modality gap distance has a significant impact in improving the model's downstream zero-shot classification performance and fairness. Our code and data are available at https://modalitygap.readthedocs.io/

Keywords

Cite

@article{arxiv.2203.02053,
  title  = {Mind the Gap: Understanding the Modality Gap in Multi-modal Contrastive Representation Learning},
  author = {Weixin Liang and Yuhui Zhang and Yongchan Kwon and Serena Yeung and James Zou},
  journal= {arXiv preprint arXiv:2203.02053},
  year   = {2022}
}

Comments

Published at NeurIPS 2022. Code and data are available at https://modalitygap.readthedocs.io/

R2 v1 2026-06-24T10:01:34.824Z