Attentive Walk-Aggregating Graph Neural Networks

Abstract

Graph neural networks (GNNs) have been shown to possess strong representation power, which can be exploited for downstream prediction tasks on graph-structured data, such as molecules and social networks. They typically learn representations by aggregating information from the $K$-hop neighborhood of individual vertices or from the enumerated walks in the graph. Prior studies have demonstrated the effectiveness of incorporating weighting schemes into GNNs; however, this has been primarily limited to $K$-hop neighborhood GNNs so far. In this paper, we aim to design an algorithm incorporating weighting schemes into walk-aggregating GNNs and analyze their effect. We propose a novel GNN model, called {\AWARE}, that aggregates information about the walks in the graph using attention schemes. This leads to an end-to-end supervised learning method for graph-level prediction tasks in the standard setting where the input is the adjacency and vertex information of a graph, and the output is a predicted label for the graph. We then perform theoretical, empirical, and interpretability analyses of {\AWARE}. Our theoretical analysis in a simplified setting identifies successful conditions for provable guarantees, demonstrating how the graph information is encoded in the representation, and how the weighting schemes in {\AWARE} affect the representation and learning performance. Our experiments demonstrate the strong performance of {\AWARE} in graph-level prediction tasks in the standard setting in the domains of molecular property prediction and social networks. Lastly, our interpretation study illustrates that {\AWARE} can successfully capture the important substructures of the input graph. The code is available on \href{https://github.com/mehmetfdemirel/aware}GitHub.

Cite

Text

Demirel et al. "Attentive Walk-Aggregating Graph Neural Networks." Transactions on Machine Learning Research, 2022.

Markdown

[Demirel et al. "Attentive Walk-Aggregating Graph Neural Networks." Transactions on Machine Learning Research, 2022.](https://mlanthology.org/tmlr/2022/demirel2022tmlr-attentive/)

BibTeX

@article{demirel2022tmlr-attentive,
  title     = {{Attentive Walk-Aggregating Graph Neural Networks}},
  author    = {Demirel, Mehmet F and Liu, Shengchao and Garg, Siddhant and Shi, Zhenmei and Liang, Yingyu},
  journal   = {Transactions on Machine Learning Research},
  year      = {2022},
  url       = {https://mlanthology.org/tmlr/2022/demirel2022tmlr-attentive/}
}