MLAILGSIOct 30, 2017

Graph Attention Networks

arXiv:1710.10903v326452 citations
Originality Highly original
AI Analysis

This provides a novel method for graph-based machine learning tasks, applicable to both inductive and transductive problems, with broad impact in domains like social networks and bioinformatics.

The paper tackles the problem of processing graph-structured data by introducing Graph Attention Networks (GATs), which use masked self-attentional layers to assign different weights to neighboring nodes without costly operations, achieving state-of-the-art results on four benchmarks including citation networks and protein-protein interaction datasets.

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).

Code Implementations93 repos

Data from Papers with Code (CC-BY-SA-4.0)

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes