paper-with-me

Papers

Efficient and Degree-Guided Graph Generation via Discrete Diffusion Modeling

2023-05-06 · Xiaohui Chen, Jiaxing He, Xu Han, Li-Ping Liu

Diffusion-based generative graph models have been proven effective in generating high-quality small graphs. However, they need to be more scalable for generating large graphs containing thousands of nodes desiring graph statistics. In this work, we propose EDGE, a new diffusion-based generative graph model that addresses generative tasks with large graphs. To improve computation efficiency, we encourage graph sparsity by using a discrete diffusion process that randomly removes edges at each time step and finally obtains an empty graph. EDGE only focuses on a portion of nodes in the graph at each denoising step. It makes much fewer edge predictions than previous diffusion-based models. Moreover, EDGE admits explicitly modeling the node degrees of the graphs, further improving the model performance. The empirical study shows that EDGE is much more efficient than competing methods and can generate large graphs with thousands of nodes. It also outperforms baseline models in generation quality: graphs generated by our approach have more similar graph statistics to those of the training graphs.

📄 PDF Abstract BibTeX arXiv:2305.04111

Code (1)

tufts-ml/graph-generation-edge 공식 구현 pytorch

Tasks

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

MolHIT: Advancing Molecular-Graph Generation with Hierarchical Discrete Diffusion Models

2026-02-19 · Hojung Jung, Rodrigo Hormazabal, Jaehyeong Jo, Youngrok Park 외 arxiv

Molecular generation with diffusion models has emerged as a promising direction for AI-driven drug discovery and materials science. While graph diffusion models have been widely adopted due to the discrete nature of 2D m…

Graph GenerationDrug Discovery

CoPHo: Classifier-guided Conditional Topology Generation with Persistent Homology

2025-12-17 · Gongli Xi, Ye Tian, Mengyu Yang, Zhenyu Zhao 외 arxiv

The structure of topology underpins much of the research on performance and robustness, yet available topology data are typically scarce, necessitating the generation of synthetic graphs with desired properties for testi…

BrepGiff: Lightweight Generation of Complex B-rep with 3D GAT Diffusion

2025-01-01 · CVPR 2025 1 · Hao Guo, Xiaoshui Huang, Hao jiacheng, Yunpeng Bai 외

Despite advancements in Computer-Aided-Design (CAD) generation, direct generation of complex Boundary Representation (B-rep) CAD models remains challenging. This difficulty arises from the parametric nature of B-rep …

Graph Attention

Graph Guided Diffusion: Unified Guidance for Conditional Graph Generation

2025-05-26 · Victor M. Tenorio, Nicolas Zilberstein, Santiago Segarra, Antonio G. Marques

Diffusion models have emerged as powerful generative models for graph generation, yet their use for conditional graph generation remains a fundamental challenge. In particular, guiding diffusion models on graphs under ar…

Computational EfficiencyFairnessGraph GenerationLink Prediction

GraphWeave: Interpretable and Robust Graph Generation via Random Walk Trajectories

2025-09-22 · Rahul Nandakumar, Deepayan Chakrabarti arxiv

Given a set of graphs from some unknown family, we want to generate new graphs from that family. Recent methods use diffusion on either graph embeddings or the discrete space of nodes and edges. However, simple changes t…

Graph Generation