GraphGen-Redux: a Fast and Lightweight Recurrent Model for labeled Graph Generation
Marco Podda, Davide Bacciu

TL;DR
GraphGen-Redux is a faster, more efficient recurrent model for labeled graph generation that jointly processes node and edge labels, outperforming previous models in accuracy and resource usage.
Contribution
It introduces a novel preprocessing method and a modified generative model that jointly captures label dependencies, reducing parameters and training time.
Findings
Outperforms GraphGen in diverse datasets
Uses 78% fewer parameters
Requires 50% less training epochs
Abstract
The problem of labeled graph generation is gaining attention in the Deep Learning community. The task is challenging due to the sparse and discrete nature of graph spaces. Several approaches have been proposed in the literature, most of which require to transform the graphs into sequences that encode their structure and labels and to learn the distribution of such sequences through an auto-regressive generative model. Among this family of approaches, we focus on the GraphGen model. The preprocessing phase of GraphGen transforms graphs into unique edge sequences called Depth-First Search (DFS) codes, such that two isomorphic graphs are assigned the same DFS code. Each element of a DFS code is associated with a graph edge: specifically, it is a quintuple comprising one node identifier for each of the two endpoints, their node labels, and the edge label. GraphGen learns to generate such…
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.
Taxonomy
TopicsMachine Learning in Materials Science · Advanced Graph Neural Networks · Software Engineering Research
