HyperAIHyperAI

Command Palette

Search for a command to run...

3 months ago

Accurate Learning of Graph Representations with Graph Multiset Pooling

Jinheon Baek Minki Kang Sung Ju Hwang

Accurate Learning of Graph Representations with Graph Multiset Pooling

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 about the graph structure, and propose a Graph Multiset Transformer (GMT) which is a multi-head attention based global pooling layer that captures the interaction between nodes according to their structural dependencies. We show that GMT satisfies both injectiveness and permutation invariance, such that it is at most as powerful as the Weisfeiler-Lehman graph isomorphism test. Moreover, our methods can be easily extended to the previous node clustering approaches for hierarchical graph pooling. Our experimental results show that GMT significantly outperforms state-of-the-art graph pooling methods on graph classification benchmarks with high memory and time efficiency, and obtains even larger performance gain on graph reconstruction and generation tasks.

Code Repositories

JinheonBaek/GMT
Official
pytorch
Mentioned in GitHub

Benchmarks

BenchmarkMethodologyMetrics
graph-classification-on-bbbpGMT
ROC-AUC: 68.31
graph-classification-on-collabGMT
Accuracy: 80.74%
graph-classification-on-ddGMT
Accuracy: 78.72%
graph-classification-on-hivGMT
ROC-AUC: 77.56
graph-classification-on-hiv-datasetGMT
ROC-AUC: 77.56
graph-classification-on-imdb-bGMT
Accuracy: 73.48%
graph-classification-on-imdb-mGMT
Accuracy: 50.66%
graph-classification-on-mutagGMT
Accuracy: 83.44%
graph-classification-on-proteinsGMT
Accuracy: 75.09%
graph-classification-on-tox21GMT
ROC-AUC: 77.3
graph-classification-on-toxcastGMT
ROC-AUC: 65.44

Build AI with AI

From idea to launch — accelerate your AI development with free AI co-coding, out-of-the-box environment and best price of GPUs.

AI Co-coding
Ready-to-use GPUs
Best Pricing
Get Started

Hyper Newsletters

Subscribe to our latest updates
We will deliver the latest updates of the week to your inbox at nine o'clock every Monday morning
Powered by MailChimp
Accurate Learning of Graph Representations with Graph Multiset Pooling | Papers | HyperAI