Small Shifts, Large Gains: Unlocking Traditional TSP Heuristic Guided-Sampling via Unsupervised Neural Instance Modification
Wei Huang, Hanchen Wang, Dong Wen, Wenjie Zhang

TL;DR
This paper introduces TSP-MDF, a neural-based instance modification framework that enhances traditional TSP heuristics by enabling guided-sampling, leading to higher-quality solutions with minimal training effort.
Contribution
TSP-MDF is a novel framework that allows traditional heuristic TSP solvers to benefit from neural-guided sampling without requiring ground-truth supervision.
Findings
Significant improvement in solution quality over traditional heuristics.
Achieves neural-level performance with minimal training time.
Effective on large-scale and real-world TSP benchmarks.
Abstract
The Traveling Salesman Problem (TSP) is one of the most representative NP-hard problems in route planning and a long-standing benchmark in combinatorial optimization. Traditional heuristic tour constructors, such as Farthest or Nearest Insertion, are computationally efficient and highly practical, but their deterministic behavior limits exploration and often leads to local optima. In contrast, neural-based heuristic tour constructors alleviate this issue through guided-sampling and typically achieve superior solution quality, but at the cost of extensive training and reliance on ground-truth supervision, hindering their practical use. To bridge this gap, we propose TSP-MDF, a novel instance modification framework that equips traditional deterministic heuristic tour constructors with guided-sampling capability. Specifically, TSP-MDF introduces a neural-based instance modifier that…
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 · Constraint Satisfaction and Optimization · Robotic Path Planning Algorithms
