Efficient Representation Learning Using Random Walks for Dynamic Graphs
Hooman Peiro Sajjad, Andrew Docherty, Yuriy Tyshetskiy

TL;DR
This paper introduces efficient algorithms for updating vertex representations in dynamic graphs using random walks, enabling real-time adaptation and maintaining high performance in machine learning tasks.
Contribution
The paper presents novel algorithms that extend random walk-based vertex embedding methods to dynamic graphs, improving efficiency and adaptability over static approaches.
Findings
Achieves competitive accuracy with state-of-the-art methods
Reduces computational complexity for dynamic graph updates
Effective in real-world vertex classification tasks
Abstract
An important part of many machine learning workflows on graphs is vertex representation learning, i.e., learning a low-dimensional vector representation for each vertex in the graph. Recently, several powerful techniques for unsupervised representation learning have been demonstrated to give the state-of-the-art performance in downstream tasks such as vertex classification and edge prediction. These techniques rely on random walks performed on the graph in order to capture its structural properties. These structural properties are then encoded in the vector representation space. However, most contemporary representation learning methods only apply to static graphs while real-world graphs are often dynamic and change over time. Static representation learning methods are not able to update the vector representations when the graph changes; therefore, they must re-generate the vector…
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 · Topic Modeling · Graph Theory and Algorithms
