Share your thoughts, 1 month free Claude Pro on usSee more
WorkDL logo mark

Accurate Learning of Graph Representations with Graph Multiset Pooling

About

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.

Jinheon Baek, Minki Kang, Sung Ju Hwang• 2021

Related benchmarks

TaskDatasetResultRank
Graph ClassificationPROTEINS
Accuracy75.1
1383
Graph ClassificationMUTAG
Accuracy89.9
1229
Graph ClassificationCOLLAB
Accuracy80.74
532
Graph ClassificationIMDB-B
Accuracy73.48
455
Graph ClassificationIMDB-M
Accuracy50.7
434
Graph ClassificationPTC-MR
Accuracy70.2
271
Graph ClassificationMutag (test)
Accuracy83.44
238
Graph ClassificationMUTAG (10-fold cross-validation)
Accuracy83.44
236
Graph ClassificationPROTEINS (test)
Accuracy75.09
227
Graph ClassificationPROTEINS (10-fold cross-validation)
Accuracy75.09
223
Showing 10 of 168 rows
...

Other info

Code

Follow for update