Dynamic Network Embedding via Incremental Skip-gram with Negative Sampling
Hao Peng, Jianxin Li, Hao Yan, Qiran Gong, Senzhang Wang, Lin Liu,, Lihong Wang, Xiang Ren

TL;DR
This paper introduces an incremental skip-gram algorithm with negative sampling for dynamic network embedding, enabling efficient updates in evolving graphs while maintaining high performance and theoretical guarantees.
Contribution
It presents a novel stochastic gradient-based method for dynamic network embedding with theoretical performance bounds and significant speedup over existing methods.
Findings
Achieves up to 22 times speedup in training time.
Maintains comparable embedding quality to static methods.
Validates theoretical analysis through extensive experiments.
Abstract
Network representation learning, as an approach to learn low dimensional representations of vertices, has attracted considerable research attention recently. It has been proven extremely useful in many machine learning tasks over large graph. Most existing methods focus on learning the structural representations of vertices in a static network, but cannot guarantee an accurate and efficient embedding in a dynamic network scenario. To address this issue, we present an efficient incremental skip-gram algorithm with negative sampling for dynamic network embedding, and provide a set of theoretical analyses to characterize the performance guarantee. Specifically, we first partition a dynamic network into the updated, including addition/deletion of links and vertices, and the retained networks over time. Then we factorize the objective function of network embedding into the added, vanished…
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 · Bioinformatics and Genomic Networks
