The paper "MoExtend: Tuning New Experts for Modality and Task Extension" addresses a crucial challenge in expanding the capabilities of LLMs to include vision-language understanding. Traditional LLMs are primarily trained on text data, which limits their application to purely textual tasks. The integration of multimodal data — combining text and vision — enhances the versatility of LLMs but poses significant training challenges due to high costs and complexity.
Existing methodologies often involve connecting a pretrained CLIP vision encoder with LLMs through full fine-tuning. However, this approach struggles with issues like catastrophic forgetting, where the model loses previously acquired knowledge while adapting to new tasks or modalities. Additionally, the training demands increase with the inclusion of new tasks and modalities.
The authors propose MoExtend, a novel framework that effectively addresses these challenges by enabling modality adaptation and extension within Mixture-of-Experts (MoE) models. MoExtend allows for the integration of new experts into pre-trained MoE models, thereby introducing novel knowledge without the need to fine-tune existing pretrained models or vision encoders. This streamlined process reduces the risk of catastrophic forgetting and significantly lowers training costs.
MoExtend enhances the adaptability of LLMs to accommodate new modal data or tasks efficiently. The framework empowers LLMs with enhanced multimodal capabilities, thereby contributing to advancements in multimodal AI research. Experimental results presented in the paper demonstrate MoExtend's efficacy in improving the multimodal performance of LLMs, making it a promising solution for expanding the application scope of these models without extensive retraining.