Inductive Representation Learning on Temporal Graphs
Da Xu, Chuanwei Ruan, Evren Korpeoglu, Sushant Kumar, Kannan Achan

TL;DR
This paper introduces TGAT, a novel attention-based model for inductive learning on temporal graphs that captures dynamic node features and topological changes over time, improving performance on classification and prediction tasks.
Contribution
The paper proposes TGAT, a new temporal graph attention layer utilizing self-attention and a novel time encoding, enabling inductive learning on evolving graphs.
Findings
TGAT outperforms state-of-the-art baselines on benchmark datasets.
The model effectively captures temporal and topological dynamics.
It generalizes well to both transductive and inductive tasks.
Abstract
Inductive representation learning on temporal graphs is an important step toward salable machine learning on real-world dynamic networks. The evolving nature of temporal dynamic graphs requires handling new nodes as well as capturing temporal patterns. The node embeddings, which are now functions of time, should represent both the static node features and the evolving topological structures. Moreover, node and topological features can be temporal as well, whose patterns the node embeddings should also capture. We propose the temporal graph attention (TGAT) layer to efficiently aggregate temporal-topological neighborhood features as well as to learn the time-feature interactions. For TGAT, we use the self-attention mechanism as building block and develop a novel functional time encoding technique based on the classical Bochner's theorem from harmonic analysis. By stacking TGAT layers,…
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
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Graph Neural Networks · Complex Network Analysis Techniques · Human Mobility and Location-Based Analysis
