Generating Diverse TSP Tours via a Combination of Graph Pointer Network and Dispersion
Hao-Tsung Yang, Ssu-Yuan Lo, Kuan-Lun Chen, Ching-Kai Wang

TL;DR
This paper introduces a hybrid neural and greedy approach to efficiently generate diverse high-quality TSP tours, significantly outperforming traditional and neural methods in speed and diversity.
Contribution
A novel hybrid framework combining a Graph Pointer Network with a dispersion-based selection algorithm for the Diverse TSP, achieving state-of-the-art results with high efficiency.
Findings
Achieves a lower average Jaccard index than previous methods.
Runs over 360 times faster on large instances.
Maintains high solution diversity with simplified architecture.
Abstract
We address the Diverse Traveling Salesman Problem (D-TSP), a bi-criteria optimization challenge that seeks a set of distinct TSP tours. The objective requires every selected tour to have a length at most (where is the optimal tour length) while minimizing the average Jaccard similarity across all tour pairs. This formulation is crucial for applications requiring both high solution quality and fault tolerance, such as logistics planning, robotics pathfinding or strategic patrolling. Current methods are limited: traditional heuristics, such as the Niching Memetic Algorithm (NMA) or bi-criteria optimization, incur high computational complexity , while modern neural approaches (e.g., RF-MA3S) achieve limited diversity quality and rely on complex, external mechanisms. To overcome these limitations, we propose a novel hybrid framework that decomposes D-TSP into…
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 · Complexity and Algorithms in Graphs · Data Management and Algorithms
