Revisit the Algorithm Selection Problem for TSP with Spatial Information Enhanced Graph Neural Networks
Ya Song, Laurens Bliek, Yingqian Zhang

TL;DR
This paper introduces GINES, a novel graph neural network that directly utilizes spatial information of TSP instances, outperforming CNN and traditional methods in algorithm selection tasks.
Contribution
The paper proposes GINES, a new GNN model with a specialized message-passing mechanism for better TSP instance representation, advancing algorithm selection accuracy.
Findings
GINES outperforms CNN and original GINE models on benchmark datasets.
GINES surpasses traditional handcrafted feature-based approaches on at least one dataset.
The model effectively captures spatial information for improved TSP algorithm prediction.
Abstract
Algorithm selection is a well-known problem where researchers investigate how to construct useful features representing the problem instances and then apply feature-based machine learning models to predict which algorithm works best with the given instance. However, even for simple optimization problems such as Euclidean Traveling Salesman Problem (TSP), there lacks a general and effective feature representation for problem instances. The important features of TSP are relatively well understood in the literature, based on extensive domain knowledge and post-analysis of the solutions. In recent years, Convolutional Neural Network (CNN) has become a popular approach to select algorithms for TSP. Compared to traditional feature-based machine learning models, CNN has an automatic feature-learning ability and demands less domain expertise. However, it is still required to generate…
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 · Vehicle License Plate Recognition
MethodsGraph Neural Network
