paper-with-me

Papers

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

2025-10-24 · Yuxin Pan, Zhiguang Cao, Chengyang Gu, Liu Liu, Peilin Zhao, Yize Chen, Fangzhen Lin arxiv

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.

📄 PDF Abstract BibTeX arXiv:2510.21453

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

MVMoE: Multi-Task Vehicle Routing Solver with Mixture-of-Experts

2024-05-02 · Jianan Zhou, Zhiguang Cao, Yaoxin Wu, Wen Song 외

Learning to solve vehicle routing problems (VRPs) has garnered much attention. However, most neural solvers are only structured and trained independently on a specific problem, making them less generic and practical. In …

Combinatorial OptimizationMixture-of-ExpertsMulti-Task LearningOut-of-Distribution Generalization+1

Efficient Neural Combinatorial Optimization Solver for the Min-max Heterogeneous Capacitated Vehicle Routing Problem

2025-07-28 · Xuan Wu, Di Wang, Chunguo Wu, Kaifang Qi 외 arxiv

Numerous Neural Combinatorial Optimization (NCO) solvers have been proposed to address Vehicle Routing Problems (VRPs). However, most of these solvers focus exclusively on single-vehicle VRP variants, overlooking the mor…

Reinforcement Learning

Distance-aware Attention Reshaping: Enhance Generalization of Neural Solver for Large-scale Vehicle Routing Problems

2024-01-13 · Yang Wang, Ya-Hui Jia, Wei-neng Chen, Yi Mei

Neural solvers based on attention mechanism have demonstrated remarkable effectiveness in solving vehicle routing problems. However, in the generalization process from small scale to large scale, we find a phenomenon of …

Integrated routing for a vehicle-robot pickup and delivery system with time constraints

2022-02-09 · Yongjian Li, Yan Chen, Gaicong Guo, Huiwen Wu 외

This paper considers an unmanned vehicle-robot pickup and delivery system, in which a self-driving vehicle carrying multiple unmanned robots in the form of the mother ship travels from a depot to a number of stations dis…

Lifelong Learning with Behavior Consolidation for Vehicle Routing

2025-09-26 · Jiyuan Pei, Yi Mei, Jialin Liu, Mengjie Zhang 외 arxiv

Recent neural solvers have demonstrated promising performance in learning to solve routing problems. However, existing studies are primarily based on one-off training on one or a set of predefined problem distributions a…

Zero-shot Generalization