MVMoE: Multi-Task Vehicle Routing Solver with Mixture-of-Experts
Jianan Zhou, Zhiguang Cao, Yaoxin Wu, Wen Song, Yining Ma, Jie Zhang,, Chi Xu

TL;DR
This paper introduces MVMoE, a multi-task neural vehicle routing solver with a mixture-of-experts architecture, enabling it to handle multiple VRP variants efficiently and with strong zero-shot generalization.
Contribution
The paper presents a novel multi-task VRP solver using mixture-of-experts with hierarchical gating, improving generalization and computational efficiency across diverse VRP variants.
Findings
Significantly improves zero-shot generalization on unseen VRP variants.
Demonstrates competitive results on real-world benchmark instances.
Hierarchical gating outperforms other MoE configurations on out-of-distribution data.
Abstract
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 this paper, we aim to develop a unified neural solver that can cope with a range of VRP variants simultaneously. Specifically, we propose a multi-task vehicle routing solver with mixture-of-experts (MVMoE), which greatly enhances the model capacity without a proportional increase in computation. We further develop a hierarchical gating mechanism for the MVMoE, delivering a good trade-off between empirical performance and computational complexity. Experimentally, our method significantly promotes zero-shot generalization performance on 10 unseen VRP variants, and showcases decent results on the few-shot setting and real-world benchmark instances. We further conduct…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
Taxonomy
TopicsTransportation and Mobility Innovations · Vehicle Routing Optimization Methods · Multi-Agent Systems and Negotiation
MethodsMixture of Experts
