LGAIJul 12

Local Message-Passing for Discrete Graph Generation

arXiv:2603.0882510.7h-index: 8Has Code
Predicted impact top 23% in LG · last 90 daysOriginality Incremental advance
AI Analysis

Challenges the assumption that global attention is necessary for discrete graph generation, offering a more efficient alternative for practitioners.

GenGNN, a local message-passing backbone for discrete graph generation, achieves over 90% validity on standard benchmarks, matching Graph Transformers while offering up to 5x faster inference.

Discrete graph generation has emerged as a powerful paradigm for modeling graph-structured data, yet state of the art models often rely on Graph Transformers or higher order architectures. We revisit this design assumption by introducing GenGNN, a modular message passing backbone for graph generation. GenGNN enables powerful generation by persisting edge fields through latent refinement of coupled node edge graph states, all without requiring global attention. Diffusion models integrating GenGNN achieve over 90 percent validity on standard benchmark datasets, performing within margins of Graph Transformer backbones and achieving up to 2x or even 5x faster inference. Systematic ablations isolate how GenGNN is resilient to oversmoothing during generative denoising, indicating each GenGNN component is necessary for downstream generation quality. Finally, representation-space analysis suggests GenGNN learns functionally similar representations to more theoretically-expressive architectures; even at deeper layers. As such, GenGNN uplifts local message-passing to challenge prevailing assumptions that performant discrete graph generation requires global attention or higher-order representations. Source Code Available Here

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes