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

Scalable Deep Generative Modeling for Sparse Graphs

About

Learning graph generative models is a challenging task for deep learning and has wide applicability to a range of domains like chemistry, biology and social science. However current deep neural methods suffer from limited scalability: for a graph with $n$ nodes and $m$ edges, existing deep neural methods require $\Omega(n^2)$ complexity by building up the adjacency matrix. On the other hand, many real world graphs are actually sparse in the sense that $m\ll n^2$. Based on this, we develop a novel autoregressive model, named BiGG, that utilizes this sparsity to avoid generating the full adjacency matrix, and importantly reduces the graph generation time complexity to $O((n + m)\log n)$. Furthermore, during training this autoregressive model can be parallelized with $O(\log n)$ synchronization stages, which makes it much more efficient than other autoregressive models that require $\Omega(n)$. Experiments on several benchmarks show that the proposed approach not only scales to orders of magnitude larger graphs than previously possible with deep autoregressive graph generative models, but also yields better graph generation quality.

Hanjun Dai, Azade Nazi, Yujia Li, Bo Dai, Dale Schuurmans• 2020

Related benchmarks

TaskDatasetResultRank
Graph generationSBM
VUN0.1
51
Graph generationPlanar
V.U.N.5
48
Graph generationTree
A.Ratio5.2
36
Synthetic Graph GenerationPlanar Dataset
Degree Statistic7.00e-4
27
Graph generationPlanar Graphs (test)
Unique Node %5
25
Plain graph generationStochastic block model (SBM)
VUN Score10
16
Plain graph generationPlanar Dataset
VUN Score5
15
Graph Generative ModelingPTC (test)
Degree Distribution Error1.00e-4
12
Graph generationTriangle Grid
MMD RBF0.12
12
Graph Generative ModelingMutag (test)
Degree Distribution0.004
12
Showing 10 of 24 rows

Other info

Follow for update