From random-walks to graph-sprints: a low-latency node embedding framework on continuous-time dynamic graphs
Ahmad Naser Eddin, Jacopo Bono, David Apar\'icio, Hugo Ferreira,, Jo\~ao Ascens\~ao, Pedro Ribeiro, Pedro Bizarro

TL;DR
This paper introduces graph-sprints, a low-latency, streaming framework for node embedding in continuous-time dynamic graphs, enabling real-time inference with competitive accuracy and significantly reduced latency.
Contribution
The paper presents a novel streaming approximation method for node embeddings in CTDGs, suitable for real-time applications, outperforming existing high-latency models.
Findings
Achieves near an order of magnitude speed-up in inference latency.
Outperforms state-of-the-art algorithms in node classification accuracy.
Demonstrates effectiveness across multiple datasets.
Abstract
Many real-world datasets have an underlying dynamic graph structure, where entities and their interactions evolve over time. Machine learning models should consider these dynamics in order to harness their full potential in downstream tasks. Previous approaches for graph representation learning have focused on either sampling k-hop neighborhoods, akin to breadth-first search, or random walks, akin to depth-first search. However, these methods are computationally expensive and unsuitable for real-time, low-latency inference on dynamic graphs. To overcome these limitations, we propose graph-sprints a general purpose feature extraction framework for continuous-time-dynamic-graphs (CTDGs) that has low latency and is competitive with state-of-the-art, higher latency models. To achieve this, a streaming, low latency approximation to the random-walk based features is proposed. In our…
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 · Data Stream Mining Techniques
