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

Graph Convolutional Networks with EigenPooling

About

Graph neural networks, which generalize deep neural network models to graph structured data, have attracted increasing attention in recent years. They usually learn node representations by transforming, propagating and aggregating node features and have been proven to improve the performance of many graph related tasks such as node classification and link prediction. To apply graph neural networks for the graph classification task, approaches to generate the \textit{graph representation} from node representations are demanded. A common way is to globally combine the node representations. However, rich structural information is overlooked. Thus a hierarchical pooling procedure is desired to preserve the graph structure during the graph representation learning. There are some recent works on hierarchically learning graph representation analogous to the pooling step in conventional convolutional neural (CNN) networks. However, the local structural information is still largely neglected during the pooling process. In this paper, we introduce a pooling operator $\pooling$ based on graph Fourier transform, which can utilize the node features and local structures during the pooling process. We then design pooling layers based on the pooling operator, which are further combined with traditional GCN convolutional layers to form a graph neural network framework $\m$ for graph classification. Theoretical analysis is provided to understand $\pooling$ from both local and global perspectives. Experimental results of the graph classification task on $6$ commonly used benchmarks demonstrate the effectiveness of the proposed framework.

Yao Ma, Suhang Wang, Charu C. Aggarwal, Jiliang Tang• 2019

Related benchmarks

TaskDatasetResultRank
Graph ClassificationPROTEINS
Accuracy74.1
1252
Graph ClassificationMUTAG
Accuracy69
1103
Graph ClassificationNCI1
Accuracy77.24
658
Graph ClassificationCOLLAB
Accuracy73
469
Graph ClassificationIMDB-M
Accuracy49.81
425
Graph ClassificationENZYMES
Accuracy39
328
Graph ClassificationDD
Accuracy74
300
Graph ClassificationNCI109
Accuracy75.99
267
Graph ClassificationMutag (test)
Accuracy80.11
224
Graph ClassificationPROTEINS (test)
Accuracy78.84
213
Showing 10 of 24 rows

Other info

Follow for update