Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

Efficient Graph Generation with Graph Recurrent Attention Networks

About

We propose a new family of efficient and expressive deep generative models of graphs, called Graph Recurrent Attention Networks (GRANs). Our model generates graphs one block of nodes and associated edges at a time. The block size and sampling stride allow us to trade off sample quality for efficiency. Compared to previous RNN-based graph generative models, our framework better captures the auto-regressive conditioning between the already-generated and to-be-generated parts of the graph using Graph Neural Networks (GNNs) with attention. This not only reduces the dependency on node ordering but also bypasses the long-term bottleneck caused by the sequential nature of RNNs. Moreover, we parameterize the output distribution per block using a mixture of Bernoulli, which captures the correlations among generated edges within the block. Finally, we propose to handle node orderings in generation by marginalizing over a family of canonical orderings. On standard benchmarks, we achieve state-of-the-art time efficiency and sample quality compared to previous models. Additionally, we show our model is capable of generating large graphs of up to 5K nodes with good quality. To the best of our knowledge, GRAN is the first deep graph generative model that can scale to this size. Our code is released at: https://github.com/lrjconan/GRAN.

Renjie Liao, Yujia Li, Yang Song, Shenlong Wang, Charlie Nash, William L. Hamilton, David Duvenaud, Raquel Urtasun, Richard S. Zemel• 2019

Related benchmarks

TaskDatasetResultRank
Graph generationSBM Graphs (test)
Degree14.1
14
Graph generationPlanar Graphs (test)
Avg Degree3.5
14
Graph CompressionZINC
Data Size (BPE)1.3
13
Graph CompressionPTC
Data (BPE)2.18
13
Graph CompressionMUTAG
Data Size (BPE)2.59
13
Graph generationTriangle Grid
MMD RBF0.4
12
Graph Generative ModelingPTC (test)
Degree Distribution Error0.013
12
Graph Generative ModelingMutag (test)
Degree Distribution6.00e-4
12
Graph generationMUTAG
Training Time (s)0.88
10
Graph generationPTC
Train Time (s)0.61
10
Showing 10 of 35 rows

Other info

Follow for update