LGAISIJun 20, 2023

Size Matters: Large Graph Generation with HiGGs

arXiv:2306.11412v23 citationsh-index: 16
Originality Incremental advance
AI Analysis

This addresses the need for scalable graph generation in domains like social networks and drug discovery, offering a significant but incremental improvement over existing methods.

The paper tackles the problem of generating large graphs with realistic local structures, which is limited by high memory costs of GNNs and poor complexity of rule-based methods, and proposes HIGGS, a hierarchical framework that extends GNN scale quadratically to produce graphs with tens of thousands of nodes, showing more realistic local structures than rule-based models.

Large graphs are present in a variety of domains, including social networks, civil infrastructure, and the physical sciences to name a few. Graph generation is similarly widespread, with applications in drug discovery, network analysis and synthetic datasets among others. While GNN (Graph Neural Network) models have been applied in these domains their high in-memory costs restrict them to small graphs. Conversely less costly rule-based methods struggle to reproduce complex structures. We propose HIGGS (Hierarchical Generation of Graphs) as a model-agnostic framework of producing large graphs with realistic local structures. HIGGS uses GNN models with conditional generation capabilities to sample graphs in hierarchies of resolution. As a result HIGGS has the capacity to extend the scale of generated graphs from a given GNN model by quadratic order. As a demonstration we implement HIGGS using DiGress, a recent graph-diffusion model, including a novel edge-predictive-diffusion variant edge-DiGress. We use this implementation to generate categorically attributed graphs with tens of thousands of nodes. These HIGGS generated graphs are far larger than any previously produced using GNNs. Despite this jump in scale we demonstrate that the graphs produced by HIGGS are, on the local scale, more realistic than those from the rule-based model BTER.

Foundations

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

Your Notes