HyperAIHyperAI

Command Palette

Search for a command to run...

4 months ago

Large-Scale Learnable Graph Convolutional Networks

Hongyang Gao; Zhengyang Wang; Shuiwang Ji

Large-Scale Learnable Graph Convolutional Networks

Abstract

Convolutional neural networks (CNNs) have achieved great success on grid-like data such as images, but face tremendous challenges in learning from more generic data such as graphs. In CNNs, the trainable local filters enable the automatic extraction of high-level features. The computation with filters requires a fixed number of ordered units in the receptive fields. However, the number of neighboring units is neither fixed nor are they ordered in generic graphs, thereby hindering the applications of convolutional operations. Here, we address these challenges by proposing the learnable graph convolutional layer (LGCL). LGCL automatically selects a fixed number of neighboring nodes for each feature based on value ranking in order to transform graph data into grid-like structures in 1-D format, thereby enabling the use of regular convolutional operations on generic graphs. To enable model training on large-scale graphs, we propose a sub-graph training method to reduce the excessive memory and computational resource requirements suffered by prior methods on graph convolutions. Our experimental results on node classification tasks in both transductive and inductive learning settings demonstrate that our methods can achieve consistently better performance on the Cora, Citeseer, Pubmed citation network, and protein-protein interaction network datasets. Our results also indicate that the proposed methods using sub-graph training strategy are more efficient as compared to prior approaches.

Code Repositories

divelab/lgcn
Official
tf

Benchmarks

BenchmarkMethodologyMetrics
document-classification-on-coraLGCN
Accuracy: 83.3%
node-classification-on-citeseerLGCN sub
Accuracy: 73.0 ± 0.6%
node-classification-on-coraLGCN sub
Accuracy: 83.3%
node-classification-on-ppiLGCN
F1: 77.2
node-classification-on-pubmedLGCN sub
Accuracy: 79.5%

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
Large-Scale Learnable Graph Convolutional Networks | Papers | HyperAI