paper-with-me

Papers

Permutation Invariant Graph Generation via Score-Based Generative Modeling

2020-03-02 · Chenhao Niu, Yang song, Jiaming Song, Shengjia Zhao, Aditya Grover, Stefano Ermon

Learning generative models for graph-structured data is challenging because graphs are discrete, combinatorial, and the underlying data distribution is invariant to the ordering of nodes. However, most of the existing generative models for graphs are not invariant to the chosen ordering, which might lead to an undesirable bias in the learned distribution. To address this difficulty, we propose a permutation invariant approach to modeling graphs, using the recent framework of score-based generative modeling. In particular, we design a permutation equivariant, multi-channel graph neural network to model the gradient of the data distribution at the input graph (a.k.a., the score function). This permutation equivariant model of gradients implicitly defines a permutation invariant distribution for graphs. We train this graph neural network with score matching and sample from it with annealed Langevin dynamics. In our experiments, we first demonstrate the capacity of this new architecture in learning discrete graph algorithms. For graph generation, we find that our learning approach achieves better or comparable results to existing models on benchmark datasets.

📄 PDF Abstract BibTeX arXiv:2003.00638

Code (1)

ermongroup/GraphScoreMatching 공식 구현 pytorch

Tasks

Graph GenerationGraph Neural Network

Methods 이 논문이 사용한 방법론

Graph Neural Network 설명 없음

Similar Papers 제목 키워드 기반

GraphGDP: Generative Diffusion Processes for Permutation Invariant Graph Generation

2022-12-04 · Han Huang, Leilei Sun, Bowen Du, Yanjie Fu 외

Graph generative models have broad applications in biology, chemistry and social science. However, modelling and understanding the generative process of graphs is challenging due to the discrete and high-dimensional natu…

Graph GenerationPosition

SwinGNN: Rethinking Permutation Invariance in Diffusion Models for Graph Generation

2023-07-04 · Qi Yan, Zhengyang Liang, Yang song, Renjie Liao 외

Diffusion models based on permutation-equivariant networks can learn permutation-invariant distributions for graph data. However, in comparison to their non-invariant counterparts, we have found that these invariant mode…

DenoisingGraph Generation

Graph Embedding VAE: A Permutation Invariant Model of Graph Structure

2019-10-17 · Tony Duan, Juho Lee

Generative models of graph structure have applications in biology and social sciences. The state of the art is GraphRNN, which decomposes the graph generation process into a series of sequential steps. While effective fo…

Graph EmbeddingGraph Generation

AlignGraph: A Group of Generative Models for Graphs

2023-01-26 · Kimia Shayestehfard, Dana Brooks, Stratis Ioannnidis

It is challenging for generative models to learn a distribution over graphs because of the lack of permutation invariance: nodes may be ordered arbitrarily across graphs, and standard graph alignment is combinatorial and…

GraphEBM: Molecular Graph Generation with Energy-Based Models

2021-01-31 · ICLR Workshop EBM 2021 5 · Meng Liu, Keqiang Yan, Bora Oztekin, Shuiwang Ji

We note that most existing approaches for molecular graph generation fail to guarantee the intrinsic property of permutation invariance, resulting in unexpected bias in generative models. In this work, we propose GraphEB…

Graph GenerationMolecular Graph Generation