Graph Neighborhood Attentive Pooling
Zekarias T. Kefato, Sarunas Girdzijauskas

TL;DR
This paper introduces GAP, a novel context-sensitive graph representation learning method that uses attentive pooling to focus on different neighborhood parts, outperforming state-of-the-art baselines in link prediction and clustering.
Contribution
GAP is a new algorithm that learns to attend to different parts of a node's neighborhood without extra features or community detection, improving graph learning tasks.
Findings
GAP outperforms 10 SOTA methods in link prediction by up to 9%.
GAP improves clustering accuracy by up to 20%.
GAP demonstrates consistent superiority across three real-world datasets.
Abstract
Network representation learning (NRL) is a powerful technique for learning low-dimensional vector representation of high-dimensional and sparse graphs. Most studies explore the structure and metadata associated with the graph using random walks and employ an unsupervised or semi-supervised learning schemes. Learning in these methods is context-free, because only a single representation per node is learned. Recently studies have argued on the sufficiency of a single representation and proposed a context-sensitive approach that proved to be highly effective in applications such as link prediction and ranking. However, most of these methods rely on additional textual features that require RNNs or CNNs to capture high-level features or rely on a community detection algorithm to identify multiple contexts of a node. In this study, without requiring additional features nor a community…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Graph Neural Networks · Complex Network Analysis Techniques · Bioinformatics and Genomic Networks
