paper-with-me

홈 › Papers

AdapMoE: Adaptive Sensitivity-based Expert Gating and Management for Efficient MoE Inference

2024-08-19 · Shuzhang Zhong, Ling Liang, YuAn Wang, Runsheng Wang, Ru Huang, Meng Li

Mixture-of-Experts (MoE) models are designed to enhance the efficiency of large language models (LLMs) without proportionally increasing the computational demands. However, their deployment on edge devices still faces significant challenges due to high on-demand loading overheads from managing sparsely activated experts. This paper introduces AdapMoE, an algorithm-system co-design framework for efficient MoE inference. AdapMoE features adaptive expert gating and management to reduce the on-demand loading overheads. We observe the heterogeneity of experts loading across layers and tokens, based on which we propose a sensitivity-based strategy to adjust the number of activated experts dynamically. Meanwhile, we also integrate advanced prefetching and cache management techniques to further reduce the loading latency. Through comprehensive evaluations on various platforms, we demonstrate AdapMoE consistently outperforms existing techniques, reducing the average number of activated experts by 25% and achieving a 1.35x speedup without accuracy degradation. Code is available at: https://github.com/PKU-SEC-Lab/AdapMoE.

📄 PDF Abstract BibTeX arXiv:2408.10284

Code (1)

pku-sec-lab/adapmoe 공식 구현 pytorch

Tasks

ManagementMixture-of-ExpertsSensitivity

Methods 이 논문이 사용한 방법론

MoE 설명 없음

Similar Papers 제목 키워드 기반

DA-MoE: Addressing Depth-Sensitivity in Graph-Level Analysis through Mixture of Experts

2024-11-05 · Zelin Yao, Chuang Liu, Xianke Meng, Yibing Zhan 외

Graph neural networks (GNNs) are gaining popularity for processing graph-structured data. In real-world scenarios, graph data within the same dataset can vary significantly in scale. This variability leads to depth-sensi…

Mixture-of-ExpertsSensitivity

Towards Adaptive Continual Model Merging via Manifold-Aware Expert Evolution

2026-04-24 · Haiyun Qiu, Xingyu Wu, Kay Chen Tan arxiv

Continual Model Merging (CMM) sequentially integrates task-specific models into a unified architecture without intensive retraining. However, existing CMM methods are hindered by a fundamental saturation-redundancy dilem…

Adaptive Gating in Mixture-of-Experts based Language Models

2023-10-11 · Jiamin Li, Qiang Su, Yitao Yang, Yimin Jiang 외

Large language models, such as OpenAI's ChatGPT, have demonstrated exceptional language understanding capabilities in various NLP tasks. Sparsely activated mixture-of-experts (MoE) has emerged as a promising solution for…

Mixture-of-Experts

Beyond Independent Optimization: Compression, MoE Routing, and Quantization Interactions in Multimodal Edge Intelligence

2026-07-23 · Jay Gor, Karm Dave, Akshita Abrol, Rajesh Gupta 외 arxiv

Efficient multimodal inference is increasingly constrained not only by model quality or FLOP count, but also by the cost of preserving, moving, routing, caching, and quantizing multimodal representations under latency, m…

A Novel Experts Advice Aggregation Framework Using Deep Reinforcement Learning for Portfolio Management

2022-12-29 · Mohammadamin Fazli, Mahdi Lashkari, Hamed Taherkhani, Jafar Habibi

Solving portfolio management problems using deep reinforcement learning has been getting much attention in finance for a few years. We have proposed a new method using experts signals and historical price data to feed in…

Deep Reinforcement LearningManagementreinforcement-learningReinforcement Learning+1