Continuous Graph Neural Networks
Louis-Pascal A. C. Xhonneux, Meng Qu, and Jian Tang

TL;DR
This paper introduces continuous graph neural networks (CGNN), a novel framework that models node dynamics continuously over time, improving depth and long-range dependency capture while being robust to over-smoothing.
Contribution
We propose a new continuous dynamics formulation for graph neural networks, extending discrete models with a theoretical basis and demonstrating enhanced depth and performance.
Findings
CGNN outperforms baseline methods on node classification tasks.
The approach is robust to over-smoothing, enabling deeper networks.
Theoretical analysis supports the continuous dynamics model.
Abstract
This paper builds on the connection between graph neural networks and traditional dynamical systems. We propose continuous graph neural networks (CGNN), which generalise existing graph neural networks with discrete dynamics in that they can be viewed as a specific discretisation scheme. The key idea is how to characterise the continuous dynamics of node representations, i.e. the derivatives of node representations, w.r.t. time. Inspired by existing diffusion-based methods on graphs (e.g. PageRank and epidemic models on social networks), we define the derivatives as a combination of the current node representations, the representations of neighbors, and the initial values of the nodes. We propose and analyse two possible dynamics on graphs---including each dimension of node representations (a.k.a. the feature channel) change independently or interact with each other---both with…
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
Taxonomy
TopicsAdvanced Graph Neural Networks · Complex Network Analysis Techniques · Data Stream Mining Techniques
