Time-aware Dynamic Graph Embedding for Asynchronous Structural Evolution
Yu Yang, Hongzhi Yin, Jiannong Cao, Tong Chen, Quoc Viet Hung Nguyen,, Xiaofang Zhou, Lei Chen

TL;DR
This paper introduces a novel time-aware Transformer model for dynamic graph embedding that captures asynchronous structural evolution, outperforming existing methods in accuracy and scalability.
Contribution
It formulates dynamic graphs as temporal edge sequences with joining times and durations, and develops a Transformer-based approach to embed these asynchronous dynamics.
Findings
Outperforms state-of-the-art in multiple graph mining tasks
Efficient and scalable for large-scale dynamic graphs
Effectively captures asynchronous structural evolution
Abstract
Dynamic graphs refer to graphs whose structure dynamically changes over time. Despite the benefits of learning vertex representations (i.e., embeddings) for dynamic graphs, existing works merely view a dynamic graph as a sequence of changes within the vertex connections, neglecting the crucial asynchronous nature of such dynamics where the evolution of each local structure starts at different times and lasts for various durations. To maintain asynchronous structural evolutions within the graph, we innovatively formulate dynamic graphs as temporal edge sequences associated with joining time of vertices (ToV) and timespan of edges (ToE). Then, a time-aware Transformer is proposed to embed vertices' dynamic connections and ToEs into the learned vertex representations. Meanwhile, we treat each edge sequence as a whole and embed its ToV of the first vertex to further encode the…
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.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Graph Neural Networks · Recommender Systems and Techniques · Human Mobility and Location-Based Analysis
MethodsAttention Is All You Need · Linear Layer · Softmax · Multi-Head Attention · Residual Connection · Dense Connections · Byte Pair Encoding · Absolute Position Encodings · Position-Wise Feed-Forward Layer · Label Smoothing
