Robust Latent Representation Tuning for Image-text Classification
Hao Sun, Yu Song
TL;DR
The paper tackles robust multimodal image–text classification when one modality may be missing by freezing image and text foundation models and introducing Modality Latent Translation (MoLT), which per layer projects embeddings into a shared latent space and uses cross-attention plus $L_{CCA}$ to promote cross-modal alignment before applying $FBP$ to form robust representations. A subsequent fusion stage aggregates per-layer robust features with modality embeddings to produce predictions, guided by a joint objective $L = eta L_{CE} + eta L_{CCA}$ that balances task performance and cross-modal correlation. Evaluations on MM-IMDB, UPMC-Food101, and SNLI-VE demonstrate state-of-the-art results and strong robustness to modality absence and noise, highlighting the practical value of maintaining frozen pretrained foundations while enabling robust cross-modal reasoning. Overall, the approach advances robust multimodal understanding in realistic settings where modalities can be missing or degraded, with broad implications for deployment in vision–language tasks.
Abstract
Large models have demonstrated exceptional generalization capabilities in computer vision and natural language processing. Recent efforts have focused on enhancing these models with multimodal processing abilities. However, addressing the challenges posed by scenarios where one modality is absent remains a significant hurdle. In response to this issue, we propose a robust latent representation tuning method for large models. Specifically, our approach introduces a modality latent translation module to maximize the correlation between modalities, resulting in a robust representation. Following this, a newly designed fusion module is employed to facilitate information interaction between the modalities. Within this framework, common semantics are refined during training, and robust performance is achieved even in the absence of one modality. Importantly, our method maintains the frozen state of the image and text foundation models to preserve their capabilities acquired through large-scale pretraining. We conduct experiments on several public datasets, and the results underscore the effectiveness of our proposed method.
