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

CuMo: Scaling Multimodal LLM with Co-Upcycled Mixture-of-Experts

About

Recent advancements in Multimodal Large Language Models (LLMs) have focused primarily on scaling by increasing text-image pair data and enhancing LLMs to improve performance on multimodal tasks. However, these scaling approaches are computationally expensive and overlook the significance of improving model capabilities from the vision side. Inspired by the successful applications of Mixture-of-Experts (MoE) in LLMs, which improves model scalability during training while keeping inference costs similar to those of smaller models, we propose CuMo. CuMo incorporates Co-upcycled Top-K sparsely-gated Mixture-of-experts blocks into both the vision encoder and the MLP connector, thereby enhancing the multimodal LLMs with minimal additional activated parameters during inference. CuMo first pre-trains the MLP blocks and then initializes each expert in the MoE block from the pre-trained MLP block during the visual instruction tuning stage. Auxiliary losses are used to ensure a balanced loading of experts. CuMo outperforms state-of-the-art multimodal LLMs across various VQA and visual-instruction-following benchmarks using models within each model size group, all while training exclusively on open-sourced datasets. The code and model weights for CuMo are open-sourced at https://github.com/SHI-Labs/CuMo.

Jiachen Li, Xinyao Wang, Sijie Zhu, Chia-Wen Kuo, Lu Xu, Fan Chen, Jitesh Jain, Humphrey Shi, Longyin Wen• 2024

Related benchmarks

TaskDatasetResultRank
Visual Question AnsweringTextVQA
Accuracy67
1117
Mathematical ReasoningMathVista
Score38.2
322
Science Question AnsweringScienceQA IMG
Accuracy77.9
256
Multi-discipline Multimodal UnderstandingMMMU (val)--
167
Visual Question AnsweringGQA (test)
Accuracy63.2
119
Multimodal EvaluationMMBench
MMB Score75.3
118
Multimodal UnderstandingMM-VET (test)
Total Score42.1
114
Multimodal UnderstandingMMBench (test)
Overall Score79
65
Mathematical ReasoningMathVista (test)
Accuracy35.9
55
Visual Question AnsweringScienceQA Image (test)
Accuracy72.6
45
Showing 10 of 12 rows

Other info

Code

Follow for update