Time-aware Random Walk Diffusion to Improve Dynamic Graph Learning
Jong-whi Lee, Jinhong Jung

TL;DR
This paper introduces TiaRa, a diffusion-based method that augments dynamic graphs by incorporating temporal locality through time-aware random walks, significantly improving dynamic GNN performance.
Contribution
It proposes a novel time-aware random walk diffusion technique for dynamic graph augmentation, addressing the limitations of existing spatial-only methods.
Findings
TiaRa enhances dynamic graph representations effectively.
Significant performance improvements in dynamic GNN tasks.
Applicable across various datasets and tasks.
Abstract
How can we augment a dynamic graph for improving the performance of dynamic graph neural networks? Graph augmentation has been widely utilized to boost the learning performance of GNN-based models. However, most existing approaches only enhance spatial structure within an input static graph by transforming the graph, and do not consider dynamics caused by time such as temporal locality, i.e., recent edges are more influential than earlier ones, which remains challenging for dynamic graph augmentation. In this work, we propose TiaRa (Time-aware Random Walk Diffusion), a novel diffusion-based method for augmenting a dynamic graph represented as a discrete-time sequence of graph snapshots. For this purpose, we first design a time-aware random walk proximity so that a surfer can walk along the time dimension as well as edges, resulting in spatially and temporally localized scores. We then…
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
Taxonomy
TopicsAdvanced Graph Neural Networks · Recommender Systems and Techniques · Human Mobility and Location-Based Analysis
MethodsDiffusion
