SIAIJun 19, 2023

Using Motif Transitions for Temporal Graph Generation

arXiv:2306.11190v116 citationsh-index: 19
Originality Incremental advance
AI Analysis

This work addresses the need for efficient temporal graph generation for data sharing and benchmarking, though it is incremental as it builds on existing motif-based methods.

The paper tackles the problem of generating realistic synthetic temporal networks by modeling new events as temporal motif transition processes, resulting in a model that consistently outperforms baselines in preserving graph statistics and runtime performance.

Graph generative models are highly important for sharing surrogate data and benchmarking purposes. Real-world complex systems often exhibit dynamic nature, where the interactions among nodes change over time in the form of a temporal network. Most temporal network generation models extend the static graph generation models by incorporating temporality in the generation process. More recently, temporal motifs are used to generate temporal networks with better success. However, existing models are often restricted to a small set of predefined motif patterns due to the high computational cost of counting temporal motifs. In this work, we develop a practical temporal graph generator, Motif Transition Model (MTM), to generate synthetic temporal networks with realistic global and local features. Our key idea is modeling the arrival of new events as temporal motif transition processes. We first calculate the transition properties from the input graph and then simulate the motif transition processes based on the transition probabilities and transition rates. We demonstrate that our model consistently outperforms the baselines with respect to preserving various global and local temporal graph statistics and runtime performance.

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