MoRA: Missing Modality Low-Rank Adaptation for Visual Recognition
Shu Zhao, Nilesh Ahuja, Tan Yu, Tianyi Shen, Vijaykrishnan Narayanan
TL;DR
MoRA tackles the missing-modality problem in pretrained vision-language models by introducing a parameter-efficient fine-tuning framework that enables bidirectional cross-modal transfer while preserving modality-specific adaptations. It uses a dual-structure of modality-specific adapters and shared cross-modal parameters, with cross-modal interaction implemented in a dimension-agnostic rank-space via Gram matrices $\mathbf{G}^{\mathrm{v}}$ and $\mathbf{G}^{\mathrm{t}}$, and weight updates absorbed into the frozen backbone to avoid inference overhead. Empirically, MoRA delivers about $5.24\%$ average improvement in missing-modality scenarios, requires only $0.11\%$ of trainable parameters, and runs at $25.90\%$ of the SOTA method's inference time, validated on MM-IMDb, UPMC-Food101, and Hateful Memes, with additional extension to embedding tasks like CIR. This work demonstrates robust cross-scenario generalization, ablation-backed importance of Gram-based sharing, and favorable scalability across backbones, highlighting practical impact for deploying multimodal systems under modality scarcity.
Abstract
Pre-trained vision language models have shown remarkable performance on visual recognition tasks, but they typically assume the availability of complete multimodal inputs during both training and inference. In real-world scenarios, however, modalities may be missing due to privacy constraints, collection difficulties, or resource limitations. While previous approaches have addressed this challenge using prompt learning techniques, they fail to capture the cross-modal relationships necessary for effective multimodal visual recognition and suffer from inevitable computational overhead. In this paper, we introduce MoRA, a parameter-efficient fine-tuning method that explicitly models cross-modal interactions while maintaining modality-specific adaptations. MoRA introduces modality-common parameters between text and vision encoders, enabling bidirectional knowledge transfer. Additionally, combined with the modality-specific parameters, MoRA allows the backbone model to maintain inter-modality interaction and enable intra-modality flexibility. Extensive experiments on standard benchmarks demonstrate that MoRA achieves an average performance improvement in missing-modality scenarios by 5.24% and uses only 25.90% of the inference time compared to the SOTA method while requiring only 0.11% of trainable parameters compared to full fine-tuning.
