Too Big, so Fail? -- Enabling Neural Construction Methods to Solve Large-Scale Routing Problems
Jonas K. Falkner, Lars Schmidt-Thieme

TL;DR
This paper demonstrates that neural construction methods for large-scale routing problems struggle to generalize and proposes a ruin recreate approach that improves their performance by focusing on localized problem reconstruction.
Contribution
The paper introduces a neural ruin recreate method that enhances neural construction approaches for large-scale routing problems by limiting the scope of application to smaller, localized subproblems.
Findings
Neural construction methods fail to generalize to larger instances.
Ruin recreate approach outperforms sampling and beam search methods.
Our method surpasses advanced local search techniques in several experiments.
Abstract
In recent years new deep learning approaches to solve combinatorial optimization problems, in particular NP-hard Vehicle Routing Problems (VRP), have been proposed. The most impactful of these methods are sequential neural construction approaches which are usually trained via reinforcement learning. Due to the high training costs of these models, they usually are trained on limited instance sizes (e.g. serving 100 customers) and later applied to vastly larger instance size (e.g. 2000 customers). By means of a systematic scale-up study we show that even state-of-the-art neural construction methods are outperformed by simple heuristics, failing to generalize to larger problem instances. We propose to use the ruin recreate principle that alternates between completely destroying a localized part of the solution and then recreating an improved variant. In this way, neural construction…
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
TopicsVehicle Routing Optimization Methods
MethodsPOMO
