Towards Generalizable Neural Solvers for Vehicle Routing Problems via Ensemble with Transferrable Local Policy
Chengrui Gao, Haopu Shang, Ke Xue, Dong Li, Chao Qian

TL;DR
This paper introduces an ensemble neural policy combining local transferable features with global information to improve the generalization of vehicle routing problem solvers across different distributions and scales, including real-world scenarios.
Contribution
It proposes a novel ensemble approach with a local transferable policy integrated with a global construction policy, enhancing generalization in neural VRP solvers.
Findings
Significant improvement in cross-distribution generalization on benchmarks.
Enhanced performance on large-scale real-world VRPs.
Effective ensemble method boosts neural solver robustness.
Abstract
Machine learning has been adapted to help solve NP-hard combinatorial optimization problems. One prevalent way is learning to construct solutions by deep neural networks, which has been receiving more and more attention due to the high efficiency and less requirement for expert knowledge. However, many neural construction methods for Vehicle Routing Problems~(VRPs) focus on synthetic problem instances with specified node distributions and limited scales, leading to poor performance on real-world problems which usually involve complex and unknown node distributions together with large scales. To make neural VRP solvers more practical, we design an auxiliary policy that learns from the local transferable topological features, named local policy, and integrate it with a typical construction policy (which learns from the global information of VRP instances) to form an ensemble policy. With…
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
TopicsTraffic control and management · Traffic Prediction and Management Techniques · Vehicle Routing Optimization Methods
MethodsFocus
