GELD: A Unified Neural Model for Efficiently Solving Traveling Salesman Problems Across Different Scales
Yubin Xiao, Di Wang, Rui Cao, Xuan Wu, Boyang Li, You Zhou

TL;DR
GELD is a neural network model that efficiently solves TSPs of various sizes, including extremely large instances, by combining global and local assessment mechanisms and a two-stage training strategy.
Contribution
The paper introduces GELD, a novel neural TSP solver with a lightweight attention mechanism and multi-scale training, enabling scalable and fast solutions across different problem sizes.
Findings
Outperforms seven state-of-the-art models in solution quality and speed.
Capable of solving TSPs with up to 744,710 nodes without divide-and-conquer.
Enhances existing neural solvers' solutions via post-processing.
Abstract
The Traveling Salesman Problem (TSP) is a well-known combinatorial optimization problem with broad real-world applications. Recent advancements in neural network-based TSP solvers have shown promising results. Nonetheless, these models often struggle to efficiently solve both small- and large-scale TSPs using the same set of pre-trained model parameters, limiting their practical utility. To address this issue, we introduce a novel neural TSP solver named GELD, built upon our proposed broad global assessment and refined local selection framework. Specifically, GELD integrates a lightweight Global-view Encoder (GE) with a heavyweight Local-view Decoder (LD) to enrich embedding representation while accelerating the decision-making process. Moreover, GE incorporates a novel low-complexity attention mechanism, allowing GELD to achieve low inference latency and scalability to larger-scale…
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.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsVehicle Routing Optimization Methods · Metaheuristic Optimization Algorithms Research · Constraint Satisfaction and Optimization
