paper-with-me

Papers

GraphGDP: Generative Diffusion Processes for Permutation Invariant Graph Generation

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

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 nature of graphs, as well as permutation invariance to node orderings in underlying graph distributions. Current leading autoregressive models fail to capture the permutation invariance nature of graphs for the reliance on generation ordering and have high time complexity. Here, we propose a continuous-time generative diffusion process for permutation invariant graph generation to mitigate these issues. Specifically, we first construct a forward diffusion process defined by a stochastic differential equation (SDE), which smoothly converts graphs within the complex distribution to random graphs that follow a known edge probability. Solving the corresponding reverse-time SDE, graphs can be generated from newly sampled random graphs. To facilitate the reverse-time SDE, we newly design a position-enhanced graph score network, capturing the evolving structure and position information from perturbed graphs for permutation equivariant score estimation. Under the evaluation of comprehensive metrics, our proposed generative diffusion process achieves competitive performance in graph distribution learning. Experimental results also show that GraphGDP can generate high-quality graphs in only 24 function evaluations, much faster than previous autoregressive models.

📄 PDF Abstract BibTeX arXiv:2212.01842

Code (1)

graph-0/graphgdp 공식 구현 pytorch

Tasks

Graph GenerationPosition

Methods 이 논문이 사용한 방법론

fail 설명 없음
Diffusion Diffusion models generate samples by gradually removing noise from a signal, and their training objective can be expressed as a reweighted variational lower-bound…

Similar Papers 제목 키워드 기반

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

High-dimensional and Permutation Invariant Anomaly Detection

2023-06-06 · Vinicius Mikuni, Benjamin Nachman

Methods for anomaly detection of new physics processes are often limited to low-dimensional spaces due to the difficulty of learning high-dimensional probability densities. Particularly at the constituent level, incorpor…

Anomaly DetectionDensity Estimation

Scalable Single-Cell Gene Expression Generation with Latent Diffusion Models

2025-11-04 · Giovanni Palla, Sudarshan Babu, Payam Dibaeinia, James D. Pearce 외 arxiv

Computational modeling of single-cell gene expression is crucial for understanding cellular processes, but generating realistic expression profiles remains a major challenge. This difficulty arises from the count nature …

Permutation-Invariant Spectral Learning via Dyson Diffusion

2025-10-09 · Tassilo Schwarz, Cai Dieball, Constantin Kogler, Renaud Lambiotte 외 arxiv

Diffusion models are central to generative modeling and have been adapted to graphs by diffusing adjacency matrix representations. The challenge of having up to $n!$ such representations for graphs with $n$ nodes is only…

Computational Efficiency

Permutation Invariant Graph Generation via Score-Based Generative Modeling

2020-03-02 · Chenhao Niu, Yang song, Jiaming Song, Shengjia Zhao 외

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 ge…

Graph GenerationGraph Neural Network