Accurate Learning of Graph Representations with Graph Multiset Pooling
Jinheon Baek, Minki Kang, Sung Ju Hwang

TL;DR
This paper introduces Graph Multiset Transformer (GMT), a novel attention-based pooling method for graph neural networks that captures structural dependencies and improves graph representation accuracy, outperforming existing methods on classification, reconstruction, and generation tasks.
Contribution
The paper proposes GMT, a permutation-invariant, injective graph pooling method based on multi-head attention, enhancing the expressiveness and efficiency of graph representations.
Findings
GMT outperforms state-of-the-art pooling methods on classification benchmarks.
GMT improves performance on graph reconstruction and generation tasks.
The method is memory and time efficient.
Abstract
Graph neural networks have been widely used on modeling graph data, achieving impressive results on node classification and link prediction tasks. Yet, obtaining an accurate representation for a graph further requires a pooling function that maps a set of node representations into a compact form. A simple sum or average over all node representations considers all node features equally without consideration of their task relevance, and any structural dependencies among them. Recently proposed hierarchical graph pooling methods, on the other hand, may yield the same representation for two different graphs that are distinguished by the Weisfeiler-Lehman test, as they suboptimally preserve information from the node features. To tackle these limitations of existing graph pooling methods, we first formulate the graph pooling problem as a multiset encoding problem with auxiliary information…
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
Taxonomy
TopicsAdvanced Graph Neural Networks · Graph Theory and Algorithms · Recommender Systems and Techniques
MethodsLinear Layer · Absolute Position Encodings · Position-Wise Feed-Forward Layer · Label Smoothing · Residual Connection · Dropout · Dense Connections · Attention Is All You Need · Layer Normalization · Softmax
