DynGEM: Deep Embedding Method for Dynamic Graphs
Palash Goyal, Nitin Kamra, Xinran He, Yan Liu

TL;DR
DynGEM is a deep autoencoder-based algorithm designed for efficient, stable, and scalable embedding of evolving dynamic graphs, outperforming static methods in various graph analysis tasks.
Contribution
It introduces DynGEM, a novel deep autoencoder approach that effectively embeds dynamic graphs with improved stability and efficiency over existing static methods.
Findings
DynGEM achieves superior stability in dynamic graph embeddings.
It handles growing graphs efficiently over time.
Experimental results show better scalability and performance in multiple tasks.
Abstract
Embedding large graphs in low dimensional spaces has recently attracted significant interest due to its wide applications such as graph visualization, link prediction and node classification. Existing methods focus on computing the embedding for static graphs. However, many graphs in practical applications are dynamic and evolve constantly over time. Naively applying existing embedding algorithms to each snapshot of dynamic graphs independently usually leads to unsatisfactory performance in terms of stability, flexibility and efficiency. In this work, we present an efficient algorithm DynGEM based on recent advances in deep autoencoders for graph embeddings, to address this problem. The major advantages of DynGEM include: (1) the embedding is stable over time, (2) it can handle growing dynamic graphs, and (3) it has better running time than using static embedding methods on each…
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
