DTFormer: A Transformer-Based Method for Discrete-Time Dynamic Graph Representation Learning
Xi Chen, Yun Xiong, Siwei Zhang, Jiawei Zhang, Yao Zhang, Shiyang, Zhou, Xixi Wu, Mingyang Zhang, Tengfei Liu, Weiqiang Wang

TL;DR
DTFormer introduces a Transformer-based approach for dynamic graph representation learning, overcoming limitations of GNN+RNN models by effectively capturing both topological and temporal information, and incorporating node intersection relationships.
Contribution
The paper proposes DTFormer, a novel Transformer-based method that improves dynamic graph representation learning by addressing GNN+RNN limitations and modeling node interactions.
Findings
Achieves state-of-the-art performance on six benchmark datasets.
Effectively captures both topological and temporal dynamics.
Incorporates node intersection relationships for enhanced modeling.
Abstract
Discrete-Time Dynamic Graphs (DTDGs), which are prevalent in real-world implementations and notable for their ease of data acquisition, have garnered considerable attention from both academic researchers and industry practitioners. The representation learning of DTDGs has been extensively applied to model the dynamics of temporally changing entities and their evolving connections. Currently, DTDG representation learning predominantly relies on GNN+RNN architectures, which manifest the inherent limitations of both Graph Neural Networks (GNNs) and Recurrent Neural Networks (RNNs). GNNs suffer from the over-smoothing issue as the models architecture goes deeper, while RNNs struggle to capture long-term dependencies effectively. GNN+RNN architectures also grapple with scaling to large graph sizes and long sequences. Additionally, these methods often compute node representations separately…
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 · Graph Theory and Algorithms
MethodsSoftmax · Attention Is All You Need · Focus
