GTEA: Inductive Representation Learning on Temporal Interaction Graphs via Temporal Edge Aggregation
Siyue Xie, Yiming Li, Da Sun Handason Tam, Xiaxin Liu, Qiu Fang Ying,, Wing Cheong Lau, Dah Ming Chiu, Shou Zhi Chen

TL;DR
GTEA introduces a novel framework for inductive learning on temporal interaction graphs by modeling continuous-time dynamics and integrating node and edge attributes, enhancing representation learning.
Contribution
It presents a new approach combining sequence modeling, time encoding, and self-attention for improved temporal and structural graph representations.
Findings
GTEA outperforms existing models on five real-world datasets.
The framework effectively captures complex temporal interaction patterns.
Self-attention improves neighbor relevance weighting.
Abstract
In this paper, we propose the Graph Temporal Edge Aggregation (GTEA) framework for inductive learning on Temporal Interaction Graphs (TIGs). Different from previous works, GTEA models the temporal dynamics of interaction sequences in the continuous-time space and simultaneously takes advantage of both rich node and edge/ interaction attributes in the graph. Concretely, we integrate a sequence model with a time encoder to learn pairwise interactional dynamics between two adjacent nodes.This helps capture complex temporal interactional patterns of a node pair along the history, which generates edge embeddings that can be fed into a GNN backbone. By aggregating features of neighboring nodes and the corresponding edge embeddings, GTEA jointly learns both topological and temporal dependencies of a TIG. In addition, a sparsity-inducing self-attention scheme is incorporated for neighbor…
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
MethodsLinear Layer · Absolute Position Encodings · Position-Wise Feed-Forward Layer · GraphSAGE · Sigmoid Activation · Layer Normalization · Tanh Activation · Long Short-Term Memory · Dropout · Dense Connections
