arXiv:2601.03992cs.DCcs.AI2026-01被引 1

提升边缘GPU-NDP系统上MoE模型推理效率

A Scheduling Framework for Efficient MoE Inference on Edge GPU-NDP Systems

  • 利用张量并行将大专家参数分摊到多个NDP单元协同计算
  • 负载均衡调度使GPU与NDP资源利用率最大化,平均提速2.41倍
  • 无需数据预分析,主动预加载高频访问专家,减少激活延迟

混合专家(MoE)模型通过解耦模型容量与活跃计算,支持边缘部署,但其庞大的内存开销要求具备近数据处理(NDP)能力的GPU系统,将专家卸载至专用处理单元。然而,在边缘GPU-NDP系统上部署MoE模型面临三大挑战:1)因专家选择不均和专家并行导致的NDP单元严重负载不均;2)NDP单元内专家计算时GPU利用率不足;3)由于专家激活模式不可预测,需大量数据预分析以实现预取。为此,本文提出一种高效推理框架,包含三项关键优化:首先,挖掘MoE推理中未被充分利用的张量并行,将大型专家参数跨多个NDP单元并行划分与计算,适用于边缘低批量场景;其次,设计负载均衡感知调度算法,动态分配专家计算任务至NDP单元与GPU,最大化资源利用率;最后,采用无数据集依赖的预取策略,主动加载频繁访问的专家,降低激活延迟。实验结果表明,该框架在端到端延迟上相较现有最优方法平均提升2.41倍,最高达2.56倍,显著提升了资源受限环境下的MoE推理效率。

原文摘要 · Abstract (English)

Mixture-of-Experts (MoE) models facilitate edge deployment by decoupling model capacity from active computation, yet their large memory footprint drives the need for GPU systems with near-data processing (NDP) capabilities that offload experts to dedicated processing units. However, deploying MoE models on such edge-based GPU-NDP systems faces three critical challenges: 1) severe load imbalance across NDP units due to non-uniform expert selection and expert parallelism, 2) insufficient GPU utilization during expert computation within NDP units, and 3) extensive data pre-profiling necessitated by unpredictable expert activation patterns for pre-fetching. To address these challenges, this paper proposes an efficient inference framework featuring three key optimizations. First, the underexplored tensor parallelism in MoE inference is exploited to partition and compute large expert parameters across multiple NDP units simultaneously towards edge low-batch scenarios. Second, a load-balancing-aware scheduling algorithm distributes expert computations across NDP units and GPU to maximize resource utilization. Third, a dataset-free pre-fetching strategy proactively loads frequently accessed experts to minimize activation delays. Experimental results show that our framework enables GPU-NDP systems to achieve 2.41x on average and up to 2.56x speedup in end-to-end latency compared to state-of-the-art approaches, significantly enhancing MoE inference efficiency in resource-constrained environments.

MoE推理边缘计算NDP负载均衡

Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。