LLM Reasoning 相关度: 6/10

Bridging Local and Global Knowledge: Cascaded Mixture-of-Experts Learning for Near-Shortest Path Routing

Yung-Fu Chen, Anish Arora
arXiv: 2603.15541v1 发布: 2026-03-16 更新: 2026-03-16

AI 摘要

提出了一个用于近最短路径路由的级联混合专家模型,提升稀疏网络路由精度。

主要贡献

  • 提出了Cascaded Mixture of Experts (Ca-MoE)架构
  • 引入在线元学习策略,防止灾难性遗忘
  • 在稀疏网络中显著提升了路由精度

方法论

采用两层MoE架构,下层专家处理局部特征,上层专家处理全局特征,自适应触发上层专家,并结合在线元学习进行微调。

原文摘要

While deep learning models that leverage local features have demonstrated significant potential for near-optimal routing in dense Euclidean graphs, they struggle to generalize well in sparse networks where topological irregularities require broader structural awareness. To address this limitation, we train a Cascaded Mixture of Experts (Ca-MoE) to solve the all-pairs near-shortest path (APNSP) routing problem. Our Ca-MoE is a modular two-tier architecture that supports the decision-making for forwarder selection with lower-tier experts relying on local features and upper-tier experts relying on global features. It performs adaptive inference wherein the upper-tier experts are triggered only when the lower-tier ones do not suffice to achieve adequate decision quality. Computational efficiency is thus achieved by escalating model capacity only when necessitated by topological complexity, and parameter redundancy is avoided. Furthermore, we incorporate an online meta-learning strategy that facilitates independent expert fine-tuning and utilizes a stability-focused update mechanism to prevent catastrophic forgetting as new graph environments are encountered. Experimental evaluations demonstrate that Ca-MoE routing improves accuracy by up to 29.1% in sparse networks compared to single-expert baselines and maintains performance within 1%-6% of the theoretical upper bound across diverse graph densities.

标签

路由算法 深度学习 混合专家模型 图神经网络 元学习

arXiv 分类

cs.LG cs.NI