paper-with-me

홈 › Papers

Alloc-MoE: Budget-Aware Expert Activation Allocation for Efficient Mixture-of-Experts Inference

2026-04-09 · Baihui Liu, Kaiyuan Tian, Wei Wang, Zhaoning Zhang, Linbo Qiao, Dongsheng Li arxiv

Mixture-of-Experts (MoE) has become a dominant architecture for scaling large language models due to their sparse activation mechanism. However, the substantial number of expert activations creates a critical latency bottleneck during inference, especially in resource-constrained deployment scenarios. Existing approaches that reduce expert activations potentially lead to severe model performance degradation. In this work, we introduce the concept of \emph{activation budget} as a constraint on the number of expert activations and propose Alloc-MoE, a unified framework that optimizes budget allocation coordinately at both the layer and token levels to minimize performance degradation. At the layer level, we introduce Alloc-L, which leverages sensitivity profiling and dynamic programming to determine the optimal allocation of expert activations across layers. At the token level, we propose Alloc-T, which dynamically redistributes activations based on routing scores, optimizing budget allocation without increasing latency. Extensive experiments across multiple MoE models demonstrate that Alloc-MoE maintains model performance under a constrained activation budget. Especially, Alloc-MoE achieves $1.15\times$ prefill and $1.34\times$ decode speedups on DeepSeek-V2-Lite at half of the original budget.

📄 PDF Abstract BibTeX arXiv:2604.08133

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

AnyExperts: On-Demand Expert Allocation for Multimodal Language Models with Mixture of Expert

2025-11-23 · Yuting Gao, Wang Lan, Hengyuan Zhao, Linjiang Huang 외 arxiv

Multimodal Mixture-of-Experts (MoE) models offer a promising path toward scalable and efficient large vision-language systems. However, existing approaches rely on rigid routing strategies (typically activating a fixed n…

BitsMoE: Efficient Spectral Energy-Guided Bit Allocation for MoE LLM Quantization

2026-05-22 · Jiayu Zhao, Zihan Teng, Minhao Fan, Tianrui Ma 외 arxiv

Mixture-of-Experts (MoE) large language models reduce per-token computation through sparse expert activation, but their deployment remains memory-intensive because all expert weights must be kept resident in memory. Exis…

AlphaQ: Calibration-Free Bit Allocation for Mixture-of-Experts Quantization

2026-06-03 · Wanqi Yang, Yuexiao Ma, Alexander Conzelmann, Xiawu Zheng 외 arxiv

Mixture-of-Experts (MoE) architectures scale model capacity through sparse expert activation, but their deployment remains memory-bound because all expert weights must reside in memory. Mixed-precision quantization can s…

Selective Annotation via Data Allocation: These Data Should Be Triaged to Experts for Annotation Rather Than the Model

2024-05-20 · Chen Huang, Yang Deng, Wenqiang Lei, Jiancheng Lv 외

To obtain high-quality annotations under limited budget, semi-automatic annotation methods are commonly used, where a portion of the data is annotated by experts and a model is then trained to complete the annotations fo…

Dynamic Expert Quantization for Scalable Mixture-of-Experts Inference

2025-11-19 · Kexin Chu, Dawei Xiang, Zixu Shen, Yiwei Yang 외 arxiv

Mixture-of-Experts (MoE) has become a practical architecture for scaling LLM capacity while keeping per-token compute modest, but deploying MoE models on a single, memory-limited GPU remains difficult because expert weig…