Permutation Invariant Graph Generation via Score-Based Generative Modeling
Chenhao Niu, Yang Song, Jiaming Song, Shengjia Zhao, Aditya Grover,, Stefano Ermon

TL;DR
This paper introduces a permutation invariant graph generative model using score-based methods and permutation equivariant neural networks, improving graph generation quality and addressing bias issues related to node ordering.
Contribution
It proposes a novel permutation invariant graph generation approach with a permutation equivariant neural network trained via score matching, advancing graph generative modeling.
Findings
Achieves better or comparable results on benchmark datasets.
Demonstrates capacity in learning discrete graph algorithms.
Addresses bias caused by node ordering in graph models.
Abstract
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…
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 · Generative Adversarial Networks and Image Synthesis · Machine Learning in Healthcare
MethodsGraph Neural Network
