arXiv:2510.21453cs.AIcs.LG2025-10NeurIPS被引 6

用专家协作方法提升多任务路径规划模型的性能与泛化能力

Multi-Task Vehicle Routing Solver via Mixture of Specialized Experts under State-Decomposable MDP

  • 将路径问题分解为基础模块,通过专用专家协同求解
  • 在多种路径任务上表现优于现有统一模型,精度显著提升
  • 适合需要高效处理多类型物流路径问题的研究与应用

现有神经网络方法对多任务车辆路径问题(VRP)通常采用统一求解器同时处理多种约束,但忽略了各类变体之间的组合结构——每种变体均可由一组基础变体组合而成。这一疏漏导致统一求解器无法充分利用专用于基础变体的优化策略。为此,本文提出一种框架,使统一求解器能主动识别并复用基础求解器,同时避免神经求解器数量的指数增长。核心是提出状态可分解马尔可夫决策过程(SDMDP),将状态空间表示为对应基础变体状态空间的笛卡尔积,并自然导出每个基础变体的最优策略。进一步提出基于潜在空间的扩展版本,融合最优基础策略与可学习混合函数,在潜在空间实现策略复用。在合理假设下,该机制可通过混合函数精确恢复出最优统一策略。实际实现中,提出混合专家求解器(MoSES),以低秩适配(LoRA)专家实现基础策略,通过自适应门控机制实现混合函数。大量实验表明,MoSES在多种VRP变体上均显著优于先前方法。

原文摘要 · Abstract (English)

Existing neural methods for multi-task vehicle routing problems (VRPs) typically learn unified solvers to handle multiple constraints simultaneously. However, they often underutilize the compositional structure of VRP variants, each derivable from a common set of basis VRP variants. This critical oversight causes unified solvers to miss out the potential benefits of basis solvers, each specialized for a basis VRP variant. To overcome this limitation, we propose a framework that enables unified solvers to perceive the shared-component nature across VRP variants by proactively reusing basis solvers, while mitigating the exponential growth of trained neural solvers. Specifically, we introduce a State-Decomposable MDP (SDMDP) that reformulates VRPs by expressing the state space as the Cartesian product of basis state spaces associated with basis VRP variants. More crucially, this formulation inherently yields the optimal basis policy for each basis VRP variant. Furthermore, a Latent Space-based SDMDP extension is developed by incorporating both the optimal basis policies and a learnable mixture function to enable the policy reuse in the latent space. Under mild assumptions, this extension provably recovers the optimal unified policy of SDMDP through the mixture function that computes the state embedding as a mapping from the basis state embeddings generated by optimal basis policies. For practical implementation, we introduce the Mixture-of-Specialized-Experts Solver (MoSES), which realizes basis policies through specialized Low-Rank Adaptation (LoRA) experts, and implements the mixture function via an adaptive gating mechanism. Extensive experiments conducted across VRP variants showcase the superiority of MoSES over prior methods.

路径规划专家系统强化学习多任务学习

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