LGAIDSJul 5, 2023

TransformerG2G: Adaptive time-stepping for learning temporal graph embeddings using transformers

arXiv:2307.02588v211 citationsh-index: 142
Originality Incremental advance
AI Analysis

This work addresses temporal graph analytic tasks like link prediction and node classification for applications such as recommender systems, but it is incremental as it builds on prior work (DynG2G) with transformer-based enhancements.

The paper tackles the problem of learning temporal graph embeddings for dynamic graphs with heterogeneous transient dynamics by proposing TransformerG2G, a model that uses transformers to incorporate long-range dependencies and uncertainty quantification, resulting in outperforming conventional methods in link prediction accuracy and computational efficiency, especially for high novelty scenarios.

Dynamic graph embedding has emerged as a very effective technique for addressing diverse temporal graph analytic tasks (i.e., link prediction, node classification, recommender systems, anomaly detection, and graph generation) in various applications. Such temporal graphs exhibit heterogeneous transient dynamics, varying time intervals, and highly evolving node features throughout their evolution. Hence, incorporating long-range dependencies from the historical graph context plays a crucial role in accurately learning their temporal dynamics. In this paper, we develop a graph embedding model with uncertainty quantification, TransformerG2G, by exploiting the advanced transformer encoder to first learn intermediate node representations from its current state ($t$) and previous context (over timestamps [$t-1, t-l$], $l$ is the length of context). Moreover, we employ two projection layers to generate lower-dimensional multivariate Gaussian distributions as each node's latent embedding at timestamp $t$. We consider diverse benchmarks with varying levels of ``novelty" as measured by the TEA (Temporal Edge Appearance) plots. Our experiments demonstrate that the proposed TransformerG2G model outperforms conventional multi-step methods and our prior work (DynG2G) in terms of both link prediction accuracy and computational efficiency, especially for high degree of novelty. Furthermore, the learned time-dependent attention weights across multiple graph snapshots reveal the development of an automatic adaptive time stepping enabled by the transformer. Importantly, by examining the attention weights, we can uncover temporal dependencies, identify influential elements, and gain insights into the complex interactions within the graph structure. For example, we identified a strong correlation between attention weights and node degree at the various stages of the graph topology evolution.

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