Wings: Learning Multimodal LLMs without Text-only Forgetting
Yi-Kai Zhang, Shiyin Lu, Yang Li, Yanqing Ma, Qing-Guo Chen, Zhao Xu, Weihua Luo, Kaifu Zhang, De-Chuan Zhan, Han-Jia Ye
TL;DR
Wings addresses text-only forgetting in multimodal LLMs by introducing parallel visual and textual learners built with Low-Rank Residual Attention (LoRRA) and an attention-based router that compensates for attention shifts around inserted visual tokens. The authors diagnose forgetting via the MLLM-Laws metric, showing cross-layer shifts between text segments before and after images correlate with performance drops, and use this insight to design Wings. Empirically, Wings improves text-only and multimodal QA, achieving state-of-the-art results on multiple benchmarks and excelling on the newly proposed Interleaved Image-Text (IIT) benchmark, while remaining efficient through low-rank adapters. The work demonstrates a general, resource-efficient strategy to retain language capabilities while enabling robust multimodal reasoning in mixed-input settings, offering practical impact for real-world vision-language systems.
Abstract
Multimodal large language models (MLLMs), initiated with a trained LLM, first align images with text and then fine-tune on multimodal mixed inputs. However, the MLLM catastrophically forgets the text-only instructions, which do not include images and can be addressed within the initial LLM. In this paper, we present Wings, a novel MLLM that excels in both text-only dialogues and multimodal comprehension. Analyzing MLLM attention in multimodal instructions reveals that text-only forgetting is related to the attention shifts from pre-image to post-image text. From that, we construct extra modules that act as the boosted learner to compensate for the attention shift. The complementary visual and textual learners, like "wings" on either side, are connected in parallel within each layer's attention block. Initially, image and text inputs are aligned with visual learners operating alongside the main attention, balancing focus on visual elements. Textual learners are later collaboratively integrated with attention-based routing to blend the outputs of the visual and textual learners. We design the Low-Rank Residual Attention (LoRRA) to guarantee high efficiency for learners. Our experimental results demonstrate that Wings outperforms equally-scaled MLLMs in both text-only and visual question-answering tasks. On a newly constructed Interleaved Image-Text (IIT) benchmark, Wings exhibits superior performance from text-only-rich to multimodal-rich question-answering tasks.
