TL;DR
LG-Flow introduces a latent diffusion framework for graphs that uses a permutation-equivariant autoencoder to enable efficient, near-lossless graph generation in a low-dimensional space, significantly improving speed and scalability.
Contribution
The paper presents LG-Flow, a novel latent graph diffusion method that overcomes quadratic complexity and lossless reconstruction challenges in graph generation.
Findings
Achieves up to 1000x speed-up over state-of-the-art models.
Enables training of larger graph generative models due to linear latent space scaling.
Maintains competitive performance in graph generation quality.
Abstract
Graph diffusion models achieve state-of-the-art performance in graph generation but suffer from quadratic complexity in the number of nodes -- and much of their capacity is wasted modeling the absence of edges in sparse graphs. Inspired by latent diffusion in other modalities, a natural idea is to compress graphs into a low-dimensional latent space and perform diffusion in that space. However, unlike images or text, graph generation requires nearly lossless reconstruction, as even a single error in decoding an adjacency matrix can render the entire sample invalid. This challenge has remained largely unaddressed. We propose LG-Flow, a latent graph diffusion framework that directly overcomes these obstacles. A permutation-equivariant autoencoder maps nodes to fixed-dimensional embeddings that enable near-lossless reconstruction of both undirected graphs and DAGs. The dimensionality of…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
