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

Are Powerful Graph Neural Nets Necessary? A Dissection on Graph Classification

About

Graph Neural Nets (GNNs) have received increasing attentions, partially due to their superior performance in many node and graph classification tasks. However, there is a lack of understanding on what they are learning and how sophisticated the learned graph functions are. In this work, we propose a dissection of GNNs on graph classification into two parts: 1) the graph filtering, where graph-based neighbor aggregations are performed, and 2) the set function, where a set of hidden node features are composed for prediction. To study the importance of both parts, we propose to linearize them separately. We first linearize the graph filtering function, resulting Graph Feature Network (GFN), which is a simple lightweight neural net defined on a \textit{set} of graph augmented features. Further linearization of GFN's set function results in Graph Linear Network (GLN), which is a linear function. Empirically we perform evaluations on common graph classification benchmarks. To our surprise, we find that, despite the simplification, GFN could match or exceed the best accuracies produced by recently proposed GNNs (with a fraction of computation cost), while GLN underperforms significantly. Our results demonstrate the importance of non-linear set function, and suggest that linear graph filtering with non-linear set function is an efficient and powerful scheme for modeling existing graph classification benchmarks.

Ting Chen, Song Bian, Yizhou Sun• 2019

Related benchmarks

TaskDatasetResultRank
Graph ClassificationPROTEINS
Accuracy76.46
994
Graph ClassificationMUTAG
Accuracy90.84
862
Graph ClassificationCOLLAB
Accuracy81.5
422
Graph ClassificationIMDB-B
Accuracy73.4
378
Graph ClassificationIMDB-M
Accuracy51.8
275
Graph ClassificationDD
Accuracy79.37
273
Graph ClassificationMutag (test)
Accuracy90.84
217
Graph ClassificationPROTEINS (test)
Accuracy77.44
180
Graph ClassificationNCI1 (test)
Accuracy82.77
177
Graph ClassificationPTC
Accuracy70.63
167
Showing 10 of 15 rows

Other info

Code

Follow for update