Multimodal Prompting with Missing Modalities for Visual Recognition
About
In this paper, we tackle two challenges in multimodal learning for visual recognition: 1) when missing-modality occurs either during training or testing in real-world situations; and 2) when the computation resources are not available to finetune on heavy transformer models. To this end, we propose to utilize prompt learning and mitigate the above two challenges together. Specifically, our modality-missing-aware prompts can be plugged into multimodal transformers to handle general missing-modality cases, while only requiring less than 1% learnable parameters compared to training the entire model. We further explore the effect of different prompt configurations and analyze the robustness to missing modality. Extensive experiments are conducted to show the effectiveness of our prompt learning framework that improves the performance under various missing-modality cases, while alleviating the requirement of heavy model re-training. Code is available.
Related benchmarks
| Task | Dataset | Result | Rank | |
|---|---|---|---|---|
| Multimodal Sentiment Analysis | CMU-MOSEI (test) | F1 Score68.7 | 332 | |
| Multimodal Sentiment Analysis | CMU-MOSI (test) | F163.7 | 316 | |
| Multimodal Sentiment Analysis | MOSEI | -- | 168 | |
| Emotion Recognition | IEMOCAP | Accuracy65.77 | 115 | |
| Image Classification | Food101 (test) | Accuracy86.72 | 91 | |
| Multi-Label Classification | MM-IMDb-CMML (test) | AP19.85 | 90 | |
| Classification | UPMC-Food101 CMML | AP24.89 | 90 | |
| Multimodal Multilabel Classification | MM-IMDB (test) | Macro F150.52 | 87 | |
| Multimodal Sentiment Analysis | MOSI | Accuracy80.74 | 72 | |
| Hateful Meme Detection | Hateful Memes (test) | AUROC0.6607 | 67 |