paper-with-me

Papers

Understanding and Improving Deep Graph Neural Networks: A Probabilistic Graphical Model Perspective

2023-01-25 · Jiayuan Chen, Xiang Zhang, Yinfei Xu, Tianli Zhao, Renjie Xie, Wei Xu

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 different approximations of the FPE. Moreover, given this framework, more accurate approximations of FPE are brought, guiding us to design a more powerful GNN: coupling graph neural network (CoGNet). Extensive experiments are carried out on citation networks and natural language processing downstream tasks. The results demonstrate that the CoGNet outperforms the SOTA models.

📄 PDF Abstract BibTeX arXiv:2301.10536

Code (0)

등록된 구현이 없습니다.

Tasks

Graph Neural NetworkVariational Inference

Methods 이 논문이 사용한 방법론

APPNP Neural message-passing algorithms for semi-supervised classification on graphs have recently achieved great success. However, for classifying a node these methods only consider…
Graph Neural Network 설명 없음
GAT A Graph Attention Network (GAT) is a neural network architecture that operates on graph-structured data, leveraging masked self-attentional layers to address the shortcomings…
Residual Connection 설명 없음
GCN A Graph Convolutional Network, or GCN, is an approach for semi-supervised learning on graph-structured data. It is based on an efficient variant of [convolutional neural…
GCNII GCNII is an extension of a Graph Convolution Networks with two new techniques, initial residual and identify mapping, to tackle…
Variational Inference 설명 없음

Similar Papers 제목 키워드 기반

Understanding team collapse via probabilistic graphical models

2024-02-14 · Iasonas Nikolaou, Konstantinos Pelechrinis, Evimaria Terzi

In this work, we develop a graphical model to capture team dynamics. We analyze the model and show how to learn its parameters from data. Using our model we study the phenomenon of team collapse from a computational pers…

Multi-marginal optimal transport and probabilistic graphical models

2020-06-25 · Isabel Haasler, Rahul Singh, Qinsheng Zhang, Johan Karlsson 외

We study multi-marginal optimal transport problems from a probabilistic graphical model perspective. We point out an elegant connection between the two when the underlying cost for optimal transport allows a graph struct…

Bayesian Inference

Model Uncertainty and Correctability for Directed Graphical Models

2021-07-17 · Panagiota Birmpa, Jinchao Feng, Markos A. Katsoulakis, Luc Rey-Bellet

Probabilistic graphical models are a fundamental tool in probabilistic modeling, machine learning and artificial intelligence. They allow us to integrate in a natural way expert knowledge, physical modeling, heterogeneou…

BIG-bench Machine LearningMaterials ScreeningmodelUncertainty Quantification

Mixed Nondeterministic-Probabilistic Automata: Blending graphical probabilistic models with nondeterminism

2022-01-19 · Albert Benveniste, Jean-Baptiste Raclet

Graphical models in probability and statistics are a core concept in the area of probabilistic reasoning and probabilistic programming-graphical models include Bayesian networks and factor graphs. In this paper we develo…

Probabilistic Programming

An Algebraic Approach to Moralisation and Triangulation of Probabilistic Graphical Models

2025-03-14 · Antonio Lorenzin, Fabio Zanasi

Moralisation and Triangulation are transformations allowing to switch between different ways of factoring a probability distribution into a graphical model. Moralisation allows to view a Bayesian network (a directed mode…