Calibrated Multimodal Representation Learning with Missing Modalities
Xiaohao Liu, Xiaobo Xia, Jiaheng Wei, Shuo Yang, Xiu Su, See-Kiong Ng, Tat-Seng Chua
TL;DR
CalMRL addresses missing modalities in multimodal representation learning by revealing anchor shift as a fundamental limitation of complete-modality alignment and proposing a calibrated framework that imputes missing modalities at the representation level. It introduces a two-step bi-step optimization that alternates between closed-form posterior inference for shared latents and updating generative parameters to produce oracle-like imputed representations, which are concatenated with observed modalities for final alignment. The method provides theoretical guarantees on anchor-shift mitigation and convergence, and demonstrates superior performance on vision-text and audio-text benchmarks under missing-modality conditions. The results show CalMRL’s robustness and practicality for leveraging prevalent incomplete multimodal data, with plans to release code and data.
Abstract
Multimodal representation learning harmonizes distinct modalities by aligning them into a unified latent space. Recent research generalizes traditional cross-modal alignment to produce enhanced multimodal synergy but requires all modalities to be present for a common instance, making it challenging to utilize prevalent datasets with missing modalities. We provide theoretical insights into this issue from an anchor shift perspective. Observed modalities are aligned with a local anchor that deviates from the optimal one when all modalities are present, resulting in an inevitable shift. To address this, we propose CalMRL for multimodal representation learning to calibrate incomplete alignments caused by missing modalities. Specifically, CalMRL leverages the priors and the inherent connections among modalities to model the imputation for the missing ones at the representation level. To resolve the optimization dilemma, we employ a bi-step learning method with the closed-form solution of the posterior distribution of shared latents. We validate its mitigation of anchor shift and convergence with theoretical guidance. By equipping the calibrated alignment with the existing advanced method, we offer new flexibility to absorb data with missing modalities, which is originally unattainable. Extensive experiments and comprehensive analyses demonstrate the superiority of CalMRL. Our code, model checkpoints, and evaluation raw data will be publicly available.
