paper-with-me

Papers

GraphRNN: Generating Realistic Graphs with Deep Auto-regressive Models

2018-02-24 · ICML 2018 7 · Jiaxuan You, Rex Ying, Xiang Ren, William L. Hamilton, Jure Leskovec

Modeling and generating graphs is fundamental for studying networks in biology, engineering, and social sciences. However, modeling complex distributions over graphs and then efficiently sampling from these distributions is challenging due to the non-unique, high-dimensional nature of graphs and the complex, non-local dependencies that exist between edges in a given graph. Here we propose GraphRNN, a deep autoregressive model that addresses the above challenges and approximates any distribution of graphs with minimal assumptions about their structure. GraphRNN learns to generate graphs by training on a representative set of graphs and decomposes the graph generation process into a sequence of node and edge formations, conditioned on the graph structure generated so far. In order to quantitatively evaluate the performance of GraphRNN, we introduce a benchmark suite of datasets, baselines and novel evaluation metrics based on Maximum Mean Discrepancy, which measure distances between sets of graphs. Our experiments show that GraphRNN significantly outperforms all baselines, learning to generate diverse graphs that match the structural characteristics of a target set, while also scaling to graphs 50 times larger than previous deep models.

📄 PDF Abstract BibTeX arXiv:1802.08773

Code (3)

snap-stanford/GraphRNN 공식 구현 pytorch
JiaxuanYou/graph-generation pytorch
mark-koch/graph-rnn pytorch

Tasks

Graph Generation

Similar Papers 제목 키워드 기반

GRAN is superior to GraphRNN: node orderings, kernel- and graph embeddings-based metrics for graph generators

2023-07-13 · Ousmane Touat, Julian Stier, Pierre-Edouard Portier, Michael Granitzer

A wide variety of generative models for graphs have been proposed. They are used in drug discovery, road networks, neural architecture search, and program synthesis. Generating graphs has theoretical challenges, such as …

Drug DiscoveryGraph EmbeddingNeural Architecture SearchProgram Synthesis

GraphRNN Revisited: An Ablation Study and Extensions for Directed Acyclic Graphs

2023-07-26 · Taniya Das, Mark Koch, Maya Ravichandran, Nikhil Khatri

GraphRNN is a deep learning-based architecture proposed by You et al. for learning generative models for graphs. We replicate the results of You et al. using a reproduced implementation of the GraphRNN architecture and e…

A Deep Generative Model for the Simulation of Discrete Karst Networks

2025-06-11 · Dany Lauzon, Julien Straubhaar, Philippe Renard

The simulation of discrete karst networks presents a significant challenge due to the complexity of the physicochemical processes occurring within various geological and hydrogeological contexts over extended periods. Th…

Denoising

SeaDAG: Semi-autoregressive Diffusion for Conditional Directed Acyclic Graph Generation

2024-10-21 · Xinyi Zhou, Xing Li, Yingzhao Lian, Yiwen Wang 외

We introduce SeaDAG, a semi-autoregressive diffusion model for conditional generation of Directed Acyclic Graphs (DAGs). Considering their inherent layer-wise structure, we simulate layer-wise autoregressive generation b…

DecoderDenoisingGraph Generation

Scaling Novel Graph Generation via Lightweight Structure-Guided Autoregressive Models

2026-06-02 · Alessio Barboni, Massimiliano Lupo Pasini, Bishal Lakha, Edoardo Serra arxiv

Generating realistic and diverse graphs is a key problem in machine learning, with applications in molecular discovery, circuit design, cybersecurity, and beyond. However, current graph generative models remain limited b…

Graph Generation