PulseAugur
实时 11:42:29

新的MoE路由方法超越简单不确定性优化专家使用

研究人员正在为混合专家(MoE)模型开发先进的路由机制,特别是那些使用低秩适应(LoRA)的模型。新的方法如VI-MoLE和CARE不再仅仅基于不确定性进行路由,而是专注于根据“信息价值”或“置信度自适应路由”来分配计算资源。这些方法旨在优化专家激活,以降低风险并提高准确性,尤其是在分布变化的情况下。论文还探讨了MoE路由中专家重叠和依赖性控制的潜在几何原理,表明虽然专家可能共享表示空间,但它们的协调使用对于性能至关重要。 AI

影响 MoE路由的进步可能带来更高效、更强大的大型语言模型。

排序理由 arXiv上发表了多篇研究论文,详细介绍了混合专家(MoE)模型的新颖路由策略。

在 arXiv cs.LG 阅读 →

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

新的MoE路由方法超越简单不确定性优化专家使用

报道来源 [8]

  1. arXiv cs.LG TIER_1 English(EN) · Tom Saliencro, Rohan Desai, Priya Nair, Maya Lindqvist, Daniel Whitmore ·

    Uncertainty Is Not Enough: Value-of-Information Routing for Mixtures of LoRA Experts

    arXiv:2608.02528v1 Announce Type: new Abstract: Mixtures of low-rank adaptation experts increase parameter-efficient capacity by routing each input through a subset of adapters. Recent dynamic routers activate more experts when the router or prediction is uncertain. This rule sil…

  2. arXiv cs.LG TIER_1 English(EN) · Tom Saliencro, Rohan Desai, Priya Nair, Maya Lindqvist, Daniel Whitmore ·

    Spend Experts Where You Are Unsure: Confidence-Adaptive Routing for Mixture-of-Experts LoRA

    arXiv:2607.26052v2 Announce Type: replace Abstract: Mixture-of-Experts (MoE) variants of Low-Rank Adaptation (LoRA) route every token to a fixed number of experts $k$. Tokens differ in how uncertain the model is about them, so a single k over-spends on easy tokens and under-serve…

  3. arXiv cs.LG TIER_1 English(EN) · Richard Yi Da Xu ·

    分层 Copula-Gumbel-Top-\texorpdfstring{$K$}{K} 路由:固定每令牌路由定律下冻结混合专家模型 的双向依赖控制

    arXiv:2607.28670v1 Announce Type: new Abstract: A stochastic Gumbel-Top-$K$ router defines, for every token of a mixture-of-experts (MoE) model, a \emph{routing law}: a distribution over ordered expert lists and mixture weights. We ask which \emph{joint} distributions over the ro…

  4. arXiv cs.LG TIER_1 English(EN) · Huiyuan Tian, Bonan Xu, Shijian Li ·

    超越几何互补性:稀疏混合专家路由中的相干重叠

    arXiv:2607.28308v1 Announce Type: new Abstract: Sparse mixture-of-experts (MoE) language models route each token to multiple experts, suggesting a geometric account of their benefit: co-selected experts should contribute distinct representation directions. Existing evidence often…

  5. Hugging Face Daily Papers TIER_1 English(EN) ·

    超越几何互补性:稀疏混合专家路由中的相干重叠

    Sparse mixture-of-experts (MoE) language models route each token to multiple experts, suggesting a geometric account of their benefit: co-selected experts should contribute distinct representation directions. Existing evidence often conflates route coherence, candidate quality, a…

  6. Hugging Face Daily Papers TIER_1 English(EN) ·

    超越几何互补性:稀疏混合专家路由中的相干重叠

    Sparse mixture-of-experts (MoE) language models route each token to multiple experts, suggesting a geometric account of their benefit: co-selected experts should contribute distinct representation directions. Existing evidence often conflates route coherence, candidate quality, a…

  7. arXiv cs.LG TIER_1 English(EN) · Haomiao Sun, Fang He, Congyuan Ji, Xindi Tang ·

    学习优化:稀疏非欧几里得网络上的联合路由与流量分配

    arXiv:2607.23467v1 Announce Type: new Abstract: We study an integrated pickup-and-delivery problem on sparse, non-Euclidean networks that jointly optimizes cyclic routing, cargo flow allocation, and cross-cycle service. The tight coupling of these operational constraints creates …

  8. dev.to — LLM tag TIER_1 English(EN) · Hamza ·

    专家混合(MoE)解析:稀疏路由如何驱动现代大语言模型

    <p><em>Originally published at <a href="https://getyourdozai.blogspot.com/2026/08/mixture-of-experts-moe-explained-how.html" rel="noopener noreferrer">https://getyourdozai.blogspot.com/2026/08/mixture-of-experts-moe-explained-how.html</a></em></p> <p>Mixture of Experts (MoE) is a…