Dynamic Graph Node Classification via Time Augmentation
Jiarui Sun, Mengting Gu, Chin-Chia Michael Yeh, Yujie Fan, Girish, Chowdhary, Wei Zhang

TL;DR
This paper introduces TADGNN, a novel framework for dynamic graph node classification that effectively captures temporal evolution and scales well to large graphs, outperforming existing models on benchmark datasets.
Contribution
The paper proposes a time augmentation module and an information propagation module within TADGNN to improve dynamic node classification and scalability.
Findings
TADGNN outperforms state-of-the-art models on four benchmarks.
The framework demonstrates superior scalability to large dynamic graphs.
Theoretical and empirical analyses validate the method's efficiency.
Abstract
Node classification for graph-structured data aims to classify nodes whose labels are unknown. While studies on static graphs are prevalent, few studies have focused on dynamic graph node classification. Node classification on dynamic graphs is challenging for two reasons. First, the model needs to capture both structural and temporal information, particularly on dynamic graphs with a long history and require large receptive fields. Second, model scalability becomes a significant concern as the size of the dynamic graph increases. To address these problems, we propose the Time Augmented Dynamic Graph Neural Network (TADGNN) framework. TADGNN consists of two modules: 1) a time augmentation module that captures the temporal evolution of nodes across time structurally, creating a time-augmented spatio-temporal graph, and 2) an information propagation module that learns the dynamic…
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 · Data Quality and Management
MethodsGraph Neural Network
