Cross-Modal Alignment via Variational Copula Modelling
Feng Wu, Tsai Hor Chan, Fuying Wang, Guosheng Yin, Lequan Yu
TL;DR
The paper addresses the challenge of aligning and fusing heterogeneous modalities by modeling the joint distribution via a copula-based framework. It introduces CM$^{2}$, which uses Gaussian mixture marginals for each modality and a copula to capture cross-modal dependencies, enabling robust handling of missing modalities through sampling from learned marginals. The approach is optimized with stochastic variational inference and grounded by Sklar's theorem, guaranteeing a valid joint distribution given the marginals. Empirical results on MIMIC datasets show consistent improvements over state-of-the-art baselines in both fully observed and partially observed modality scenarios, with ablations confirming the importance of copula-based alignment and fusion components. The work demonstrates that copula-driven multimodal learning can yield more accurate representations and robust imputations, offering a principled alternative to simple fusion strategies and highlighting potential extensions to other domains requiring distribution alignment and multi-feature integration.
Abstract
Various data modalities are common in real-world applications (e.g., electronic health records, medical images and clinical notes in healthcare). It is essential to develop multimodal learning methods to aggregate various information from multiple modalities. The main challenge is how to appropriately align and fuse the representations of different modalities into a joint distribution. Existing methods mainly rely on concatenation or the Kronecker product, oversimplifying the interaction structure between modalities and indicating a need to model more complex interactions. Additionally, the joint distribution of latent representations with higher-order interactions is underexplored. Copula is a powerful statistical structure for modelling the interactions among variables, as it naturally bridges the joint distribution and marginal distributions of multiple variables. We propose a novel copula-driven multimodal learning framework, which focuses on learning the joint distribution of various modalities to capture the complex interactions among them. The key idea is to interpret the copula model as a tool to align the marginal distributions of the modalities efficiently. By assuming a Gaussian mixture distribution for each modality and a copula model on the joint distribution, our model can generate accurate representations for missing modalities. Extensive experiments on public MIMIC datasets demonstrate the superior performance of our model over other competitors. The code is available at https://github.com/HKU-MedAI/CMCM.
