GASE: Graph Attention Sampling with Edges Fusion for Solving Vehicle Routing Problems
Zhenwei Wang, Ruibin Bai, Fazlullah Khan, Ender Ozcan, Tiehua Zhang

TL;DR
This paper introduces GASE, a novel graph attention sampling framework with edge fusion for vehicle routing problems, enhancing node embeddings by leveraging graph-theoretic properties and inter-nodal interactions to improve solution quality and generalization.
Contribution
The paper proposes GASE, a new graph attention sampling method with edge fusion, incorporating adaptive attention mechanisms and an actor-critic training algorithm for better VRP solutions.
Findings
GASE outperforms baseline methods by 2.08%-6.23% in VRP tasks.
GASE demonstrates stronger generalization on real-world datasets.
The approach achieves state-of-the-art performance on various VRP instances.
Abstract
Learning-based methods have become increasingly popular for solving vehicle routing problems due to their near-optimal performance and fast inference speed. Among them, the combination of deep reinforcement learning and graph representation allows for the abstraction of node topology structures and features in an encoder-decoder style. Such an approach makes it possible to solve routing problems end-to-end without needing complicated heuristic operators designed by domain experts. Existing research studies have been focusing on novel encoding and decoding structures via various neural network models to enhance the node embedding representation. Despite the sophisticated approaches applied, there is a noticeable lack of consideration for the graph-theoretic properties inherent to routing problems. Moreover, the potential ramifications of inter-nodal interactions on the decision-making…
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
TopicsGraph Theory and Algorithms · Optimization and Packing Problems · Vehicle Routing Optimization Methods
MethodsAttention Is All You Need · Linear Layer · Softmax · Multi-Head Attention
