Multi-Task Learning for Routing Problem with Cross-Problem Zero-Shot Generalization
Fei Liu, Xi Lin, Zhenkun Wang, Qingfu Zhang, Xialiang Tong, Mingxuan, Yuan

TL;DR
This paper introduces a unified neural model for vehicle routing problems that generalizes across different problem types without retraining, significantly improving performance over existing methods in diverse scenarios.
Contribution
The work presents the first approach to cross-problem generalization in VRPs using attribute composition, enabling a single model to solve multiple variants with unseen attribute combinations.
Findings
Achieved around 5% average gap on multiple VRP variants.
Reduced performance gap from over 20% to about 5%.
Demonstrated effectiveness on real-world logistics scenarios.
Abstract
Vehicle routing problems (VRPs), which can be found in numerous real-world applications, have been an important research topic for several decades. Recently, the neural combinatorial optimization (NCO) approach that leverages a learning-based model to solve VRPs without manual algorithm design has gained substantial attention. However, current NCO methods typically require building one model for each routing problem, which significantly hinders their practical application for real-world industry problems with diverse attributes. In this work, we make the first attempt to tackle the crucial challenge of cross-problem generalization. In particular, we formulate VRPs as different combinations of a set of shared underlying attributes and solve them simultaneously via a single model through attribute composition. In this way, our proposed model can successfully solve VRPs with unseen…
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
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsMachine Learning and ELM · Optimization and Search Problems · Text and Document Classification Technologies
MethodsSparse Evolutionary Training
