paper-with-me

홈 › Papers

DyMoE: Dynamic Expert Orchestration with Mixed-Precision Quantization for Efficient MoE Inference on Edge

2026-03-19 · Yuegui Huang, Zhiyuan Fang, Weiqi Luo, Ruoyu Wu, Wuhui Chen, Zibin Zheng arxiv

Despite the computational efficiency of MoE models, the excessive memory footprint and I/O overhead inherent in multi-expert architectures pose formidable challenges for real-time inference on resource-constrained edge platforms. While existing static methods struggle with a rigid latency-accuracy trade-off, we observe that expert importance is highly skewed and depth-dependent. Motivated by these insights, we propose DyMoE, a dynamic mixed-precision quantization framework designed for high-performance edge inference. Leveraging insights into expert importance skewness and depth-dependent sensitivity, DyMoE introduces: (1) importance-aware prioritization to dynamically quantize experts at runtime; (2) depth-adaptive scheduling to preserve semantic integrity in critical layers; and (3) look-ahead prefetching to overlap I/O stalls. Experimental results on commercial edge hardware show that DyMoE reduces Time-to-First-Token (TTFT) by 3.44x-22.7x and up to a 14.58x speedup in Time-Per-Output-Token (TPOT) compared to state-of-the-art offloading baselines, enabling real-time, accuracy-preserving MoE inference on resource-constrained edge devices.

📄 PDF Abstract BibTeX arXiv:2603.19172

Code (0)

등록된 구현이 없습니다.

Tasks

Computational Efficiency

Similar Papers 제목 키워드 기반

On Token's Dilemma: Dynamic MoE with Drift-Aware Token Assignment for Continual Learning of Large Vision Language Models

2026-03-29 · Chongyang Zhao, Mingsong Li, Haodong Lu, Dong Gong arxiv

Multimodal Continual Instruction Tuning aims to continually enhance Large Vision Language Models (LVLMs) by learning from new data without forgetting previously acquired knowledge. Mixture of Experts (MoE) architectures …

Continual Learning

Dynamic Mixture-of-Experts for Incremental Graph Learning

2025-08-13 · Lecheng Kong, Theodore Vasiloudis, Seongjun Yun, Han Xie 외 arxiv

Graph incremental learning is a learning paradigm that aims to adapt trained models to continuously incremented graphs and data over time without the need for retraining on the full dataset. However, regular graph machin…

Class Incremental LearningGraph Learning

HOBBIT: A Mixed Precision Expert Offloading System for Fast MoE Inference

2024-11-03 · Peng Tang, Jiacheng Liu, Xiaofeng Hou, YiFei PU 외

The Mixture-of-Experts (MoE) architecture has demonstrated significant advantages in the era of Large Language Models (LLMs), offering enhanced capabilities with reduced inference costs. However, deploying MoE-based LLMs…

Mixture-of-Experts

MxMoE: Mixed-precision Quantization for MoE with Accuracy and Performance Co-Design

2025-05-09 · Haojie Duanmu, Xiuhong Li, Zhihang Yuan, Size Zheng 외

Mixture-of-Experts (MoE) models face deployment challenges due to their large parameter counts and computational demands. We explore quantization for MoE models and highlight two key insights: 1) linear blocks exhibit va…

Mixture-of-ExpertsQuantizationSensitivity

MoPEQ: Mixture of Mixed Precision Quantized Experts

2025-09-02 · Krishna Teja Chitty-Venkata, Jie Ye, Murali Emani arxiv

Large Language and Vision Models using a Mixture-of-Experts (MoE) architecture pose significant challenges for deployment due to their computational and memory demands. Mixed Precision Quantization assigns different prec…