Graph Explicit Attention Network Based on Predefined Strategy

Xiangbo Zhang,Yuan Rao,Ling Sun
DOI: https://doi.org/10.1016/j.procs.2022.04.059
2022-01-01
Procedia Computer Science
Abstract:Graph attention network (GAT) has achieved great success in graph representation learning in recent years. However, the lower Physical properties of GAT in training process severely affects the application of attention mechanism in graph domain. Particularly, the attention coefficients and the multi-head mechanism are calculated or introduced in the process of model training, which obviously increases the storage complexity. In this paper, we present a graph explicit attention network (GEAT), a novel graph attention architecture that leverage predefined strategy to calculate attention coefficients, which combine global structural and node feature information. In this way, GEAT can effectively reduce the storage complexity, improve the training efficiency and alleviate the over-smoothing problem of attention scores. Experiments on benchmark datasets — Core, Citeseer and Pubmed — demonstrate that our model outperforms the state-of-the-art methods with a clear margin in challenging classifcation tasks, while being computationally efficient.
What problem does this paper attempt to address?