Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

MoExtend: Tuning New Experts for Modality and Task Extension

About

Large language models (LLMs) excel in various tasks but are primarily trained on text data, limiting their application scope. Expanding LLM capabilities to include vision-language understanding is vital, yet training them on multimodal data from scratch is challenging and costly. Existing instruction tuning methods, e.g., LLAVA, often connects a pretrained CLIP vision encoder and LLMs via fully fine-tuning LLMs to bridge the modality gap. However, full fine-tuning is plagued by catastrophic forgetting, i.e., forgetting previous knowledge, and high training costs particularly in the era of increasing tasks and modalities. To solve this issue, we introduce MoExtend, an effective framework designed to streamline the modality adaptation and extension of Mixture-of-Experts (MoE) models. MoExtend seamlessly integrates new experts into pre-trained MoE models, endowing them with novel knowledge without the need to tune pretrained models such as MoE and vision encoders. This approach enables rapid adaptation and extension to new modal data or tasks, effectively addressing the challenge of accommodating new modalities within LLMs. Furthermore, MoExtend avoids tuning pretrained models, thus mitigating the risk of catastrophic forgetting. Experimental results demonstrate the efficacy and efficiency of MoExtend in enhancing the multimodal capabilities of LLMs, contributing to advancements in multimodal AI research. Code: https://github.com/zhongshsh/MoExtend.

Shanshan Zhong, Shanghua Gao, Zhongzhan Huang, Wushao Wen, Marinka Zitnik, Pan Zhou• 2024

Related benchmarks

TaskDatasetResultRank
Visual Question AnsweringVQA v2
Accuracy76.6
1165
Object Hallucination EvaluationPOPE
Accuracy85.5
935
Multimodal EvaluationMME--
557
Multimodal ReasoningMM-Vet
MM-Vet Score37.1
281
Science Question AnsweringScienceQA IMG
Accuracy73.8
256
Multimodal BenchmarkingMMBench CN
Score61.5
73
Text-based Visual Question AnsweringTextVQA (VQA^T)
Accuracy58.7
65
Multimodal BenchmarkingMMBench
Score67.8
62
Showing 8 of 8 rows

Other info

Code

Follow for update