Subset Node Representation Learning over Large Dynamic Graphs
Xingzhi Guo, Baojian Zhou, Steven Skiena

TL;DR
This paper introduces DynamicPPE, a novel method for efficiently learning node embeddings for large-scale dynamic graphs, focusing on a target subset, with applications demonstrated on Wikipedia's COVID-19 pandemic data.
Contribution
DynamicPPE leverages local node embedding and dynamic personalized PageRank to efficiently learn subset node representations with properties of locality and global consistency.
Findings
Efficient per-PPV complexity of O(m * d̄ / ε) for dynamic updates.
Embeddings capture both local and global graph structure effectively.
Successful application to Wikipedia COVID-19 data shows dynamic encoding capability.
Abstract
Dynamic graph representation learning is a task to learn node embeddings over dynamic networks, and has many important applications, including knowledge graphs, citation networks to social networks. Graphs of this type are usually large-scale but only a small subset of vertices are related in downstream tasks. Current methods are too expensive to this setting as the complexity is at best linear-dependent on both the number of nodes and edges. In this paper, we propose a new method, namely Dynamic Personalized PageRank Embedding (\textsc{DynamicPPE}) for learning a target subset of node representations over large-scale dynamic networks. Based on recent advances in local node embedding and a novel computation of dynamic personalized PageRank vector (PPV), \textsc{DynamicPPE} has two key ingredients: 1) the per-PPV complexity is where , and…
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 · Epigenetics and DNA Methylation · Complex Network Analysis Techniques
