Scalable Deep Generative Modeling for Sparse Graphs

06/28/2020
by   Hanjun Dai, et al.
8

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 Ω(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≪ 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 Ω(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.

READ FULL TEXT

page 1

page 2

page 3

page 4

research
01/25/2023

Improving Graph Generation by Restricting Graph Bandwidth

Deep graph generative modeling has proven capable of learning the distri...
research
07/13/2020

A Systematic Survey on Deep Generative Models for Graph Generation

Graphs are important data representations for describing objects and the...
research
10/31/2019

Image-Conditioned Graph Generation for Road Network Extraction

Deep generative models for graphs have shown great promise in the area o...
research
07/17/2023

Autoregressive Diffusion Model for Graph Generation

Diffusion-based graph generative models have recently obtained promising...
research
06/26/2022

Your Autoregressive Generative Model Can be Better If You Treat It as an Energy-Based One

Autoregressive generative models are commonly used, especially for those...
research
04/04/2022

SPECTRE : Spectral Conditioning Helps to Overcome the Expressivity Limits of One-shot Graph Generators

We approach the graph generation problem from a spectral perspective by ...
research
09/24/2019

Deep Generative Model for Sparse Graphs using Text-Based Learning with Augmentation in Generative Examination Networks

Graphs and networks are a key research tool for a variety of science fie...

Please sign up or login with your details

Forgot password? Click here to reset