Abstract
Algorithm selection and instance hardness prediction are important tasks in combinatorial optimization, as different algorithms perform optimally on different instances, and accurately predicting instance difficulty enables more efficient problem-solving strategies. While researchers have explored feature-based machine learning models for these tasks, there remains a lack of general and effective instance representations, even for fundamental problems like the Euclidean Traveling Salesman Problem (TSP). Recent studies have leveraged Convolutional Neural Networks (CNNs) to learn TSP representations, but they still require intermediate image-based representations, introducing additional preprocessing steps. We tackle algorithm selection and hardness prediction problems for TSP, but instead treat instances as geometric graphs. We propose four Geometrically Invariant and Equivariant Graph Neural Networks (GIE-GNNs), based on conventional GNN models. The proposed GIE-GNNs incorporate a novel message-passing mechanism to capture geometric information effectively. Evaluations on two algorithm selection and two hardness prediction datasets demonstrate that our GNNs outperform feature-based, CNN-based, and standard GNN approaches designed for non-geometric graphs and point clouds. Moreover, our analysis highlights that our GNNs uniquely achieve geometrically invariant predictions. Code and datasets are available at GitHub.
| Original language | English |
|---|---|
| Title of host publication | Learning and Intelligent Optimization |
| Subtitle of host publication | 19th International Conference, LION 19, Prague, Czech Republic, June 15–19, 2025, Proceedings |
| Editors | Yingqian Zhang, Milan Hladik, Hossein Moosaei |
| Place of Publication | Cham |
| Publisher | Springer |
| Pages | 237-252 |
| Number of pages | 16 |
| Volume | I |
| ISBN (Electronic) | 978-3-032-09156-7 |
| ISBN (Print) | 978-3-032-09155-0 |
| DOIs | |
| Publication status | Published - 2 Jan 2026 |
| Event | The 19th Learning and Intelligent Optimization Conference - Prague, Prague, Czech Republic Duration: 15 Jun 2025 → 19 Jun 2025 Conference number: 19 http://www.lion19.org |
Publication series
| Name | Lecture Notes in Computer Science (LNCS) |
|---|---|
| Volume | 15744 |
| ISSN (Print) | 0302-9743 |
| ISSN (Electronic) | 1611-3349 |
Conference
| Conference | The 19th Learning and Intelligent Optimization Conference |
|---|---|
| Abbreviated title | LION19 |
| Country/Territory | Czech Republic |
| City | Prague |
| Period | 15/06/25 → 19/06/25 |
| Internet address |
Keywords
- Algorithm Selection
- Geometrically Equivariant
- Geometrically Invariant
- Graph Neural Network
- Graph Representation Learning
- Instance Hardness Prediction
- Traveling Salesperson Problem