What to align in multimodal contrastive learning?
Benoit Dufumier, Javiera Castillo-Navarro, Devis Tuia, Jean-Philippe Thiran
TL;DR
This work addresses learning unified representations from multiple modalities beyond redundancy by proposing CoMM, a Contrastive Multimodal learning method grounded in Partial Information Decomposition (PID). CoMM uses modality-specific encoders, latent converters, and a transformer fusion to produce a single multimodal representation Z_ heta and optimizes a mutual-information-based loss via the InfoNCE estimator to capture redundancy $R$, uniqueness $U$, and synergy $S$, with $I(X_1,X_2;Y)=R+S+U_1+U_2$ and $I(Z'_{ heta^ op};Y)=I(X';Y)$. Empirically, CoMM achieves state-of-the-art results on seven real-world multimodal benchmarks across two and three modalities, and demonstrates strong modeling of multimodal interactions in controlled and diverse domains (robotics, healthcare, multimedia). The approach offers a versatile, task-agnostic framework for multimodal representation learning with broad practical impact and clear avenues for future work on augmentations and disentanglement.
Abstract
Humans perceive the world through multisensory integration, blending the information of different modalities to adapt their behavior. Contrastive learning offers an appealing solution for multimodal self-supervised learning. Indeed, by considering each modality as a different view of the same entity, it learns to align features of different modalities in a shared representation space. However, this approach is intrinsically limited as it only learns shared or redundant information between modalities, while multimodal interactions can arise in other ways. In this work, we introduce CoMM, a Contrastive MultiModal learning strategy that enables the communication between modalities in a single multimodal space. Instead of imposing cross- or intra- modality constraints, we propose to align multimodal representations by maximizing the mutual information between augmented versions of these multimodal features. Our theoretical analysis shows that shared, synergistic and unique terms of information naturally emerge from this formulation, allowing us to estimate multimodal interactions beyond redundancy. We test CoMM both in a controlled and in a series of real-world settings: in the former, we demonstrate that CoMM effectively captures redundant, unique and synergistic information between modalities. In the latter, CoMM learns complex multimodal interactions and achieves state-of-the-art results on the seven multimodal benchmarks. Code is available at https://github.com/Duplums/CoMM
