English

Scalable Generative Modeling of Weighted Graphs

Machine Learning 2025-08-01 v1

Abstract

Weighted graphs are ubiquitous throughout biology, chemistry, and the social sciences, motivating the development of generative models for abstract weighted graph data using deep neural networks. However, most current deep generative models are either designed for unweighted graphs and are not easily extended to weighted topologies or incorporate edge weights without consideration of a joint distribution with topology. Furthermore, learning a distribution over weighted graphs must account for complex nonlocal dependencies between both the edges of the graph and corresponding weights of each edge. We develop an autoregressive model BiGG-E, a nontrivial extension of the BiGG model, that learns a joint distribution over weighted graphs while still exploiting sparsity to generate a weighted graph with nn nodes and mm edges in O((n+m)logn)O((n + m)\log n) time. Simulation studies and experiments on a variety of benchmark datasets demonstrate that BiGG-E best captures distributions over weighted graphs while remaining scalable and computationally efficient.

Keywords

Cite

@article{arxiv.2507.23111,
  title  = {Scalable Generative Modeling of Weighted Graphs},
  author = {Richard Williams and Eric Nalisnick and Andrew Holbrook},
  journal= {arXiv preprint arXiv:2507.23111},
  year   = {2025}
}

Comments

25 pages, 5 figures, included appendix. code at https://github.com/rlwilliams34/BiGG-E

R2 v1 2026-07-01T04:26:58.663Z