paper-with-me

Papers

eMoE: Task-aware Memory Efficient Mixture-of-Experts-Based (MoE) Model Inference

2025-03-10 · Suraiya Tairin, Shohaib Mahmud, Haiying Shen, Anand Iyer

In recent years, Mixture-of-Experts (MoE) has emerged as an effective approach for enhancing the capacity of deep neural network (DNN) with sub-linear computational costs. However, storing all experts on GPUs incurs significant memory overhead, increasing the monetary cost of MoE-based inference. To address this, we propose eMoE, a memory efficient inference system for MoE-based large language models (LLMs) by leveraging our observations from experiment measurements. eMoE reduces memory usage by predicting and loading only the required experts based on recurrent patterns in expert routing. To reduce loading latency while maintaining accuracy, as we found using the same experts for subsequent prompts has minimal impact on perplexity, eMoE invokes the expert predictor every few prompts rather than for each prompt. In addition, it skips predictions for tasks less sensitive to routing accuracy. Finally, it has task-aware scheduling to minimize inference latency by considering Service Level Objectives (SLOs), task-specific output lengths, and expert loading latencies. Experimental results show that compared to existing systems, eMoE reduces memory consumption by up to 80% while maintaining accuracy and reduces inference latency by up to 17%. It also enables processing prompts 40x longer, batches 4.5x larger, and achieves 1.5x higher throughput.

📄 PDF Abstract BibTeX arXiv:2503.06823

Code (0)

등록된 구현이 없습니다.

Tasks

Mixture-of-ExpertsScheduling

Methods 이 논문이 사용한 방법론

Golden Queue Managers 설명 없음

Similar Papers 제목 키워드 기반

MobileMoE: Scaling On-Device Mixture of Experts

2026-05-26 · Yanbei Chen, Hanxian Huang, Ernie Chang, Jacob Szwejbka 외 arxiv

Mixture-of-Experts (MoE) has become the de facto architecture for hundred-billion-parameter language models, yet its advantages at sub-billion scales for on-device deployment remain largely unexplored. To close this gap,…

TrueMoE: Dual-Routing Mixture of Discriminative Experts for Synthetic Image Detection

2025-09-19 · Laixin Zhang, Shuaibo Li, Wei Ma, Hongbin Zha arxiv

The rapid progress of generative models has made synthetic image detection an increasingly critical task. Most existing approaches attempt to construct a single, universal discriminative space to separate real from fake …

ReMoE: Boosting Expert Reuse through Router Fine-Tuning in Memory-Constrained MoE LLM Inference

2026-05-26 · Xiongwei Zhu, Xiaojian Liao, Tianyang Jiang, Yusen Zhang 외 arxiv

Fine-grained Mixture-of-Experts (MoE) models sparsely activate only a subset of experts per token, reducing activated computation while maintaining high model capacity. However, in memory-constrained inference scenarios,…

PuzzleMoE: Efficient Compression of Large Mixture-of-Experts Models via Sparse Expert Merging and Bit-packed inference

2025-11-06 · Yushu Zhao, Zheng Wang, Minjia Zhang arxiv

Mixture-of-Experts (MoE) models have shown strong potential in scaling language models efficiently by activating only a small subset of experts per input. However, their widespread deployment remains limited due to the h…

Shape Distribution Matters: Shape-specific Mixture-of-Experts for Amodal Segmentation under Diverse Occlusions

2025-08-03 · Zhixuan Li, Yujia Liu, Chen Hui, Jeonghaeng Lee 외 arxiv

Amodal segmentation targets to predict complete object masks, covering both visible and occluded regions. This task poses significant challenges due to complex occlusions and extreme shape variation, from rigid furniture…