ViTSP: A Vision Language Models Guided Framework for Solving Large-Scale Traveling Salesman Problems
About
Solving the Traveling Salesman Problem (TSP) is NP-hard yet fundamental for a wide range of real-world applications. Classical exact methods face challenges in scaling, and heuristic methods often require domain-specific parameter calibration. While learning-based approaches have shown promise, they suffer from poor generalization and limited scalability due to fixed training data. This work proposes ViTSP, a novel framework that leverages pre-trained vision language models (VLMs) to visually guide the solution process for large-scale TSPs. The VLMs function to identify promising small-scale subproblems from a visualized TSP instance, which are then efficiently optimized using an off-the-shelf solver to improve the global solution. ViTSP bypasses the dedicated model training at the user end while maintaining effectiveness across diverse instances. Experiments on real-world TSP instances ranging from 1k to 88k nodes demonstrate that ViTSP consistently achieves solutions with average optimality gaps of 0.24%, outperforming existing learning-based methods. Under the same runtime budget, it surpasses the best-performing heuristic solver, LKH-3, by reducing its gaps by 3.57% to 100%, particularly on very-large-scale instances with more than 10k nodes. Our framework offers a new perspective in hybridizing pre-trained generative models and operations research solvers in solving combinatorial optimization problems. The framework holds potential for integration into more complex real-world logistics systems. The code is available at https://github.itap.purdue.edu/uSMART/ViTSP_ICLR2026.
Related benchmarks
| Task | Dataset | Result | Rank | |
|---|---|---|---|---|
| Traveling Salesperson Problem | TSPLIB pr1002 | Optimality Gap0.01 | 36 | |
| Traveling Salesperson Problem | TSPLIB pr2392 | Optimality Gap (%)0.09 | 36 | |
| Traveling Salesman Problem | TSP 10,000 randomly generated instances (test) | Cost72.28 | 29 | |
| Traveling Salesperson Problem | TSPLIB u2152 | Optimality Gap0.08 | 15 | |
| Traveling Salesperson Problem | TSPLIB pcb3038 | Optimality Gap0.09 | 15 | |
| Traveling Salesperson Problem | TSPLIB fl1577 | Optimality Gap0.00e+0 | 15 | |
| Traveling Salesman Problem | TSPLIB fnl4461 1.0 (test) | Optimality Gap0.16 | 13 | |
| Traveling Salesperson Problem | TSPLIB rl1889 | Optimality Gap0.03 | 13 | |
| Traveling Salesperson Problem | TSPLIB u1060 | Optimality Gap0.00e+0 | 13 | |
| Traveling Salesperson Problem | TSPLIB rl1323 | Optimality Gap0.03 | 13 |