HiGen: Hierarchical Graph Generative Networks

Abstract

Most real-world graphs exhibit a hierarchical structure, which is often overlooked by existing graph generation methods. In this work, we introduce *HiGen*, a **Hi**erarchical **G**raph G**en**erative Network to address the limitations of existing generative models by incorporating community structures and cross-level interactions. This approach involves generating graphs in a coarse-to-fine manner, where graph generation at each level is conditioned on a higher level (lower resolution) graph. The generation of communities at lower levels is performed in parallel, followed by the prediction of cross-edges between communities using a separate model. This parallelized approach enables high scalability. To capture hierarchical relations, our model allows each node at a given level to depend not only on its neighbouring nodes but also on its corresponding super-node at the higher level. Furthermore, we address the generation of integer-valued edge weights of the hierarchical structure by modeling the output distribution of edges using a multinomial distribution. We show that multinomial distribution can be factorized successively, enabling the autoregressive generation of each community. This property makes the proposed architecture well-suited for generating graphs with integer-valued edge weights. Furthermore, by breaking down the graph generation process into the generation of multiple small partitions that are conditionally independent of each other, HiGen reduces its sensitivity to a predefined initial ordering of nodes. Empirical studies demonstrate that the proposed generative model captures both local and global properties of graphs and achieves state-of-the-art performance in terms of graph quality on various benchmark graph datasets.

Cite

Text

Karami. "HiGen: Hierarchical Graph Generative Networks." ICML 2023 Workshops: SPIGM, 2023.

Markdown

[Karami. "HiGen: Hierarchical Graph Generative Networks." ICML 2023 Workshops: SPIGM, 2023.](https://mlanthology.org/icmlw/2023/karami2023icmlw-higen/)

BibTeX

@inproceedings{karami2023icmlw-higen,
  title     = {{HiGen: Hierarchical Graph Generative Networks}},
  author    = {Karami, Mahdi},
  booktitle = {ICML 2023 Workshops: SPIGM},
  year      = {2023},
  url       = {https://mlanthology.org/icmlw/2023/karami2023icmlw-higen/}
}