HyperAIHyperAI

Command Palette

Search for a command to run...

4 months ago

Graph Convolutional Networks with EigenPooling

Yao Ma; Suhang Wang; Charu C. Aggarwal; Jiliang Tang

Graph Convolutional Networks with EigenPooling

Abstract

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.

Code Repositories

alge24/eigenpooling
pytorch
Mentioned in GitHub

Benchmarks

BenchmarkMethodologyMetrics
graph-classification-on-ddEigenGCN-3
Accuracy: 78.6%
graph-classification-on-enzymesEigenGCN-3
Accuracy: 65.0%
graph-classification-on-mutagEigenGCN-3
Accuracy: 79.5%
graph-classification-on-nc1EigenGCN-3
Accuracy: 0.770
graph-classification-on-nci109EigenGCN-3
Accuracy: 74.90
graph-classification-on-proteinsEigenGCN-3
Accuracy: 76.60%

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
Graph Convolutional Networks with EigenPooling | Papers | HyperAI