Graph Guided Diffusion: Unified Guidance for Conditional Graph Generation
Victor M. Tenorio, Nicolas Zilberstein, Santiago Segarra, Antonio G. Marques

TL;DR
This paper introduces GGDiff, a unified guidance framework for conditional graph generation using diffusion models, capable of handling both differentiable and non-differentiable reward signals through a stochastic control approach.
Contribution
It proposes a novel, versatile guidance method for diffusion-based graph generation that unifies multiple strategies and enables zero-shot conditioning with diverse reward functions.
Findings
Effective guidance under various reward types
Superior reward alignment and diversity in generated graphs
Applicable to tasks like motif constraints, fairness, and link prediction
Abstract
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 arbitrary reward signals is difficult: gradient-based methods, while powerful, are often unsuitable due to the discrete and combinatorial nature of graphs, and non-differentiable rewards further complicate gradient-based guidance. We propose Graph Guided Diffusion (GGDiff), a novel guidance framework that interprets conditional diffusion on graphs as a stochastic control problem to address this challenge. GGDiff unifies multiple guidance strategies, including gradient-based guidance (for differentiable rewards), control-based guidance (using control signals from forward reward evaluations), and zero-order approximations (bridging gradient-based and gradient-free…
Peer Reviews
Decision·Submitted to ICLR 2026
1. Novel theoretical framing The paper reformulates conditional graph diffusion as a stochastic optimal control (SOC) problem, which provides a unified theoretical view for guided generation. This is conceptually new in the graph domain. 2. Training-free The method only modifies the sampling process and does not require retraining or auxiliary classifiers, making it lightweight and compatible with existing pretrained diffusion models.
1. Lack of stability or convergence analysis The paper does not analyze how control strength (λ) or step size affects sampling stability. Since the control term directly modifies the diffusion dynamics, large or inconsistent Ut may cause sampling divergence, but this is not discussed. 2. High variance in zeroth-order (ZO) gradient estimation For non-differentiable rewards, ZO estimation introduces significant stochastic noise, especially in high-dimensional graph spaces. The method lacks mechani
Expect for the experimental section, the paper is clearly written and easy to follow, even for readers less familiar with stochastic optimal control. The presentation is structured and well-motivated. The proposed method is conceptually sound and supported by rigorous derivations. The framework is general and theoretically appealing, providing a principled approach to conditional generation with non-differentiable objectives. The empirical evaluation covers a wide range of datasets and tasks,
### Comparison with Standard Guidance Methods While the framework is motivated as an alternative to existing guidance-based conditional generation methods, the paper does not include direct comparisons with standard guidance approaches for graphs, such as classifier guidance or classifier-free guidance. Including these as baselines in the experimental section would substantially strengthen the empirical validation and support the paper’s claims. In addition, the paper argues that these guidance
1. Provides an alternative to reinforcement learning (RL) for generation with non-differentiable scoring functions. 2. Theoretically sound and clearly written.
1. Evaluation is limited, with comparisons against only a few baseline methods. 2. Generation efficiency under non-differentiable scoring functions is not assessed, which is critical for real-world applications.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsSemantic Web and Ontologies · Model-Driven Software Engineering Techniques · Advanced Graph Neural Networks
MethodsDiffusion
