Symmetry-preserving graph attention network to solve routing problems at multiple resolutions
Cong Dao Tran, Thong Bach, Truong Son Hy

TL;DR
This paper introduces a symmetry-preserving, multiresolution graph attention network that effectively solves routing problems like TSP and VRP by respecting symmetries and capturing multi-scale graph structures.
Contribution
It presents the first fully equivariant model with a multiresolution scheme for combinatorial routing problems, improving accuracy and efficiency over existing methods.
Findings
Outperforms existing baselines in routing accuracy
Preserves symmetries such as rotation, translation, permutation, scaling
Effectively captures multi-scale graph information
Abstract
Travelling Salesperson Problems (TSPs) and Vehicle Routing Problems (VRPs) have achieved reasonable improvement in accuracy and computation time with the adaptation of Machine Learning (ML) methods. However, none of the previous works completely respects the symmetries arising from TSPs and VRPs including rotation, translation, permutation, and scaling. In this work, we introduce the first-ever completely equivariant model and training to solve combinatorial problems. Furthermore, it is essential to capture the multiscale structure (i.e. from local to global information) of the input graph, especially for the cases of large and long-range graphs, while previous methods are limited to extracting only local information that can lead to a local or sub-optimal solution. To tackle the above limitation, we propose a Multiresolution scheme in combination with Equivariant Graph Attention…
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
TopicsAdvanced Graph Neural Networks · Vehicle Routing Optimization Methods
MethodsNone
