HyperAIHyperAI

Command Palette

Search for a command to run...

5 months ago

EvolveGCN: Evolving Graph Convolutional Networks for Dynamic Graphs

Aldo Pareja; Giacomo Domeniconi; Jie Chen; Tengfei Ma; Toyotaro Suzumura; Hiroki Kanezashi; Tim Kaler; Tao B. Schardl; Charles E. Leiserson

EvolveGCN: Evolving Graph Convolutional Networks for Dynamic Graphs

Abstract

Graph representation learning resurges as a trending research subject owing to the widespread use of deep learning for Euclidean data, which inspire various creative designs of neural networks in the non-Euclidean domain, particularly graphs. With the success of these graph neural networks (GNN) in the static setting, we approach further practical scenarios where the graph dynamically evolves. Existing approaches typically resort to node embeddings and use a recurrent neural network (RNN, broadly speaking) to regulate the embeddings and learn the temporal dynamics. These methods require the knowledge of a node in the full time span (including both training and testing) and are less applicable to the frequent change of the node set. In some extreme scenarios, the node sets at different time steps may completely differ. To resolve this challenge, we propose EvolveGCN, which adapts the graph convolutional network (GCN) model along the temporal dimension without resorting to node embeddings. The proposed approach captures the dynamism of the graph sequence through using an RNN to evolve the GCN parameters. Two architectures are considered for the parameter evolution. We evaluate the proposed approach on tasks including link prediction, edge classification, and node classification. The experimental results indicate a generally higher performance of EvolveGCN compared with related approaches. The code is available at \url{https://github.com/IBM/EvolveGCN}.

Code Repositories

Rufaim/EvolveGCN
tf
Mentioned in GitHub
IBM/AMLSim
Official
Mentioned in GitHub
marlin-codes/HTGN
pytorch
Mentioned in GitHub
njuhtc/LEDG
pytorch
Mentioned in GitHub
tonyPo/AMLSim_prep
tf
Mentioned in GitHub
sunnan191/evisec
pytorch
Mentioned in GitHub
ansonb/deft
pytorch
Mentioned in GitHub
IBM/EvolveGCN
Official
pytorch
Mentioned in GitHub

Benchmarks

BenchmarkMethodologyMetrics
dynamic-link-prediction-on-dblp-temporalEGCN-H
AP: 83.87
AUC: 80.80
dynamic-link-prediction-on-dblp-temporalEGCN-O
AP: 81.43
AUC: 78.63
dynamic-link-prediction-on-enron-emailEGCN-H
AP: 88.29
AUC: 89.33
dynamic-link-prediction-on-enron-emailEGCN-O
AP: 84.28
AUC: 86.55

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
EvolveGCN: Evolving Graph Convolutional Networks for Dynamic Graphs | Papers | HyperAI