Towards Real-Time Temporal Graph Learning
Deniz Gurevin, Mohsin Shan, Tong Geng, Weiwen Jiang, Caiwen Ding and, Omer Khan

TL;DR
This paper introduces a real-time temporal graph learning pipeline that constructs dynamic graphs, generates low-dimensional node embeddings, and trains neural networks online, addressing the challenge of handling continuously evolving graph data efficiently.
Contribution
It presents an end-to-end framework for real-time temporal graph learning, including a novel parallelization approach for neural network training on low-dimensional kernels.
Findings
Enhanced training speed through fine-grain parallelism
Effective handling of dynamic graph updates in real-time
Improved performance over traditional batch methods
Abstract
In recent years, graph representation learning has gained significant popularity, which aims to generate node embeddings that capture features of graphs. One of the methods to achieve this is employing a technique called random walks that captures node sequences in a graph and then learns embeddings for each node using a natural language processing technique called Word2Vec. These embeddings are then used for deep learning on graph data for classification tasks, such as link prediction or node classification. Prior work operates on pre-collected temporal graph data and is not designed to handle updates on a graph in real-time. Real world graphs change dynamically and their entire temporal updates are not available upfront. In this paper, we propose an end-to-end graph learning pipeline that performs temporal graph construction, creates low-dimensional node embeddings, and trains…
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
