Learning to Solve Travelling Salesman Problem with Hardness-adaptive Curriculum
Zeyang Zhang, Ziwei Zhang, Xin Wang, Wenwu Zhu

TL;DR
This paper introduces a hardness-adaptive curriculum learning approach for the TSP, enabling models to better generalize across different instance distributions by generating and utilizing instances of varying difficulty.
Contribution
It proposes a novel hardness measurement, a hardness-adaptive generator, and a curriculum learning framework to improve TSP solving across diverse distributions.
Findings
Generated TSP instances ten times harder than existing methods.
Achieved significant reduction in optimality gap over state-of-the-art models.
Demonstrated improved generalization across different data distributions.
Abstract
Various neural network models have been proposed to tackle combinatorial optimization problems such as the travelling salesman problem (TSP). Existing learning-based TSP methods adopt a simple setting that the training and testing data are independent and identically distributed. However, the existing literature fails to solve TSP instances when training and testing data have different distributions. Concretely, we find that different training and testing distribution will result in more difficult TSP instances, i.e., the solution obtained by the model has a large gap from the optimal solution. To tackle this problem, in this work, we study learning-based TSP methods when training and testing data have different distributions using adaptive-hardness, i.e., how difficult a TSP instance can be for a solver. This problem is challenging because it is non-trivial to (1) define hardness…
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
Taxonomy
TopicsNatural Language Processing Techniques · Machine Learning and Data Classification · Scheduling and Timetabling Solutions
