Abstract
Many computer science studies, including communication networks, software dependency graphs, transaction systems and knowledge graphs produce dynamic graphs in which nodes and edges are continuously updated. Standard Graph Neural Networks (GNNs) are mainly designed for static network architectures and do not accurately capture temporal dynamics or structural changes. When designing real-time dynamic systems, this issue includes data loss and low performance. To solve this issue, this study introduces a Temporal-Aware Dynamic Graph Neural Network (TDGNN) that generates both structural and temporal representations from building graphs. The method combines temporal encoding with graph convolution to maintain previous connections to change the new nodes and edges. A memory-based temporal aggregation method is provided to maintain long-term data knowledge without retraining the model from the initial stage. The experimental evaluation of standard dynamic graph datasets proposed TDGNN performs traditional static and snapshot-driven GNN models in terms of accuracy and stability. The results show that implementing temporal awareness significantly improves representation learning for dynamic graph data, make the proposed method suitable for next-generation graph-based software systems.
References
- Pareja, Aldo, Giacomo Domeniconi, Jie Chen, Tengfei Ma, Toyotaro Suzumura, Hiroki Kanezashi, Tim Kaler, Tao Schardl, and Charles Leiserson. "Evolvegcn: Evolving graph convolutional networks for dynamic graphs." In Proceedings of the AAAI conference on artificial intelligence, vol. 34, no. 04, 2020: 5363-5370.
- Sankar, Aravind, Yanhong Wu, Liang Gou, Wei Zhang, and Hao Yang. "Dysat: Deep neural representation learning on dynamic graphs via self-attention networks." In Proceedings of the 13th international conference on web search and data mining, 2020: 519-527.
- Xu, Da, Chuanwei Ruan, Evren Korpeoglu, Sushant Kumar, and Kannan Achan. "Inductive representation learning on temporal graphs." arXiv preprint arXiv:2002.07962 (2020).
- Rossi, Emanuele, Ben Chamberlain, Fabrizio Frasca, Davide Eynard, Federico Monti, and Michael Bronstein. "Temporal graph networks for deep learning on dynamic graphs." arXiv preprint arXiv:2006.10637 (2020).
- Kumar, Srijan, Xikun Zhang, and Jure Leskovec. "Predicting dynamic embedding trajectory in temporal interaction networks." In Proceedings of the 25th ACM SIGKDD international conference on knowledge discovery & data mining, 2019: 1269-1278.
- Trivedi, Rakshit, Mehrdad Farajtabar, Prasenjeet Biswal, and Hongyuan Zha. "Dyrep: Learning representations over dynamic graphs." In International conference on learning representations. 2019.
- Wang, Yanbang, Yen-Yu Chang, Yunyu Liu, Jure Leskovec, and Pan Li. "Inductive representation learning in temporal networks via causal anonymous walks." arXiv preprint arXiv:2101.05974 (2021).
- Yu, Le, Leilei Sun, Bowen Du, and Weifeng Lv. "Towards better dynamic graph learning: New architecture and unified library." Advances in Neural Information Processing Systems 36, 2023: 67686-67700.
- Zhong, Ying, and Chenze Huang. "A dynamic graph representation learning based on temporal graph transformer." Alexandria Engineering Journal 63, 2023: 359-369.
- Zhou, Hongkuan, Da Zheng, Israt Nisa, Vasileios Ioannidis, Xiang Song, and George Karypis. "Tgl: A general framework for temporal gnn training on billion-scale graphs." arXiv preprint arXiv:2203.14883 (2022).
- Gao, Shihong, Yiming Li, Yanyan Shen, Yingxia Shao, and Lei Chen. "Etc: Efficient training of temporal graph neural networks over large-scale dynamic graphs." Proceedings of the VLDB Endowment 17, no. 5, 2024: 1060-1072.
- Feng, ZhengZhao, Rui Wang, TianXing Wang, Mingli Song, Sai Wu, and Shuibing He. "A comprehensive survey of dynamic graph neural networks: Models, frameworks, benchmarks, experiments and challenges." IEEE Transactions on Knowledge and Data Engineering (2025).
- Zheng, Yanping, Lu Yi, and Zhewei Wei. "A survey of dynamic graph neural networks." Frontiers of Computer Science 19, no. 6 (2025): 196323.
- Jiao, Pengfei, Hongjiang Chen, Xuan Guo, Zhidong Zhao, Dongxiao He, and Di Jin. "A Survey on Temporal Interaction Graph Representation Learning: Progress, Challenges, and Opportunities." arXiv preprint arXiv:2505.04461 (2025).
- Li, Yiming, Yanyan Shen, Lei Chen, and Mingxuan Yuan. "Zebra: When temporal graph neural networks meet temporal personalized pagerank." Proceedings of the VLDB Endowment 16, no. 6, 2023: 1332-1345.
- Rahman, Aniq Ur, and Justin P. Coon. "A Primer on Temporal Graph Learning." arXiv preprint arXiv:2401.03988 (2024).
