The More, the Merrier: Contrastive Fusion for Higher-Order Multimodal Alignment
Stefanos Koutoupis, Michaela Areti Zervou, Konstantinos Kontras, Maarten De Vos, Panagiotis Tsakalides, Grigorios Tsagatakis
TL;DR
ConFu addresses the challenge of learning joint representations across three modalities by unifying pairwise and higher-order alignment within a single contrastive objective. It extends CLIP-style learning with a fusion-based higher-order term, providing a lower bound on the total correlation $\mathrm{TC}(X_1,X_2,X_3)$ and enabling effective 1→1 and 2→1 retrieval while preserving pairwise consistency. The authors introduce Bird-MML, a synthetic tri-modal dataset for pretraining and evaluating cross-modal complementarity, and demonstrate ConFu’s robustness and competitive performance across AV-MNIST, affective computing benchmarks, and fine-grained bird classification under noise and distribution shifts. Overall, ConFu offers a principled, scalable approach to higher-order multimodal alignment with minimal architectural overhead, validated by a new dataset and diverse experiments.
Abstract
Learning joint representations across multiple modalities remains a central challenge in multimodal machine learning. Prevailing approaches predominantly operate in pairwise settings, aligning two modalities at a time. While some recent methods aim to capture higher-order interactions among multiple modalities, they often overlook or insufficiently preserve pairwise relationships, limiting their effectiveness on single-modality tasks. In this work, we introduce Contrastive Fusion (ConFu), a framework that jointly embeds both individual modalities and their fused combinations into a unified representation space, where modalities and their fused counterparts are aligned. ConFu extends traditional pairwise contrastive objectives with an additional fused-modality contrastive term, encouraging the joint embedding of modality pairs with a third modality. This formulation enables ConFu to capture higher-order dependencies, such as XOR-like relationships, that cannot be recovered through pairwise alignment alone, while still maintaining strong pairwise correspondence. We evaluate ConFu on synthetic and real-world multimodal benchmarks, assessing its ability to exploit cross-modal complementarity, capture higher-order dependencies, and scale with increasing multimodal complexity. Across these settings, ConFu demonstrates competitive performance on retrieval and classification tasks, while supporting unified one-to-one and two-to-one retrieval within a single contrastive framework.
