paper-with-me

홈 › Papers

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

2025-02-06 · Zehua Pei, Lancheng Zou, Hui-Ling Zhen, Xianzhi Yu, Wulong Liu, Sinno Jialin Pan, Mingxuan Yuan, Bei 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 activation sparsity in hidden neurons. To exploit this, researchers have proposed using a mixture-of-experts (MoE) architecture, where only a subset of parameters is activated. However, existing approaches often require extensive training data and resources, limiting their practicality. We propose CMoE (Carved MoE), a novel framework to efficiently carve MoE models from dense models. CMoE achieves remarkable performance through efficient expert grouping and lightweight adaptation. First, neurons are grouped into shared and routed experts based on activation rates. Next, we construct a routing mechanism without training from scratch, incorporating a differentiable routing process and load balancing. Using modest data, CMoE produces a well-designed, usable MoE from a 7B dense model within five minutes. With lightweight fine-tuning, it achieves high-performance recovery in under an hour. We make our code publicly available at https://github.com/JarvisPei/CMoE.

📄 PDF Abstract BibTeX arXiv:2502.04416

Code (1)

JarvisPei/CMoE 공식 구현 pytorch

Tasks

Mixture-of-Experts

Methods 이 논문이 사용한 방법론

MoE 설명 없음

Similar Papers 제목 키워드 기반

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

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

Unchosen Experts Can Contribute Too: Unleashing MoE Models' Power by Self-Contrast

2024-05-23 · Chufan Shi, Cheng Yang, Xinyu Zhu, Jiahao Wang 외

Mixture-of-Experts (MoE) has emerged as a prominent architecture for scaling model size while maintaining computational efficiency. In MoE, each token in the input sequence activates a different subset of experts determi…

Computational EfficiencyGSM8KHumanEvalmbpp+2

SecMoE: Communication-Efficient Secure MoE Inference via Select-Then-Compute

2026-01-11 · Bowen Shen, Yuyue Chen, Peng Yang, Bin Zhang 외 arxiv

Privacy-preserving Transformer inference has gained attention due to the potential leakage of private information. Despite recent progress, existing frameworks still fall short of practical model scales, with gaps up to …