FLAGG: Flexible Autoregressive Graph Generation

· Source: JMLR · Field: Technology & Digital — Artificial Intelligence & Machine Learning · Depth: Expert, quick

Summary

The FLAGG (Flexible Autoregressive Graph Generation) framework addresses limitations in existing deep graph generation methods by combining one-shot and sequential models. While one-shot methods struggle with large graphs and sequential methods underperform on smaller ones, FLAGG sequentially generates graph portions using one-shot models. This approach allows flexibility in choosing the sequential policy, which is defined by a stochastic node removal process that an Insertion Model learns to reverse. Evaluated with the DiGress one-shot model across various datasets and graph sizes, FLAGG demonstrates superior sampling quality compared to both one-shot and autoregressive baselines. This system, published in 2026, offers a unified solution for diverse graph categories.

Key takeaway

For machine learning engineers developing graph generation models, if you encounter performance issues with either pure one-shot or sequential methods across varying graph sizes, you should investigate the FLAGG framework. Its ability to flexibly integrate and autoregressively apply one-shot models offers a robust solution for improved sampling quality. Consider experimenting with FLAGG to enhance your models' applicability across diverse graph domains and topologies.

Key insights

FLAGG flexibly combines one-shot and sequential models to overcome limitations in deep graph generation across diverse topologies.

Principles

Method

FLAGG sequentially generates graph portions using any one-shot model. A stochastic node removal process defines the sequential policy, which an Insertion Model learns to reverse.

In practice

Topics

Code references

Best for: Research Scientist, AI Scientist, Machine Learning Engineer

Related on AIssential

Open in AIssential →

Editorial summary, takeaway, and curation by AIssential. Original article published by JMLR.