REVIEW 4 major objections 7 minor 61 references
Train on small graphs, generate big ones: diffusion on graphons scales up
Reviewed by Pith at T0; open to challenge. T0 means a machine referee read the full paper against a public rubric. the ladder, T0–T4 →
T0 review · glm-5.2
2026-07-09 16:34 UTC pith:VSYUBGDA
load-bearing objection First diffusion model defined directly on graphon space; moment-matching theory is clean but the reverse-process score approximation is uncharacterized. the 4 major comments →
DiPhon: Diffusion on Graphons for Scalable Graph Generation
The pith
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
Core claim
The central object is a Jacobi diffusion defined on graphon space. A graphon is a symmetric function from the unit square to [0,1] that serves as the limit of a sequence of dense graphs of growing size, with the function value at a point giving the probability of an edge between two nodes labeled by that point. The Jacobi diffusion is a stochastic process on [0,1] whose diffusion coefficient vanishes at the boundaries 0 and 1, keeping the process confined to the unit interval, and whose stationary distribution is a Beta distribution. By placing this diffusion on graphon space and then discretizing, the authors obtain a finite-dimensional process on graph cells that provably matches the first
What carries the argument
The key machinery is the renormalization of the Jacobi diffusion parameters that makes the discretize-then-diffuse construction match the diffuse-then-discretize construction. The continuous graphon process uses parameters (kappa, sigma, mu). The discrete cell-level process uses renormalized parameters where the noise is scaled by N^2, the mean-reversion rate is adjusted by a term involving (N^2 - 1), and the target mean is made time-varying to preserve the mean trajectory exactly. This renormalization ensures that the discrete process matches the first moment of the continuous process exactly and the second moment up to a discrepancy proportional to the in-cell variance of the initial graph
Load-bearing premise
The equivalence between the continuous graphon diffusion and the discrete process is proven only at the level of the first two moments. The full distance between the marginal distributions is not bounded, so if generation quality depends on higher-order structure, the size-transfer property may not hold.
What would settle it
A graph family where the first two moments of the edge-probability distribution match between the continuous and discrete processes, but the generated graphs systematically fail to preserve a structural property that depends on third or higher-order moments, such as clustering coefficient or motif counts beyond edges.
If this is right
- If the moment-matching guarantee is sufficient for generation quality, then graph diffusion models can be trained on small graphs and deployed on large graphs, reducing the computational cost of training on large-graph datasets.
- The Jacobi diffusion on graphon space provides a principled reference distribution for graph generation, analogous to the Gaussian reference in image diffusion, since the stationary regime converges to the Erdos-Renyi graphon in homomorphism density.
- The framework could extend to node features, categorical edges, and weighted graphs by applying bounded Jacobi-type diffusions to those variables, though the theoretical guarantees would need to be re-derived.
- The approach could inform graph neural network transferability, since the forward process produces graph-valued samples at every time step that could serve as data augmentation across graph sizes.
Where Pith is reading between the lines
- The moment-matching guarantee is established only for the first two moments. If generation quality depends on higher-order structure, two distributions sharing mean and variance could still produce structurally different graphs, and the size-transfer property might degrade for graph families where higher-order motifs dominate.
- The theoretical framework is developed for dense graphs, but the experiments include sparse graph families like trees. The empirical success on sparse graphs suggests the size-transfer mechanism may be more broadly applicable than the theory formally justifies, but it is unclear why the mechanism works outside the dense regime.
- The training overhead of simulating forward trajectories, since the renormalized Jacobi transition lacks a tractable closed-form density for direct sampling, could limit practical adoption relative to methods with tractable transitions.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The paper introduces DiPhon, a diffusion-based graph generative model designed for size-scalable generation. The core idea is to define a forward diffusion process on graphon space—the limit object of dense graph sequences—using a Jacobi SDE whose state is naturally bounded in [0,1], making it compatible with edge-probability semantics. The authors then discretize this process to obtain a tractable graph-level SDE, derive the reverse-time process, and propose a training scheme based on graph denoising. The main theoretical contributions are: (1) Theorem 1 and Corollary 1, which show that the discretized process matches the first moment of the continuous graphon process exactly and the second moment up to a closed-form discrepancy; and (2) Theorem 2, which establishes that the stationary distribution of the sampled graphs converges in homomorphism density to an Erdős–Rényi graphon. Empirically, the authors demonstrate that DiPhon can be trained on small graphs and generate larger graphs at inference time while preserving structural properties, outperforming discrete and Gaussian diffusion baselines on SBM, PA, and tree datasets.
Significance. The paper addresses a genuinely important and underexplored problem: transferring generative models across graph sizes without retraining. The graphon perspective is a natural and principled bridge for this, and the use of Jacobi diffusion to maintain bounded edge probabilities is a well-motivated alternative to Gaussian SDEs. The moment-matching theorems are clean, the closed-form score via Jacobi polynomial expansions is a notable technical contribution, and the Erdős–Rényi limit theorem provides a useful asymptotic sanity check. The empirical results on out-of-distribution size generalization are promising, particularly the robustness on sparse tree graphs outside the formal dense-graphon regime. The framework is specific and falsifiable, with clearly identified parameters and assumptions.
major comments (4)
- Section 4.1–4.2, Eqs. (15)–(17): The reverse-time SDE (Eq. 15) requires the marginal score ∇_W log p̃_t(W̃_t^{ij}), but the paper substitutes the conditional score ∇_W log p̃_t(W̃_t^{ij} | W_0^{ij}) from Eq. (17), with W_0^{ij} replaced by the denoiser's point estimate Â_0^{ij}. For Gaussian diffusion, the conditional score is linear in x_0, so substituting E[x_0|x_t] is exact. For the Jacobi process, the conditional score (Eq. 17) is a nonlinear function of W_0 through the Jacobi polynomials ϕ_n(W_0) in both numerator and denominator. Thus ∇_W log p̃_t(W̃_t) ≠ ∇_W log p̃_t(W̃_t | E[W_0|W̃_t]) in general. The paper does not bound or characterize the error introduced by this plug-in approximation. This is load-bearing for the generative claim, since the scalability of generation depends on the reverse process being correct, not just the forward moment matching. The authors should either (
- Section 5.1, Figure 2: The forward moment-matching experiments use σ=0.005, which is an extremely small noise amplitude. In this regime, the Jacobi diffusion is nearly deterministic and the conditional score is approximately linear in W_0, so the plug-in approximation discussed above may work well by coincidence rather than by the mechanism the paper intends. The scalability experiments in Section 5.2 also appear to use constant-parameter settings, but the specific σ value is not reported. The authors should clarify what σ values are used in the generative experiments and whether the moment-matching and score-approximation guarantees remain meaningful in those regimes.
- Section 6, Theorem 2: The Erdős–Rényi limit theorem (Eq. 14) shows that the forward process converges to a trivial stationary distribution (i.i.d. Bernoulli with mean µ). While this is a valid asymptotic check, it means the forward process destroys all graph structure at stationarity. The paper does not discuss how this relates to the generative quality of the reverse process, which must recover structure from this uninformative starting point. The connection between the trivial stationary law and the practical difficulty of the reverse denoising task should be addressed, especially given that the score approximation error (Major Comment 1) may compound when the reverse process must traverse from an unstructured state.
- Section 5.2, Figure 3: The evaluation metrics (forest accuracy for trees, statistical validity for SBMs, power-law fit for PAs) measure whether generated graphs satisfy the defining property of each family, but do not measure distributional fidelity (e.g., whether the generated graphs match the training distribution beyond the coarse property). A method could achieve high accuracy by generating trivially valid but distributionally wrong graphs (e.g., a forest of isolated edges). The authors should include at least one distributional metric (e.g., degree distribution distance, clustering coefficient comparison) to strengthen the scalability claim.
minor comments (7)
- Section 3.3, Eq. (7): The renormalization formula for κ̃ involves the term σ²(N²−1)/2. The stability condition κ̃ > 0 is mentioned in Appendix C.2 but not in the main text. This condition constrains the admissible (κ, σ, N) combinations and should be stated in Section 3.3.
- Section 4.2, Eq. (18): The denoising loss uses A_0^{ij} as the target, but the text in Section 4.2 argues that A_0 is an unbiased proxy for the unobserved graphon entry W_0^{ij}. The loss minimizes E[||Φ_θ − A_0||²] (in cross-entropy), which recovers E[A_0|W̃_t] = P(W_0=1|W̃_t), not W_0 itself. The paper should clarify whether the denoiser is intended to predict the binary edge or the continuous graphon entry, as this affects the interpretation of the plug-in in Eq. (17).
- Appendix E, Algorithm 2, line 9: The reverse-time integration includes a clipping step ('Clip W̃_{t−Δt} to [0,1]'). Since the Jacobi diffusion is bounded by construction, clipping should not be necessary if the SDE is integrated correctly. The presence of clipping suggests numerical instability in the Euler–Maruyama scheme. The authors should discuss whether this is a practical concern and whether it affects the theoretical guarantees.
- Section 5.2: The specific hyperparameters used for DiPhon in the scalability experiments (κ, σ, µ, T, K, M) are not reported in the main text. These should be included, at least in summary form, to allow reproducibility.
- Figures 12–14 (Appendix G.2): The visualization grids are useful but the node sizes are not labeled on the axes, making it difficult to compare across methods at specific sizes. Adding size labels would improve clarity.
- Section 2: The related work mentions that graphons have been used with graphette priors for flow matching [18], but does not discuss the relationship between DiPhon's graphon-space diffusion and that approach in sufficient detail. A sentence clarifying why placing the diffusion on graphon space (DiPhon) is fundamentally different from using graphons as a prior (Flowette) would help.
- Typo in Section 3.3: 'maatches' should be 'matches' (in the sentence beginning 'we seek to design the discrete process such that the probability distribution of W̃_t^{ij} maatches...').
Circularity Check
No circularity: moment-matching is a design choice, not a self-definitional reduction; the conditional score is derived from independent spectral theory.
full rationale
The paper's derivation chain is self-contained and does not exhibit circularity. The central theoretical result (Theorem 1) states that the renormalized discrete SDE (Eq. 6) with parameters (Eq. 7) matches the first two moments of the continuous graphon diffusion's spatial average (Eq. 5). This is a design choice (choosing parameters to match moments), not circular reasoning: the continuous process (Eq. 4) is defined independently via the Jacobi SDE, and the discrete process is a separate construction whose moments are then proven to align. The conditional score (Eq. 17) is derived from the known spectral eigendecomposition of the Jacobi diffusion (Appendix B.3), which is classical mathematics [28, 48, 54], not a self-citation. The denoiser is trained via a standard binary cross-entropy loss (Eq. 18) to predict the clean graph, and its output is plugged into the conditional score formula as a surrogate for the unobserved graphon entry. While the skeptic correctly notes that this plug-in substitution is inexact for nonlinear Jacobi dynamics (unlike Gaussian diffusion), this is a correctness/approximation concern, not circularity: the paper does not claim the marginal score equals the conditional score, nor does it define one in terms of the other. The experiments use external baselines (DiGress, DeFoG, GDSS, GruM) and standard graph families (SBM, PA, trees), providing independent validation. No step in the derivation chain reduces to its own inputs by construction.
Axiom & Free-Parameter Ledger
free parameters (6)
- κ (mean reversion rate) =
1.0 (in experiments)
- σ (noise amplitude) =
0.005 (in experiments)
- µ (stationary mean) =
0.45 (SBM), data-dependent
- T (diffusion horizon) =
4.0
- M (Jacobi mode truncation) =
not specified
- K (reverse steps) =
not specified
axioms (5)
- standard math Graphons are the canonical limit objects of dense graph sequences (Lovász–Szegedy theory)
- standard math Anderson's time-reversal theorem for diffusions
- standard math Jacobi diffusion has Beta stationary law and admits spectral expansion in Jacobi polynomials
- domain assumption Observed graph A_0 is a Bernoulli sample of an underlying graphon
- ad hoc to paper The denoiser output Φ_θ is a sufficient proxy for the unobserved graphon entry W_0^ij
invented entities (2)
-
DiPhon (the discretized graph-level Jacobi process)
independent evidence
-
Renormalized parameters (σ̃, κ̃, μ̃_t) in Eq. (7)
independent evidence
read the original abstract
Diffusion models represent a leading paradigm for graph generation, with notable impact in domains such as molecular design. Yet, scaling these models to large graphs remains an open problem. We approach this question in the dense-graph setting through the lens of graphons, the size-agnostic limit objects of dense graph sequences, to study how structural graph statistics behave across node-size scales. This perspective leads to DiPhon, a diffusion framework for size-scalable graph generation. Specifically, we formulate a continuous diffusion process on the graphon space via a Jacobi stochastic differential equation (SDE), and propose DiPhon, a discretized graph-level process that mimics these dynamics on finite graphs. We further derive the corresponding reverse-time process, which requires access to the marginal score. For the Jacobi process, this score interestingly admits a tractable form, which we estimate from data via graph denoising and plug into the reverse process to generate graph samples. We prove that DiPhon matches exactly the first moment of the marginal distributions induced by the continuous graphon process, and approximates the second moment up to a closed-form discrepancy. Thus, DiPhon inherits key size-agnostic statistical properties of the graphon dynamics, providing a principled route toward scalable graph generation. Empirically, we demonstrate this scalability by training on small graphs and generating progressively larger graphs at inference time, without retraining, while preserving their core topological properties.
Figures
Reference graph
Works this paper leans on
-
[1]
Score-based generative modeling of graphs via the system of stochastic differential equations
Jaehyeong Jo, Seul Lee, and Sung Ju Hwang. Score-based generative modeling of graphs via the system of stochastic differential equations. InInternational conference on machine learning, pages 10362–10383, 2022
work page 2022
-
[2]
Digress: Discrete denoising diffusion for graph generation
Clément Vignac, Igor Krawczuk, Antoine Siraudin, Bohan Wang, V olkan Cevher, and Pascal Frossard. Digress: Discrete denoising diffusion for graph generation. InInternational Conference on Learning Representations, 2023
work page 2023
-
[3]
Midi: Mixed graph and 3d denoising diffusion for molecule generation
Clement Vignac, Nagham Osman, Laura Toni, and Pascal Frossard. Midi: Mixed graph and 3d denoising diffusion for molecule generation. InJoint European Conference on Machine Learning and Knowledge Discovery in Databases, pages 560–576, 2023
work page 2023
-
[4]
Muchen Li, Jeffrey Yunfan Liu, Leonid Sigal, and Renjie Liao. Graphpnas: Learning probabilistic graph generators for neural architecture search.Transactions on Machine Learning Research, 2023
work page 2023
-
[5]
Limits of dense graph sequences.Journal of Combinatorial Theory, Series B, 96(6):933–957, 2006
László Lovász and Balázs Szegedy. Limits of dense graph sequences.Journal of Combinatorial Theory, Series B, 96(6):933–957, 2006
work page 2006
-
[6]
American Mathematical Soc., 2012
László Lovász.Large networks and graph limits, volume 60. American Mathematical Soc., 2012
work page 2012
-
[7]
Graphon signal processing.IEEE Transactions on Signal Processing, 69:4961–4976, 2021
Luana Ruiz, Luiz FO Chamon, and Alejandro Ribeiro. Graphon signal processing.IEEE Transactions on Signal Processing, 69:4961–4976, 2021
work page 2021
-
[8]
Graphon neural networks and the transferability of graph neural networks
Luana Ruiz, Luiz Chamon, and Alejandro Ribeiro. Graphon neural networks and the transferability of graph neural networks. InAdvances in Neural Information Processing Systems, volume 33, pages 1702–1712, 2020
work page 2020
-
[9]
Defog: Discrete flow matching for graph generation
Yiming Qin, Manuel Madeira, Dorina Thanou, and Pascal Frossard. Defog: Discrete flow matching for graph generation. InInternational Conference on Machine Learning, pages 50269–50326, 2025
work page 2025
-
[10]
Graph generation with diffusion mixture
Jaehyeong Jo, Dongki Kim, and Sung Ju Hwang. Graph generation with diffusion mixture. InInternational Conference on Machine Learning, pages 22371–22405, 2024
work page 2024
-
[11]
Dirichlet diffusion score model for biological sequence generation
Pavel Avdeyev, Chenlai Shi, Yuhao Tan, Kseniia Dudnyk, and Jian Zhou. Dirichlet diffusion score model for biological sequence generation. InInternational Conference on Machine Learning, pages 1276–1301, 2023
work page 2023
-
[12]
Christian Borgs, Jennifer T Chayes, László Lovász, Vera T Sós, and Katalin Vesztergombi. Convergent sequences of dense graphs i: Subgraph frequencies, metric properties and testing.Advances in Mathematics, 219(6):1801–1851, 2008
work page 2008
-
[13]
Ron Levie, Wei Huang, Lorenzo Bucci, Michael Bronstein, and Gitta Kutyniok. Transferability of spectral graph convolutional neural networks.Journal of Machine Learning Research, 22(272):1–59, 2021
work page 2021
-
[14]
Sohir Maskey, Ron Levie, and Gitta Kutyniok. Transferability of graph neural networks: an extended graphon approach.Applied and Computational Harmonic Analysis, 63:48–83, 2023
work page 2023
-
[15]
Learning Graphon Autoencoders for Generative Graph Modeling
Hongteng Xu, Peilin Zhao, Junzhou Huang, and Dixin Luo. Learning graphon autoencoders for generative graph modeling.arXiv preprint arXiv:2105.14244, 2021
work page internal anchor Pith review Pith/arXiv arXiv 2021
-
[16]
Implicit graphon neural representation
Xinyue Xia, Gal Mishne, and Yusu Wang. Implicit graphon neural representation. InInternational Conference on Artificial Intelligence and Statistics, pages 10619–10634, 2023
work page 2023
-
[17]
Scalable implicit graphon learning
Ali Azizpour, Nicolas Zilberstein, and Santiago Segarra. Scalable implicit graphon learning. InInterna- tional Conference on Artificial Intelligence and Statistics, pages 3952–3960, 2025
work page 2025
-
[18]
Flowette: Flow Matching with Graphette Priors for Graph Generation
Asiri Wijesinghe, Sevvandi Kandanaarachchi, Daniel M Steinberg, and Cheng Soon Ong. Flowette: Flow matching with graphette priors for graph generation.arXiv preprint arXiv:2602.23566, 2026
work page internal anchor Pith review Pith/arXiv arXiv 2026
-
[19]
Structured denoising diffusion models in discrete state-spaces
Jacob Austin, Daniel D Johnson, Jonathan Ho, Daniel Tarlow, and Rianne Van Den Berg. Structured denoising diffusion models in discrete state-spaces. InAdvances in neural information processing systems, volume 34, pages 17981–17993, 2021
work page 2021
-
[20]
Permutation invariant graph generation via score-based generative modeling
Chenhao Niu, Yang Song, Jiaming Song, Shengjia Zhao, Aditya Grover, and Stefano Ermon. Permutation invariant graph generation via score-based generative modeling. InInternational conference on artificial intelligence and statistics, pages 4474–4484, 2020. 11
work page 2020
-
[21]
Dirichlet flow matching with applications to dna sequence design
Hannes Stark, Bowen Jing, Chenyu Wang, Gabriele Corso, Bonnie Berger, Regina Barzilay, and Tommi Jaakkola. Dirichlet flow matching with applications to dna sequence design. InInternational Conference on Machine Learning, pages 46495–46513, 2024
work page 2024
-
[22]
Variational flow matching for graph generation
Floor Eijkelboom, Grigory Bartosh, Christian A Naesseth, Max Welling, and Jan-Willem van de Meent. Variational flow matching for graph generation. InAdvances in Neural Information Processing Systems, volume 37, pages 11735–11764, 2024
work page 2024
-
[23]
Fisher flow matching for generative modeling over discrete data
Oscar Davis, Samuel Kessler, Mircea Petrache, ˙Ismail ˙I Ceylan, Michael Bronstein, and Avishek J Bose. Fisher flow matching for generative modeling over discrete data. InAdvances in Neural Information Processing Systems, volume 37, pages 139054–139084, 2024
work page 2024
-
[24]
Diffusion Models for Constrained Domains
Nic Fishman, Leo Klarner, Valentin De Bortoli, Emile Mathieu, and Michael Hutchinson. Diffusion models for constrained domains.arXiv preprint arXiv:2304.05364, 2023
work page internal anchor Pith review Pith/arXiv arXiv 2023
-
[25]
Riemannian score-based generative modelling
Valentin De Bortoli, Emile Mathieu, Michael Hutchinson, James Thornton, Yee Whye Teh, and Arnaud Doucet. Riemannian score-based generative modelling. InAdvances in neural information processing systems, volume 35, pages 2406–2422, 2022
work page 2022
-
[26]
Se (3) diffusion model with application to protein backbone generation
Jason Yim, Brian L Trippe, Valentin De Bortoli, Emile Mathieu, Arnaud Doucet, Regina Barzilay, and Tommi Jaakkola. Se (3) diffusion model with application to protein backbone generation. InInternational Conference on Machine Learning, pages 40001–40039, 2023
work page 2023
-
[27]
Brian Anderson. Reverse-time diffusion equation models.Stochastic Processes and their Applications, 12 (3):313–326, 1982
work page 1982
-
[28]
American Mathematical Soc., 1939
Gabor Szeg.Orthogonal polynomials, volume 23. American Mathematical Soc., 1939
work page 1939
-
[29]
Graph inductive biases in transformers without message passing
Liheng Ma, Chen Lin, Derek Lim, Adriana Romero-Soriano, Puneet K Dokania, Mark Coates, Philip Torr, and Ser-Nam Lim. Graph inductive biases in transformers without message passing. InInternational Conference on Machine Learning, pages 23321–23337, 2023
work page 2023
-
[30]
Antoine Siraudin, Fragkiskos Malliaros, and Christopher Morris. Cometh: A continuous-time discrete-state graph diffusion model.Transactions of Machine Learning Research, 2025
work page 2025
-
[31]
Sevvandi Kandanaarachchi and Cheng Soon Ong. Graphons of line graphs.arXiv preprint arXiv:2409.01656, 2024
work page internal anchor Pith review Pith/arXiv arXiv 2024
-
[32]
Karolis Martinkus, Andreas Loukas, Nathanaël Perraudin, and Roger Wattenhofer. Spectre: Spectral conditioning helps to overcome the expressivity limits of one-shot graph generators. InInternational Conference on Machine Learning, pages 15159–15179, 2022
work page 2022
-
[33]
Convergent sequences of dense graphs ii
Christian Borgs, Jennifer T Chayes, László Lovász, Vera T Sós, and Katalin Vesztergombi. Convergent sequences of dense graphs ii. multiway cuts and statistical physics.Annals of Mathematics, pages 151–219, 2012
work page 2012
-
[34]
Stochastic blockmodels: First steps
Paul W Holland, Kathryn Blackmond Laskey, and Samuel Leinhardt. Stochastic blockmodels: First steps. Social networks, 5(2):109–137, 1983
work page 1983
-
[35]
Stochastic blockmodel approximation of a graphon: Theory and consistent estimation
Edo M Airoldi, Thiago B Costa, and Stanley H Chan. Stochastic blockmodel approximation of a graphon: Theory and consistent estimation. InAdvances in Neural Information Processing Systems, volume 26, 2013
work page 2013
-
[36]
Diffstg: Probabilistic spatio-temporal graph forecasting with denoising diffusion models
Haomin Wen, Youfang Lin, Yutong Xia, Huaiyu Wan, Qingsong Wen, Roger Zimmermann, and Yuxuan Liang. Diffstg: Probabilistic spatio-temporal graph forecasting with denoising diffusion models. InACM international conference on advances in geographic information systems, pages 1–12, 2023
work page 2023
-
[37]
Graph signal generative diffusion models
Yi˘git Berkay Uslu, Samar Hadou, Sergio Rozada, Shirin Saeedi Bidokhti, and Alejandro Ribeiro. Graph signal generative diffusion models. InIEEE International Conference on Acoustics, Speech and Signal Processing, pages 626–630, 2026
work page 2026
-
[38]
Marques, Hadi Jamali-Rad, and Elvin Isufi
Sergio Rozada, Vimal K B, Andrea Cavallo, Antonio G. Marques, Hadi Jamali-Rad, and Elvin Isufi. Graph-aware diffusion for signal generation. InIEEE International Conference on Acoustics, Speech and Signal Processing, pages 461–465, 2026
work page 2026
-
[39]
Diffusion models for graphs benefit from discrete state spaces
Kilian Konstantin Haefeli, Karolis Martinkus, Nathanaël Perraudin, and Roger Wattenhofer. Diffusion models for graphs benefit from discrete state spaces. InThe First Learning on Graphs Conference, 2022. 12
work page 2022
-
[40]
Discrete diffusion modeling by estimating the ratios of the data distribution
Aaron Lou, Chenlin Meng, and Stefano Ermon. Discrete diffusion modeling by estimating the ratios of the data distribution. InInternational Conference on Machine Learning, pages 32819–32848, 2024
work page 2024
-
[41]
Deep unsupervised learning using nonequilibrium thermodynamics
Jascha Sohl-Dickstein, Eric Weiss, Niru Maheswaranathan, and Surya Ganguli. Deep unsupervised learning using nonequilibrium thermodynamics. InInternational conference on machine learning, pages 2256–2265, 2015
work page 2015
-
[42]
Generative modeling by estimating gradients of the data distribution
Yang Song and Stefano Ermon. Generative modeling by estimating gradients of the data distribution. In Advances in neural information processing systems, volume 32, 2019
work page 2019
-
[43]
Denoising diffusion probabilistic models
Jonathan Ho, Ajay Jain, and Pieter Abbeel. Denoising diffusion probabilistic models. InAdvances in neural information processing systems, volume 33, pages 6840–6851, 2020
work page 2020
-
[44]
Score-based generative modeling through stochastic differential equations
Yang Song, Jascha Sohl-Dickstein, Diederik P Kingma, Abhishek Kumar, Stefano Ermon, and Ben Poole. Score-based generative modeling through stochastic differential equations. InInternational Conference on Learning Representations, 2021
work page 2021
-
[45]
Estimation of non-normalized statistical models by score matching
Aapo Hyvärinen and Peter Dayan. Estimation of non-normalized statistical models by score matching. Journal of Machine Learning Research, 6(4), 2005
work page 2005
-
[46]
Pascal Vincent. A connection between score matching and denoising autoencoders.Neural computation, 23(7):1661–1674, 2011
work page 2011
-
[47]
Evolution in mendelian populations.Genetics, 16(2):97, 1931
Sewall Wright. Evolution in mendelian populations.Genetics, 16(2):97, 1931
work page 1931
-
[48]
Samuel Karlin and Howard E Taylor.A second course in stochastic processes. Elsevier, 1981
work page 1981
-
[49]
Springer Science & Business Media, 2011
Alison Etheridge.Some Mathematical Models from Population Genetics: École D’Été de Probabilités de Saint-Flour XXXIX-2009, volume 2012. Springer Science & Business Media, 2011
work page 2009
-
[50]
Julie Lyng Forman and Michael Sørensen. The pearson diffusions: A class of statistically tractable diffusion processes.Scandinavian Journal of Statistics, 35(3):438–465, 2008
work page 2008
-
[51]
Bo Martin Bibby, Ib Michael Skovgaard, and Michael Sørensen. Diffusion-type models with given marginal distribution and autocorrelation function.Bernoulli, 11(2):191–220, 2005
work page 2005
-
[52]
Nizar Demni and Marguerite Zani. Large deviations for statistics of the jacobi process.Stochastic Processes and their Applications, 119(2):518–533, 2009
work page 2009
-
[53]
Multivariate jacobi process with application to smooth transitions
Christian Gourieroux and Joann Jasiak. Multivariate jacobi process with application to smooth transitions. Journal of econometrics, 131(1-2):475–505, 2006
work page 2006
-
[54]
Dominique Bakry, Ivan Gentil, Michel Ledoux, et al.Analysis and geometry of Markov diffusion operators, volume 103. Springer, 2014
work page 2014
-
[55]
On the method of bounded differences.Surveys in combinatorics, 141(1):148–188, 1989
Colin McDiarmid et al. On the method of bounded differences.Surveys in combinatorics, 141(1):148–188, 1989
work page 1989
-
[56]
The numerical solution of stochastic differential equations.The ANZIAM Journal, 20(1):8–12, 1977
Peter E Kloeden and RA Pearson. The numerical solution of stochastic differential equations.The ANZIAM Journal, 20(1):8–12, 1977
work page 1977
-
[57]
N2 Z Ii×Ij 2Wt(x, y)dW t(x, y)dx dy # =E
Tero Karras, Miika Aittala, Timo Aila, and Samuli Laine. Elucidating the design space of diffusion-based generative models. InAdvances in neural information processing systems, volume 35, pages 26565–26577, 2022. 13 A Extended related work This appendix expands the related-work discussion sketched in Section 2. We organize it along the two lines that fram...
work page 2022
-
[58]
Stochastic block model (SBM).The training graphs have node sizes ranging from 40 to 80 and are generated from a two-community SBM with within-community connection probability 0.4 and across-community connection probability 0.005. This family is the most naturally aligned with the graphon setting, since it admits a clear piecewise-constant graphon represen...
-
[59]
Preferential attachment (PA).The training graphs have node sizes ranging from 40 to
-
[60]
Although PA graphs do not admit a standard graphon representation directly, their line graphs do, which makes them a meaningful intermediate case. As with SBMs, we do not consider graphs smaller than 40 nodes because, for very small graphs, the characteristic structural signature of preferential attachment is less reliably assessed
-
[61]
Tree.The training graphs have node sizes ranging from 20 to 80. Trees do not admit an associated graphon in the classical sense, so they provide a useful test of performance clearly outside the assumptions under which the theory is derived. In this case, smaller graphs can still be included because it is structurally easy to verify whether a graph is a tr...
discussion (0)
Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.