LGAIIRSIMar 7, 2022

TIGGER: Scalable Generative Modelling for Temporal Interaction Graphs

arXiv:2203.03564v225 citationsh-index: 26
Originality Highly original
AI Analysis

This work addresses scalability and flexibility issues in temporal graph generation, which is incremental but important for applications requiring efficient and secure graph modeling.

The paper tackles the problem of generative modeling for temporal interaction graphs, addressing scalability, knowledge transfer, and node identity leakage, and demonstrates that TIGGER generates graphs with superior fidelity while being up to 3 orders of magnitude faster than state-of-the-art methods.

There has been a recent surge in learning generative models for graphs. While impressive progress has been made on static graphs, work on generative modeling of temporal graphs is at a nascent stage with significant scope for improvement. First, existing generative models do not scale with either the time horizon or the number of nodes. Second, existing techniques are transductive in nature and thus do not facilitate knowledge transfer. Finally, due to relying on one-to-one node mapping from source to the generated graph, existing models leak node identity information and do not allow up-scaling/down-scaling the source graph size. In this paper, we bridge these gaps with a novel generative model called TIGGER. TIGGER derives its power through a combination of temporal point processes with auto-regressive modeling enabling both transductive and inductive variants. Through extensive experiments on real datasets, we establish TIGGER generates graphs of superior fidelity, while also being up to 3 orders of magnitude faster than the 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