English

A Closer Look at Multimodal Representation Collapse

Machine Learning 2025-08-18 v2 Artificial Intelligence Computer Vision and Pattern Recognition

Abstract

We aim to develop a fundamental understanding of modality collapse, a recently observed empirical phenomenon wherein models trained for multimodal fusion tend to rely only on a subset of the modalities, ignoring the rest. We show that modality collapse happens when noisy features from one modality are entangled, via a shared set of neurons in the fusion head, with predictive features from another, effectively masking out positive contributions from the predictive features of the former modality and leading to its collapse. We further prove that cross-modal knowledge distillation implicitly disentangles such representations by freeing up rank bottlenecks in the student encoder, denoising the fusion-head outputs without negatively impacting the predictive features from either modality. Based on the above findings, we propose an algorithm that prevents modality collapse through explicit basis reallocation, with applications in dealing with missing modalities. Extensive experiments on multiple multimodal benchmarks validate our theoretical claims. Project page: https://abhrac.github.io/mmcollapse/.

Keywords

Cite

@article{arxiv.2505.22483,
  title  = {A Closer Look at Multimodal Representation Collapse},
  author = {Abhra Chaudhuri and Anjan Dutta and Tu Bui and Serban Georgescu},
  journal= {arXiv preprint arXiv:2505.22483},
  year   = {2025}
}

Comments

International Conference on Machine Learning (ICML) 2025 (Spotlight)

R2 v1 2026-07-01T02:46:40.056Z