paper-with-me

Papers

SaGess: Sampling Graph Denoising Diffusion Model for Scalable Graph Generation

2023-06-29 · Stratis Limnios, Praveen Selvaraj, Mihai Cucuringu, Carsten Maple, Gesine Reinert, Andrew Elliott

Over recent years, denoising diffusion generative models have come to be considered as state-of-the-art methods for synthetic data generation, especially in the case of generating images. These approaches have also proved successful in other applications such as tabular and graph data generation. However, due to computational complexity, to this date, the application of these techniques to graph data has been restricted to small graphs, such as those used in molecular modeling. In this paper, we propose SaGess, a discrete denoising diffusion approach, which is able to generate large real-world networks by augmenting a diffusion model (DiGress) with a generalized divide-and-conquer framework. The algorithm is capable of generating larger graphs by sampling a covering of subgraphs of the initial graph in order to train DiGress. SaGess then constructs a synthetic graph using the subgraphs that have been generated by DiGress. We evaluate the quality of the synthetic data sets against several competitor methods by comparing graph statistics between the original and synthetic samples, as well as evaluating the utility of the synthetic data set produced by using it to train a task-driven model, namely link prediction. In our experiments, SaGess, outperforms most of the one-shot state-of-the-art graph generating methods by a significant factor, both on the graph metrics and on the link prediction task.

📄 PDF Abstract BibTeX arXiv:2306.16827

Code (1)

Slimnios/SaGess pytorch

Tasks

DenoisingGraph GenerationLink PredictionSynthetic Data Generation

Methods 이 논문이 사용한 방법론

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 제목 키워드 기반

T-SCEND: Test-time Scalable MCTS-enhanced Diffusion Model

2025-02-04 · Tao Zhang, Jia-Shu Pan, Ruiqi Feng, Tailin Wu

We introduce Test-time Scalable MCTS-enhanced Diffusion Model (T-SCEND), a novel framework that significantly improves diffusion model's reasoning capabilities with better energy-based training and scaling up test-time c…

Contrastive LearningDenoising

Controllable Graph Generation with Diffusion Models via Inference-Time Tree Search Guidance

2025-10-12 · Jiachi Zhao, Zehong Wang, Yamei Liao, Chuxu Zhang 외 arxiv

Graph generation is a fundamental problem in graph learning with broad applications across Web-scale systems, knowledge graphs, and scientific domains such as drug and material discovery. Recent approaches leverage diffu…

Graph GenerationKnowledge GraphsGraph Learning

Flow Sampling: Learning to Sample from Unnormalized Densities via Denoising Conditional Processes

2026-05-05 · Aaron Havens, Brian Karrer, Neta Shaul arxiv

Sampling from unnormalized densities is analogous to the generative modeling problem, but the target distribution is defined by a known energy function instead of data samples. Because evaluating the energy function is o…

PTQD: Accurate Post-Training Quantization for Diffusion Models

2023-05-18 · NeurIPS 2023 11 · Yefei He, Luping Liu, Jing Liu, Weijia Wu 외

Diffusion models have recently dominated image synthesis tasks. However, the iterative denoising process is expensive in computations at inference time, making diffusion models less practical for low-latency and scalable…

DenoisingImage GenerationQuantization

Breaking the Bottlenecks: Scalable Diffusion Models for 3D Molecular Generation

2026-01-13 · Adrita Das, Peiran Jiang, Dantong Zhu, Barnabas Poczos 외 arxiv

Diffusion models have emerged as a powerful class of generative models for molecular design, capable of capturing complex structural distributions and achieving high fidelity in 3D molecule generation. However, their wid…