Robust Multimodal Learning via Cross-Modal Proxy Tokens
Md Kaykobad Reza, Ameya Patil, Mashhour Solh, M. Salman Asif
TL;DR
This work tackles robustness to missing modalities in multimodal learning by introducing Cross-Modal Proxy Tokens (CMPTs). CMPTs are learned alongside frozen unimodal encoders using lightweight low-rank adapters and an alignment loss to proxy the class token of the missing modality from the available one, with a gating fusion mechanism to combine modalities. Across five diverse datasets, CMPTs achieve state-of-the-art robustness to missing modalities while preserving or improving performance when all modalities are present, demonstrating both effectiveness and efficiency. The approach generalizes across architectures and misses, and supports parameter-efficient adaptation, making it practical for real-world multimodal tasks.
Abstract
Multimodal models often experience a significant performance drop when one or more modalities are missing during inference. To address this challenge, we propose a simple yet effective approach that enhances robustness to missing modalities while maintaining strong performance when all modalities are available. Our method introduces cross-modal proxy tokens (CMPTs), which approximate the class token of a missing modality by attending only to the tokens of the available modality without requiring explicit modality generation or auxiliary networks. To efficiently learn these approximations with minimal computational overhead, we employ low-rank adapters in frozen unimodal encoders and jointly optimize an alignment loss with a task-specific loss. Extensive experiments on five multimodal datasets show that our method outperforms state-of-the-art baselines across various missing rates while achieving competitive results in complete-modality settings. Overall, our method offers a flexible and efficient solution for robust multimodal learning. The code for this paper is available at: https://github.com/CSIPlab/Cross-Modal-Proxy-Tokens.
