Learning-Based TSP-Solvers Tend to Be Overly Greedy
Xiayang Li, Shihua Zhang

TL;DR
This paper investigates the tendency of deep learning-based TSP solvers to behave greedily, especially out-of-distribution, revealing their limitations and proposing data augmentation techniques to improve their generalization.
Contribution
The study introduces a statistical measure to analyze dataset properties, uncovers the greedy behavior of learning-based TSP solvers, and develops augmentation methods to enhance their robustness.
Findings
Learning-based TSP solvers tend to be overly greedy.
Augmentation with distribution shifts degrades solver performance.
Fine-tuning with augmented data improves generalization.
Abstract
Deep learning has shown significant potential in solving combinatorial optimization problems such as the Euclidean traveling salesman problem (TSP). However, most training and test instances for existing TSP algorithms are generated randomly from specific distributions like uniform distribution. This has led to a lack of analysis and understanding of the performance of deep learning algorithms in out-of-distribution (OOD) generalization scenarios, which has a close relationship with the worst-case performance in the combinatorial optimization field. For data-driven algorithms, the statistical properties of randomly generated datasets are critical. This study constructs a statistical measure called nearest-neighbor density to verify the asymptotic properties of randomly generated datasets and reveal the greedy behavior of learning-based solvers, i.e., always choosing the nearest neighbor…
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
TopicsMetaheuristic Optimization Algorithms Research · AI-based Problem Solving and Planning · Machine Learning and Algorithms
