CROME: Cross-Modal Adapters for Efficient Multimodal LLM
Sayna Ebrahimi, Sercan O. Arik, Tejas Nama, Tomas Pfister
TL;DR
CROME tackles the high cost of adapting Multimodal LLMs by introducing a lightweight, gated cross-modal adapter that fuses visual and textual features before a frozen LLM. It relies on pre-LM alignment and three training stages—pretraining, instruction tuning, and optional task-specific fine-tuning—requiring only about 5M trainable parameters for adaptation. Empirically, CROME achieves state-of-the-art results on multiple open benchmarks, with strong zero-shot performance and substantial gains in task-specific fine-tuning (e.g., up to 93.2% on ScienceQA-Image after adaptation). The approach highlights the practicality and scalability of pre-LM alignment for flexible multimodal learning, reducing costs while preserving the LLM’s capabilities and enabling targeted downstream performance.
Abstract
Multimodal Large Language Models (MLLMs) demonstrate remarkable image-language capabilities, but their widespread use faces challenges in cost-effective training and adaptation. Existing approaches often necessitate expensive language model retraining and limited adaptability. Additionally, the current focus on zero-shot performance improvements offers insufficient guidance for task-specific tuning. We propose CROME, an efficient vision-language instruction tuning framework. It features a novel gated cross-modal adapter that effectively combines visual and textual representations prior to input into a frozen LLM. This lightweight adapter, trained with minimal parameters, enables efficient cross-modal understanding. Notably, CROME demonstrates superior zero-shot performance on standard visual question answering and instruction-following benchmarks. Moreover, it yields fine-tuning with exceptional parameter efficiency, competing with task-specific specialist state-of-the-art methods. CROME demonstrates the potential of pre-LM alignment for building scalable, adaptable, and parameter-efficient multimodal models.
