Advancing Graph Generation through Beta Diffusion
Xinyang Liu, Yilin He, Bo Chen, Mingyuan Zhou

TL;DR
This paper introduces Graph Beta Diffusion, a novel generative model that effectively handles the complex mixed discrete and continuous features of graph data, outperforming existing models on various benchmarks.
Contribution
The paper proposes Graph Beta Diffusion, a new diffusion process tailored for graph data, with a modulation technique to improve graph realism and topology stability.
Findings
Strong performance on multiple graph benchmarks
Effective modeling of discrete and continuous graph features
Enhanced realism and topology stability in generated graphs
Abstract
Diffusion models have excelled in generating natural images and are now being adapted to a variety of data types, including graphs. However, conventional models often rely on Gaussian or categorical diffusion processes, which can struggle to accommodate the mixed discrete and continuous components characteristic of graph data. Graphs typically feature discrete structures and continuous node attributes that often exhibit rich statistical patterns, including sparsity, bounded ranges, skewed distributions, and long-tailed behavior. To address these challenges, we introduce Graph Beta Diffusion (GBD), a generative model specifically designed to handle the diverse nature of graph data. GBD leverages a beta diffusion process, effectively modeling both continuous and discrete elements. Additionally, we propose a modulation technique that enhances the realism of generated graphs by stabilizing…
Peer Reviews
Decision·ICLR 2025 Poster
- The core idea of applying a diffusion method based on the beta distribution to graph generation seems logical. - The graph generation task that this paper tackles is enjoying a lot of attention recently. - The writing is generally clear. - The evaluation is fairly extensive, showing that the method is at least competitive with other recent approaches, and also includes ablations for the proposed design components.
- Since the main thrust of this paper is approaching graph generation with a diffusion method that is suited for bounded data, like the probability of each edge, there could be more discussion of alternatives to beta diffusion. What makes beta diffusion (Zhou et al., 2023) more suited for this task as opposed to, e.g., Dirichlet Diffusion Score Model (Avdeyev et al., 2023) or Dirichlet Flow Matching (Stark et al., 2024)? - Relatedly, given that the main thrust is application of beta diffusion, t
- Adapting the recent beta diffusion process to graph-structured data. - The model is evaluated on both synthetic and real-world data, including widely used molecule datasets. - The structure of the paper is generally well-organized.
- While the model adapts the diffusion process for graph data, there is limited discussion on unique contributions beyond this adaptation. Emphasizing the model’s distinct aspects and theoretical advancements would strengthen the paper's impact. - Similarly, the paper heavily references Zhou et al. (2023), making it challenging for readers who are not familiar with this work to fully understand the technical content. - The reported results raise questions about the practical significance of the
1.The paper is well-articulated and easy to comprehend. 2.The rationale behind this paper is quite sound, as diffusion models and graph structures do not align well.
1.Could the author offer a comparison of complexity? For instance, the calculation of concentration appears to be time-consuming. Authors should provide a comparison of complexity with other methods, preferably including both theoretical analysis as well as experimental data. (e.g. complexity comparison between GDSS and Digress) 2.Lack of detection for networks with other topological properties. BA networks, for example, follow a power-law distribution. 3.The sample rate analysis and scalability
Code & Models
Videos
Taxonomy
TopicsDNA and Biological Computing · Data Mining Algorithms and Applications · Software Testing and Debugging Techniques
MethodsDiffusion
