paper-with-me

Papers

EEGNN: Edge Enhanced Graph Neural Network with a Bayesian Nonparametric Graph Model

2022-08-12 · Yirui Liu, Xinghao Qiao, Liying Wang, Jessica Lam

Training deep graph neural networks (GNNs) poses a challenging task, as the performance of GNNs may suffer from the number of hidden message-passing layers. The literature has focused on the proposals of {over-smoothing} and {under-reaching} to explain the performance deterioration of deep GNNs. In this paper, we propose a new explanation for such deteriorated performance phenomenon, {mis-simplification}, that is, mistakenly simplifying graphs by preventing self-loops and forcing edges to be unweighted. We show that such simplifying can reduce the potential of message-passing layers to capture the structural information of graphs. In view of this, we propose a new framework, edge enhanced graph neural network (EEGNN). EEGNN uses the structural information extracted from the proposed Dirichlet mixture Poisson graph model (DMPGM), a Bayesian nonparametric model for graphs, to improve the performance of various deep message-passing GNNs. We propose a Markov chain Monte Carlo inference framework for DMPGM. Experiments over different datasets show that our method achieves considerable performance increase compared to baselines.

📄 PDF Abstract BibTeX arXiv:2208.06322

Code (1)

VITA-Group/Deep_GCN_Benchmarking 공식 구현 pytorch

Tasks

Graph Neural Network

Methods 이 논문이 사용한 방법론

Graph Neural Network 설명 없음

Similar Papers 제목 키워드 기반

FreeGNN: Continual Source-Free Graph Neural Network Adaptation for Renewable Energy Forecasting

2026-03-02 · Abderaouf Bahi, Amel Ourici, Ibtissem Gasmi, Aida Derrablia 외 arxiv

Accurate forecasting of renewable energy generation is essential for efficient grid management and sustainable power planning. However, traditional supervised models often require access to labeled data from the target s…

GRAPH DOMAIN ADAPTATIONGraph Neural NetworkContinual Learning

Graph Learning on Ensembles of Cyclic Peptides: An Investigation of Molecular Ensemble Modeling

2026-07-23 · Aaron Feller, Kris Deibler, Maxim Secor arxiv

Molecular property prediction from structure often uses a single representative conformation, even though many molecules exist as conformational ensembles in solution. We introduce EnsembleEGNN, a molecular ensemble foun…

Molecular Property PredictionGraph Neural NetworkGraph Learning

The Indian Chefs Process

2020-01-29 · Patrick Dallaire, Luca Ambrogioni, Ludovic Trottier, Umut Güçlü 외

This paper introduces the Indian Chefs Process (ICP), a Bayesian nonparametric prior on the joint space of infinite directed acyclic graphs (DAGs) and orders that generalizes Indian Buffet Processes. As our construction …

BN-Pool: a Bayesian Nonparametric Approach to Graph Pooling

2025-01-16 · Daniele Castellana, Filippo Maria Bianchi

We introduce BN-Pool, the first clustering-based pooling method for Graph Neural Networks (GNNs) that adaptively determines the number of supernodes in a coarsened graph. By leveraging a Bayesian non-parametric framework…

Nonparametric Bayesian label prediction on a graph

2016-12-06 · Jarno Hartog, Harry van Zanten

An implementation of a nonparametric Bayesian approach to solving binary classification problems on graphs is described. A hierarchical Bayesian approach with a randomly scaled Gaussian prior is considered. The prior use…

Binary ClassificationGeneral ClassificationPrediction