图注意力网络

Graph Attention Networks

佩塔尔·韦利奇科维奇 Petar Veličković · U. Cambridge · 2017-10-30 · arXiv:1710.10903 ↗ · 被引 26967

打开互动全文版(逐段中英对照 + 图/公式 + 论文问答)→

摘要 · Abstract

我们提出了图注意力网络(GATs),这是一种新颖的神经网络架构,用于处理图结构数据。它利用掩蔽自注意力层来克服基于图卷积或其近似方法的先前方法的缺点。通过堆叠节点能够关注其邻域特征的层,我们能够(隐式地)为邻域中的不同节点指定不同的权重,而无需任何昂贵的矩阵运算(如求逆)或预先知道图结构。这样,我们同时解决了基于谱的图神经网络的几个关键挑战,并使我们的模型易于应用于归纳式以及直推式问题。我们的 GAT 模型在四个公认的直推式和归纳式图基准测试中取得了或匹配了最先进的结果:Cora、Citeseer 和 Pubmed 引文网络数据集,以及一个蛋白质-蛋白质相互作用数据集(其中测试图在训练期间未见)。

We present graph attention networks (GATs), novel neural network architectures that operate on graph-structured data, leveraging masked self-attentional layers to address the shortcomings of prior methods based on graph convolutions or their approximations. By stacking layers in which nodes are able to attend over their neighborhoods' features, we enable (implicitly) specifying different weights to different nodes in a neighborhood, without requiring any kind of costly matrix operation (such as inversion) or depending on knowing the graph structure upfront. In this way, we address several key challenges of spectral-based graph neural networks simultaneously, and make our model readily applicable to inductive as well as transductive problems. Our GAT models have achieved or matched state-of-the-art results across four established transductive and inductive graph benchmarks: the Cora, Citeseer and Pubmed citation network datasets, as well as a protein-protein interaction dataset (wherein test graphs remain unseen during training).

核心贡献 · Key contributions

局限 · Limitations

论文章节 · Sections(共 11)

阅读逐段中英对照全文 →