PulseAugur
实时 09:14:31
English(EN) Router Sensitivity Under Lightweight Fine-Tuning Identifies Prunable Experts in Mixture-of-Experts Models

轻量级微调剪枝MoE模型,减小尺寸和延迟

研究人员开发了一种使用轻量级微调技术剪枝混合专家(MoE)模型中专家的方法。通过应用LoRA等参数高效适配器,他们可以根据路由器敏感度识别并移除不太关键的专家,从而在不显著降低准确性的情况下显著减小模型尺寸和延迟。该方法在Mixtral-8x7B-Instruct和Qwen1.5-MoE等模型上被证明是有效的,即使移除了一半的专家也能保持具有竞争力的性能。 AI

影响 实现了MoE模型中大规模专家剪枝的实用化,降低了部署成本并提高了效率。

排序理由 详细介绍MoE模型优化新方法的学术论文。[lever_c_demoted from research: ic=1 ai=1.0]

在 arXiv cs.AI 阅读 →

AI 生成摘要 · Google Gemini · 来自 1 个来源。 我们如何撰写摘要 →

轻量级微调剪枝MoE模型,减小尺寸和延迟

报道来源 [1]

  1. arXiv cs.AI TIER_1 English(EN) · Ali Janati, Kaoutar El Maghraoui, Xinyi Luo, Wenyuan Shen, Owen Zou, Yankai Mao ·

    轻量级微调下的路由器敏感性识别混合专家模型中的可剪枝专家

    arXiv:2608.07890v1 Announce Type: cross Abstract: Mixture-of-Experts (MoE) models decouple total parameters from per-token compute, but deployment still requires storing every expert. Recent theory shows that pruning experts with the smallest router-norm changes during fine-tunin…