# Neural Dynamics on Complex Networks

**Authors:** Chengxi Zang, Fei Wang

arXiv: 1908.06491 · 2020-06-19

## TL;DR

This paper introduces a novel continuous-time graph neural network framework that combines ODEs and GNNs to model, predict, and classify complex network dynamics in a unified, data-driven approach.

## Contribution

The paper proposes a continuous-time GNN model, called Graph Neural ODEs, integrating ODEs with GNNs for dynamic network analysis, which is a novel approach in the field.

## Key findings

- Effective in predicting continuous-time network dynamics
- Unified framework for sequence prediction and node classification
- Demonstrates strong performance on multiple experimental scenarios

## Abstract

Learning continuous-time dynamics on complex networks is crucial for understanding, predicting and controlling complex systems in science and engineering. However, this task is very challenging due to the combinatorial complexities in the structures of high dimensional systems, their elusive continuous-time nonlinear dynamics, and their structural-dynamic dependencies. To address these challenges, we propose to combine Ordinary Differential Equation Systems (ODEs) and Graph Neural Networks (GNNs) to learn continuous-time dynamics on complex networks in a data-driven manner. We model differential equation systems by GNNs. Instead of mapping through a discrete number of neural layers in the forward process, we integrate GNN layers over continuous time numerically, leading to capturing continuous-time dynamics on graphs. Our model can be interpreted as a Continuous-time GNN model or a Graph Neural ODEs model. Our model can be utilized for continuous-time network dynamics prediction, structured sequence prediction (a regularly-sampled case), and node semi-supervised classification tasks (a one-snapshot case) in a unified framework. We validate our model by extensive experiments in the above three scenarios. The promising experimental results demonstrate our model's capability of jointly capturing the structure and dynamics of complex systems in a unified framework.

## Full text

_Full body text omitted from this summary view._ Fetch the complete paper as Markdown: https://tomesphere.com/paper/1908.06491/full.md

## Figures

11 figures with captions in the complete paper: https://tomesphere.com/paper/1908.06491/full.md

## References

50 references — full list in the complete paper: https://tomesphere.com/paper/1908.06491/full.md

---
Source: https://tomesphere.com/paper/1908.06491