paper-with-me

홈 › Papers

MoExtend: Tuning New Experts for Modality and Task Extension

2024-08-07 · Shanshan Zhong, ShangHua Gao, Zhongzhan Huang, Wushao Wen, Marinka Zitnik, Pan Zhou

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.

📄 PDF Abstract BibTeX arXiv:2408.03511

Code (1)

zhongshsh/moextend 공식 구현 pytorch

Tasks

Mixture-of-Experts

Methods 이 논문이 사용한 방법론

CLIP Contrastive Language-Image Pre-training (CLIP), consisting of a simplified version of ConVIRT trained from scratch, is an efficient method of image representation learning…
MoE 설명 없음

Similar Papers 제목 키워드 기반

MAPEX: Modality-Aware Pruning of Experts for Remote Sensing Foundation Models

2025-07-10 · Joelle Hanna, Linus Scheibenreif, Damian Borth arxiv

Remote sensing data is commonly used for tasks such as flood mapping, wildfire detection, or land-use studies. For each task, scientists carefully choose appropriate modalities or leverage data from purpose-built instrum…

Dynamic Mixture of Curriculum LoRA Experts for Continual Multimodal Instruction Tuning

2025-06-13 · Chendi Ge, Xin Wang, Zeyang Zhang, Hong Chen 외

Continual multimodal instruction tuning is crucial for adapting Multimodal Large Language Models (MLLMs) to evolving tasks. However, most existing methods adopt a fixed architecture, struggling with adapting to new tasks…

Continual Learning

Conditional Prompt Tuning for Multimodal Fusion

2023-11-28 · Ruixiang Jiang, Lingbo Liu, Changwen Chen

We show that the representation of one modality can effectively guide the prompting of another modality for parameter-efficient multimodal fusion. Specifically, we first encode one modality and use its representation as …

MoST: Mixing Speech and Text with Modality-Aware Mixture of Experts

2026-01-15 · Yuxuan Lou, Kai Yang, Yang You arxiv

We present MoST (Mixture of Speech and Text), a novel multimodal large language model that seamlessly integrates speech and text processing through our proposed Modality-Aware Mixture of Experts (MAMoE) architecture. Whi…

Question Answering

Uni-MoE: Scaling Unified Multimodal LLMs with Mixture of Experts

2024-05-18 · Yunxin Li, Shenyuan Jiang, Baotian Hu, Longyue Wang 외

Recent advancements in Multimodal Large Language Models (MLLMs) underscore the significance of scalable models and data to boost performance, yet this often incurs substantial computational costs. Although the Mixture of…

Mixture-of-ExpertsVisual Question Answering