paper-with-me

홈 › Papers

LLaVA-CMoE: Towards Continual Mixture of Experts for Large Vision-Language Models

2025-03-27 · Hengyuan Zhao, Ziqin Wang, Qixin Sun, Kaiyou Song, Yilin Li, Xiaolin Hu, Qingpei Guo, Si Liu

Although applying Mixture of Experts to large language models for learning new tasks is widely regarded as an effective strategy for continuous learning, there still remain two major challenges: (1) As the number of tasks grows, simple parameter expansion strategies can lead to excessively large models. (2) Modifying the parameters of the existing router results in the erosion of previously acquired knowledge. In this paper, we present an innovative framework named LLaVA-CMoE, which is a continuous Mixture of Experts (MoE) architecture without any replay data. Specifically, we have developed a method called Probe-Guided Knowledge Extension (PGKE), which employs probe experts to assess whether additional knowledge is required for a specific layer. This approach enables the model to adaptively expand its network parameters based on task distribution, thereby significantly improving the efficiency of parameter expansion. Additionally, we introduce a hierarchical routing algorithm called Probabilistic Task Locator (PTL), where high-level routing captures inter-task information and low-level routing focuses on intra-task details, ensuring that new task experts do not interfere with existing ones. Our experiments shows that our efficient architecture has substantially improved model performance on the Coin benchmark while maintaining a reasonable parameter count.

📄 PDF Abstract BibTeX arXiv:2503.21227

Code (0)

등록된 구현이 없습니다.

Tasks

Mixture-of-Experts

Similar Papers 제목 키워드 기반

CMoE: Fast Carving of Mixture-of-Experts for Efficient LLM Inference

2025-02-06 · Zehua Pei, Lancheng Zou, Hui-Ling Zhen, Xianzhi Yu 외

Large language models (LLMs) achieve impressive performance by scaling model parameters, but this comes with significant inference overhead. Feed-forward networks (FFNs), which dominate LLM parameters, exhibit high activ…

Mixture-of-Experts

Dynamic Mixture of Experts Against Severe Distribution Shifts

2025-11-24 · Donghu Kim arxiv

The challenge of building neural networks that can continuously learn and adapt to evolving data streams is central to the fields of continual learning (CL) and reinforcement learning (RL). This lifelong learning problem…

Reinforcement LearningContinual Learning

Shortcut-connected Expert Parallelism for Accelerating Mixture-of-Experts

2024-04-07 · Weilin Cai, Juyong Jiang, Le Qin, Junwei Cui 외

Expert parallelism has emerged as a key strategy for distributing the computational workload of sparsely-gated mixture-of-experts (MoE) models across multiple devices, enabling the processing of increasingly large-scale …

Mixture-of-Experts

SpecMoE: A Fast and Efficient Mixture-of-Experts Inference via Self-Assisted Speculative Decoding

2026-04-11 · Jehyeon Bang, Eunyeong Cho, Ranggi Hwang, Jinha Chung 외 arxiv

The Mixture-of-Experts (MoE) architecture has emerged as a promising approach to mitigate the rising computational costs of large language models (LLMs) by selectively activating parameters. However, its high memory requ…

MCMoE: Completing Missing Modalities with Mixture of Experts for Incomplete Multimodal Action Quality Assessment

2025-11-21 · Huangbiao Xu, Huanqi Wu, Xiao Ke, Junyi Wu 외 arxiv

Multimodal Action Quality Assessment (AQA) has recently emerged as a promising paradigm. By leveraging complementary information across shared contextual cues, it enhances the discriminative evaluation of subtle intra-cl…

Action Quality AssessmentRepresentation Learning