Efficient Graph Generation with Graph Recurrent Attention Networks
Renjie Liao, Yujia Li, Yang Song, Shenlong Wang, Charlie Nash, William, L. Hamilton, David Duvenaud, Raquel Urtasun, Richard S. Zemel

TL;DR
This paper introduces Graph Recurrent Attention Networks (GRANs), a novel deep generative model for graphs that improves efficiency and quality by generating graphs in blocks with attention mechanisms, capable of scaling to large graphs.
Contribution
The paper presents GRAN, a scalable, efficient graph generative model that captures complex dependencies using attention and block-wise generation, surpassing previous models in speed and size.
Findings
Achieves state-of-the-art efficiency and quality on benchmarks.
Capable of generating large graphs up to 5,000 nodes.
First deep model to scale to such large graph sizes.
Abstract
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…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Graph Neural Networks · Topic Modeling · Graph Theory and Algorithms
