LGMLAug 23, 2024

IFH: a Diffusion Framework for Flexible Design of Graph Generative Models

arXiv:2408.13194v11 citationsh-index: 43
Originality Incremental advance
AI Analysis

This addresses the need for more adaptable graph generation methods in machine learning, though it is incremental as it builds on existing diffusion models.

The paper tackles the problem of designing graph generative models with flexible sequentiality by proposing IFH, a diffusion-based framework that allows specifying a degree of sequentiality, achieving competitive performance with state-of-the-art models.

Graph generative models can be classified into two prominent families: one-shot models, which generate a graph in one go, and sequential models, which generate a graph by successive additions of nodes and edges. Ideally, between these two extreme models lies a continuous range of models that adopt different levels of sequentiality. This paper proposes a graph generative model, called Insert-Fill-Halt (IFH), that supports the specification of a sequentiality degree. IFH is based upon the theory of Denoising Diffusion Probabilistic Models (DDPM), designing a node removal process that gradually destroys a graph. An insertion process learns to reverse this removal process by inserting arcs and nodes according to the specified sequentiality degree. We evaluate the performance of IFH in terms of quality, run time, and memory, depending on different sequentiality degrees. We also show that using DiGress, a diffusion-based one-shot model, as a generative step in IFH leads to improvement to the model itself, and is competitive with the current state-of-the-art.

Code Implementations1 repo
Foundations

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

Your Notes