Understanding and Improving Deep Graph Neural Networks: A Probabilistic Graphical Model Perspective
Jiayuan Chen, Xiang Zhang, Yinfei Xu, Tianli Zhao, Renjie Xie, Wei, Xu

TL;DR
This paper introduces a probabilistic graphical model perspective to understand deep GNNs, unifies existing models under a common framework, and proposes CoGNet, a new GNN that outperforms state-of-the-art methods.
Contribution
It establishes a theoretical framework connecting deep GNNs via variational inference on probabilistic graphical models and designs a novel, more powerful GNN called CoGNet.
Findings
CoGNet outperforms SOTA models on citation and NLP tasks.
Deep GNNs can be interpreted as approximations of a fixed point equation.
The framework unifies various GNN architectures under a probabilistic inference perspective.
Abstract
Recently, graph-based models designed for downstream tasks have significantly advanced research on graph neural networks (GNNs). GNN baselines based on neural message-passing mechanisms such as GCN and GAT perform worse as the network deepens. Therefore, numerous GNN variants have been proposed to tackle this performance degradation problem, including many deep GNNs. However, a unified framework is still lacking to connect these existing models and interpret their effectiveness at a high level. In this work, we focus on deep GNNs and propose a novel view for understanding them. We establish a theoretical framework via inference on a probabilistic graphical model. Given the fixed point equation (FPE) derived from the variational inference on the Markov random fields, the deep GNNs, including JKNet, GCNII, DGCN, and the classical GNNs, such as GCN, GAT, and APPNP, can be regarded as…
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
TopicsAdvanced Graph Neural Networks · Machine Learning in Materials Science · Advanced Neural Network Applications
MethodsApproximation of Personalized Propagation of Neural Predictions · Graph Neural Network · Graph Attention Network · Residual Connection · Graph Convolutional Network · GCNII · Variational Inference
