TL;DR
This paper demonstrates that Graph Neural Networks can effectively learn to solve the decision version of the NP-Complete Traveling Salesperson Problem with minimal supervision, generalizing to larger instances and predicting near-optimal costs.
Contribution
The authors introduce a GNN-based approach that learns to solve decision TSP instances with high accuracy and generalizes to larger problem sizes, a novel application of GNNs to NP-Complete problems.
Findings
Achieved 80% accuracy with ±2% deviation in training.
Model generalizes to larger problem sizes and relaxed deviations.
Capable of predicting route costs within 2% of the ground truth.
Abstract
Graph Neural Networks (GNN) are a promising technique for bridging differential programming and combinatorial domains. GNNs employ trainable modules which can be assembled in different configurations that reflect the relational structure of each problem instance. In this paper, we show that GNNs can learn to solve, with very little supervision, the decision variant of the Traveling Salesperson Problem (TSP), a highly relevant -Complete problem. Our model is trained to function as an effective message-passing algorithm in which edges (embedded with their weights) communicate with vertices for a number of iterations after which the model is asked to decide whether a route with cost exists. We show that such a network can be trained with sets of dual examples: given the optimal tour cost , we produce one decision instance with target cost smaller and one…
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.
