EvoNet: A Neural Network for Predicting the Evolution of Dynamic Graphs
Changmin Wu, Giannis Nikolentzos, Michalis Vazirgiannis

TL;DR
EvoNet introduces a neural network model combining graph neural networks and recurrent architectures to predict the future topology of dynamic graphs, addressing a significant gap in graph evolution forecasting.
Contribution
The paper presents a novel neural network framework that predicts dynamic graph evolution using a combination of GNNs, recurrent layers, and generative modeling, which has not been extensively explored before.
Findings
Effective prediction of graph evolution on artificial datasets
Successful application to real-world dynamic graphs
Demonstrates superiority over baseline models
Abstract
Neural networks for structured data like graphs have been studied extensively in recent years. To date, the bulk of research activity has focused mainly on static graphs. However, most real-world networks are dynamic since their topology tends to change over time. Predicting the evolution of dynamic graphs is a task of high significance in the area of graph mining. Despite its practical importance, the task has not been explored in depth so far, mainly due to its challenging nature. In this paper, we propose a model that predicts the evolution of dynamic graphs. Specifically, we use a graph neural network along with a recurrent architecture to capture the temporal evolution patterns of dynamic graphs. Then, we employ a generative model which predicts the topology of the graph at the next time step and constructs a graph instance that corresponds to that topology. We evaluate the…
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
TopicsComplex Network Analysis Techniques · Advanced Graph Neural Networks · Graph Theory and Algorithms
MethodsGraph Neural Network
