paper-with-me

홈 › Papers

fMoE: Fine-Grained Expert Offloading for Large Mixture-of-Experts Serving

2025-02-07 · Hanfei Yu, Xingqi Cui, Hong Zhang, Hao Wang

Large Language Models (LLMs) have gained immense success in revolutionizing various applications, including content generation, search and recommendation, and AI-assisted operation. To reduce high training costs, Mixture-of-Experts (MoE) architecture has become a popular backbone for modern LLMs. However, despite the benefits, serving MoE-based LLMs experience severe memory inefficiency due to sparsely activated experts. Recent studies propose to offload inactive experts from GPU memory to CPU memory to improve the serving efficiency of MoE models. However, they either incur high inference latency or high model memory footprints due to coarse-grained designs. To tame the latency-memory trade-off in MoE serving, we present fMoE, a fine-grained expert offloading system for MoE serving that achieves low inference latency with memory efficiency. We design fMoE to extract fine-grained expert selection patterns from MoE models and semantic hints from input prompts to efficiently guide expert prefetching, caching, and offloading decisions. fMoE is prototyped on top of HuggingFace Transformers and deployed on a six-GPU testbed. Experiments with open-source MoE models and real-world workloads show that fMoE reduces inference latency by 47% and improves expert hit rate by 36% over state-of-the-art solutions.

📄 PDF Abstract BibTeX arXiv:2502.05370

Code (0)

등록된 구현이 없습니다.

Tasks

CPUGPUMixture-of-Experts

Methods 이 논문이 사용한 방법론

MoE 설명 없음

Similar Papers 제목 키워드 기반

PrefMoE: Robust Preference Modeling with Mixture-of-Experts Reward Learning

2026-05-01 · Ziqin Yuan, Ruiqi Wang, Dezhong Zhao, Baijian Yang 외 arxiv

Preference-based reinforcement learning offers a scalable alternative to manual reward engineering by learning reward structures from comparative feedback. However, large-scale preference datasets, whether collected from…

Reinforcement Learning

DiffMoE: Dynamic Token Selection for Scalable Diffusion Transformers

2025-03-18 · Minglei Shi, Ziyang Yuan, Haotian Yang, Xintao Wang 외

Diffusion models have demonstrated remarkable success in various image generation tasks, but their performance is often limited by the uniform processing of inputs across varying conditions and noise levels. To address t…

Image GenerationText to Image GenerationText-to-Image Generation

M$^2$FMoE: Multi-Resolution Multi-View Frequency Mixture-of-Experts for Extreme-Adaptive Time Series Forecasting

2026-01-13 · Yaohui Huang, Runmin Zou, Yun Wang, Laeeq Aslam 외 arxiv

Forecasting time series with extreme events is critical yet challenging due to their high variance, irregular dynamics, and sparse but high-impact nature. While existing methods excel in modeling dominant regular pattern…

Time Series Forecasting

Expert Streaming: Accelerating Low-Batch MoE Inference via Multi-chiplet Architecture and Dynamic Expert Trajectory Scheduling

2026-03-29 · Songchen Ma, Hongyi Li, Weihao Zhang, Yonghao Tan 외 arxiv

Mixture-of-Experts is a promising approach for edge AI with low-batch inference. Yet, on-device deployments often face limited on-chip memory and severe workload imbalance; the prevalent use of offloading further incurs …

Continual Traffic Forecasting via Mixture of Experts

2024-06-05 · SangHyun Lee, Chanyoung Park

The real-world traffic networks undergo expansion through the installation of new sensors, implying that the traffic patterns continually evolve over time. Incrementally training a model on the newly added sensors would …

Continual LearningMixture-of-Experts