Fast Graph Generation via Autoregressive Noisy Filtration Modeling

Abstract

Existing graph generative models often face a critical trade-off between sample quality and generation speed. We introduce Autoregressive Noisy Filtration Modeling (ANFM), a flexible autoregressive framework that addresses both challenges. ANFM leverages filtration, a concept from topological data analysis, to transform graphs into short sequences of subgraphs. We identify exposure bias as a potential hurdle in autoregressive graph generation and propose noise augmentation and reinforcement learning as effective mitigation strategies, which allow ANFM to learn both edge addition and deletion operations. This unique capability enables ANFM to correct errors during generation by modeling non-monotonic graph sequences. Our results show that ANFM matches state-of-the-art diffusion models in quality while offering over 100 times faster inference, making it a promising approach for high-throughput graph generation. The source code is publicly available at https://github.com/BorgwardtLab/anfm.

Cite

Text

Krimmel et al. "Fast Graph Generation via Autoregressive Noisy Filtration Modeling." Transactions on Machine Learning Research, 2026.

Markdown

[Krimmel et al. "Fast Graph Generation via Autoregressive Noisy Filtration Modeling." Transactions on Machine Learning Research, 2026.](https://mlanthology.org/tmlr/2026/krimmel2026tmlr-fast/)

BibTeX

@article{krimmel2026tmlr-fast,
  title     = {{Fast Graph Generation via Autoregressive Noisy Filtration Modeling}},
  author    = {Krimmel, Markus and Wiens, Jenna and Borgwardt, Karsten and Chen, Dexiong},
  journal   = {Transactions on Machine Learning Research},
  year      = {2026},
  url       = {https://mlanthology.org/tmlr/2026/krimmel2026tmlr-fast/}
}