English

DPL: Decoupled Prototype Learning for Enhancing Robustness of Vision-Language Transformers to Missing Modalities

Machine Learning 2025-11-18 v2 Computer Vision and Pattern Recognition

Abstract

The performance of Visio-Language Transformers drops sharply when an input modality (e.g., image) is missing, because the model is forced to make predictions using incomplete information. Existing missing-aware prompt methods help reduce this degradation, but they still rely on conventional prediction heads (e.g., a Fully-Connected layer) that compute class scores in the same way regardless of which modality is present or absent. We introduce Decoupled Prototype Learning (DPL), a new prediction head architecture that explicitly adjusts its decision process to the observed input modalities. For each class, DPL selects a set of prototypes specific to the current missing-modality cases (image-missing, text-missing, or mixed-missing). Each prototype is then decomposed into image-specific and text-specific components, enabling the head to make decisions that depend on the information actually present. This adaptive design allows DPL to handle inputs with missing modalities more effectively while remaining fully compatible with existing prompt-based frameworks. Extensive experiments on MM-IMDb, UPMC Food-101, and Hateful Memes demonstrate that DPL outperforms state-of-the-art approaches across all widely used multimodal imag-text datasets and various missing cases.

Keywords

Cite

@article{arxiv.2505.08283,
  title  = {DPL: Decoupled Prototype Learning for Enhancing Robustness of Vision-Language Transformers to Missing Modalities},
  author = {Jueqing Lu and Yuanyuan Qi and Xiaohao Yang and Shuaicheng Niu and Fucai Ke and Shujie Zhou and Wei Tan and Jionghao Lin and Wray Buntine and Hamid Rezatofighi and Lan Du},
  journal= {arXiv preprint arXiv:2505.08283},
  year   = {2025}
}

Comments

Updates to v1. Added new coauthors and extended the experimental section

R2 v1 2026-06-28T23:30:55.131Z