Position: Rethinking Post-Hoc Search-Based Neural Approaches for Solving Large-Scale Traveling Salesman Problems
Yifan Xia, Xianliang Yang, Zichuan Liu, Zhihao Liu, Lei Song, Jiang, Bian

TL;DR
This paper critically evaluates heatmap-guided Monte Carlo tree search for large-scale TSPs, revealing that simple baselines outperform complex ML methods and questioning the paradigm's practical effectiveness.
Contribution
It challenges the effectiveness of ML-based heatmap generation in TSP solutions and compares it to traditional heuristics, proposing new research directions.
Findings
Simple baseline methods outperform complex ML heatmaps.
Heatmap-guided MCTS is less effective than LKH-3 heuristic.
Theoretical analysis questions the paradigm's practical value.
Abstract
Recent advancements in solving large-scale traveling salesman problems (TSP) utilize the heatmap-guided Monte Carlo tree search (MCTS) paradigm, where machine learning (ML) models generate heatmaps, indicating the probability distribution of each edge being part of the optimal solution, to guide MCTS in solution finding. However, our theoretical and experimental analysis raises doubts about the effectiveness of ML-based heatmap generation. In support of this, we demonstrate that a simple baseline method can outperform complex ML approaches in heatmap generation. Furthermore, we question the practical value of the heatmap-guided MCTS paradigm. To substantiate this, our findings show its inferiority to the LKH-3 heuristic despite the paradigm's reliance on problem-specific, hand-crafted strategies. For the future, we suggest research directions focused on developing more theoretically…
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
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsStock Market Forecasting Methods · Multi-Agent Systems and Negotiation · Reinforcement Learning in Robotics
MethodsHeatmap
