paper-with-me

Papers

Efficient Graph Generation with Graph Recurrent Attention Networks

2019-10-02 · NeurIPS 2019 12 · Renjie Liao, Yujia Li, Yang Song, Shenlong Wang, Charlie Nash, William L. Hamilton, David Duvenaud, Raquel Urtasun, Richard S. Zemel

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.

📄 PDF Abstract BibTeX arXiv:1910.00760

Code (2)

lrjconan/GRAN 공식 구현 pytorch
uoguelph-mlrg/ggm-metrics pytorch

Tasks

Graph Generation

Similar Papers 제목 키워드 기반

Image-Conditioned Graph Generation for Road Network Extraction

2019-10-31 · Davide Belli, Thomas Kipf

Deep generative models for graphs have shown great promise in the area of drug design, but have so far found little application beyond generating graph-structured molecules. In this work, we demonstrate a proof of concep…

Drug DesignGraph GenerationSemantic Segmentation

Recurrent Topic-Transition GAN for Visual Paragraph Generation

2017-03-21 · ICCV 2017 10 · Xiaodan Liang, Zhiting Hu, Hao Zhang, Chuang Gan 외

A natural image usually conveys rich semantic content and can be viewed from different angles. Existing image description methods are largely restricted by small sets of biased visual paragraph annotations, and fail to c…

Generative Adversarial NetworkImage DescriptionImage Paragraph CaptioningSentence

Graph Generation with Variational Recurrent Neural Network

2019-10-02 · Shih-Yang Su, Hossein Hajimirsadeghi, Greg Mori

Generating graph structures is a challenging problem due to the diverse representations and complex dependencies among nodes. In this paper, we introduce Graph Variational Recurrent Neural Network (GraphVRNN), a probabil…

AttributeGraph GenerationGraph structure learning

Attention-based Spatial-Temporal Graph Convolutional Recurrent Networks for Traffic Forecasting

2023-02-25 · Haiyang Liu, Chunjiang Zhu, Detian Zhang, Qing Li

Traffic forecasting is one of the most fundamental problems in transportation science and artificial intelligence. The key challenge is to effectively model complex spatial-temporal dependencies and correlations in moder…

A3GC-IP: Attention-Oriented Adjacency Adaptive Recurrent Graph Convolutions for Human Pose Estimation from Sparse Inertial Measurements

2021-07-23 · Patrik Puchert, Timo Ropinski

Conventional methods for human pose estimation either require a high degree of instrumentation, by relying on many inertial measurement units (IMUs), or constraint the recording space, by relying on extrinsic cameras. Th…

Data AugmentationGraph LearningPose Estimation