English

Robust Multimodal Learning via Cross-Modal Proxy Tokens

Computer Vision and Pattern Recognition 2025-10-28 v4 Artificial Intelligence Machine Learning

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.

Keywords

Cite

@article{arxiv.2501.17823,
  title  = {Robust Multimodal Learning via Cross-Modal Proxy Tokens},
  author = {Md Kaykobad Reza and Ameya Patil and Mashhour Solh and M. Salman Asif},
  journal= {arXiv preprint arXiv:2501.17823},
  year   = {2025}
}

Comments

28 Pages, 13 Figures, 11 Tables. Accepted by Transactions on Machine Learning Research (TMLR)

R2 v1 2026-06-28T21:24:15.163Z