๐ค AI Summary
This work addresses the limitation of conventional graph attention models in path planning, which rely solely on node features and neglect edge information, thereby constraining their representational capacity. To overcome this, the authors propose the Extended Graph Attention Model (EGAM), which, for the first time, jointly models dynamic embeddings of both nodes and edges within the graph attention mechanism. EGAM synchronously updates these representations using a multi-head dot-product attention mechanism and is trained end-to-end via an autoregressive encoderโdecoder architecture combined with a policy gradient reinforcement learning algorithm enhanced by a tailored baseline. Experimental results demonstrate that EGAM achieves competitive or superior performance compared to existing methods across multiple routing problems, with particularly significant improvements in highly constrained scenarios, confirming its effectiveness in modeling complex graph structures.
๐ Abstract
Neural combinatorial optimization (NCO) solvers, implemented with graph neural networks (GNNs), have introduced new approaches for solving routing problems. Trained with reinforcement learning (RL), the state-of-the-art graph attention model (GAM) achieves near-optimal solutions without requiring expert knowledge or labeled data. In this work, we generalize the existing graph attention mechanism and propose the extended graph attention model (EGAM). Our model utilizes multi-head dot-product attention to update both node and edge embeddings, addressing the limitations of the conventional GAM, which considers only node features. We employ an autoregressive encoder-decoder architecture and train it with policy gradient algorithms that incorporate a specially designed baseline. Experiments show that EGAM matches or outperforms existing methods across various routing problems. Notably, the proposed model demonstrates exceptional performance on highly constrained problems, highlighting its efficiency in handling complex graph structures.