Share your thoughts, 1 month free Claude Pro on usSee more
WorkDL logo mark

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.

Zhuoli Yin, Yi Ding, Reem Khir, Hua Cai• 2025

Related benchmarks

TaskDatasetResultRank
Traveling Salesperson ProblemTSPLIB pr1002
Optimality Gap0.01
36
Traveling Salesperson ProblemTSPLIB pr2392
Optimality Gap (%)0.09
36
Traveling Salesman ProblemTSP 10,000 randomly generated instances (test)
Cost72.28
29
Traveling Salesperson ProblemTSPLIB u2152
Optimality Gap0.08
15
Traveling Salesperson ProblemTSPLIB pcb3038
Optimality Gap0.09
15
Traveling Salesperson ProblemTSPLIB fl1577
Optimality Gap0.00e+0
15
Traveling Salesman ProblemTSPLIB fnl4461 1.0 (test)
Optimality Gap0.16
13
Traveling Salesperson ProblemTSPLIB rl1889
Optimality Gap0.03
13
Traveling Salesperson ProblemTSPLIB u1060
Optimality Gap0.00e+0
13
Traveling Salesperson ProblemTSPLIB rl1323
Optimality Gap0.03
13
Showing 10 of 34 rows

Other info

Follow for update