paper-with-me

Papers

Deep Graph Neural Networks via Posteriori-Sampling-based Node-Adaptive Residual Module

2023-05-09 · Jingbo Zhou, Yixuan Du, Ruqiong Zhang, Jun Xia, Zhizhi Yu, Zelin Zang, Di Jin, Carl Yang, Rui Zhang, Stan Z. Li

Graph Neural Networks (GNNs), a type of neural network that can learn from graph-structured data through neighborhood information aggregation, have shown superior performance in various downstream tasks. However, as the number of layers increases, node representations become indistinguishable, which is known as over-smoothing. To address this issue, many residual methods have emerged. In this paper, we focus on the over-smoothing issue and related residual methods. Firstly, we revisit over-smoothing from the perspective of overlapping neighborhood subgraphs, and based on this, we explain how residual methods can alleviate over-smoothing by integrating multiple orders neighborhood subgraphs to avoid the indistinguishability of the single high-order neighborhood subgraphs. Additionally, we reveal the drawbacks of previous residual methods, such as the lack of node adaptability and severe loss of high-order neighborhood subgraph information, and propose a \textbf{Posterior-Sampling-based, Node-Adaptive Residual module (PSNR)}. We theoretically demonstrate that PSNR can alleviate the drawbacks of previous residual methods. Furthermore, extensive experiments verify the superiority of the PSNR module in fully observed node classification and missing feature scenarios. Our code is available at https://github.com/jingbo02/PSNR-GNN.

📄 PDF Abstract BibTeX arXiv:2305.05368

Code (1)

jingbo02/psnr-gnn 공식 구현 pytorch

Tasks

Node Classification

Similar Papers 제목 키워드 기반

RANG: A Residual-based Adaptive Node Generation Method for Physics-Informed Neural Networks

2022-05-02 · Wei Peng, Weien Zhou, Xiaoya Zhang, Wen Yao 외

Learning solutions of partial differential equations (PDEs) with Physics-Informed Neural Networks (PINNs) is an attractive alternative approach to traditional solvers due to its flexibility and ease of incorporating obse…

Computational Efficiency

Graph Polynomial Convolution Models for Node Classification of Non-Homophilous Graphs

2022-09-12 · Kishan Wimalawarne, Taiji Suzuki

We investigate efficient learning from higher-order graph convolution and learning directly from adjacency matrices for node classification. We revisit the scaled graph residual network and remove ReLU activation from re…

Generalization BoundsNode Classification

Adaptive Initial Residual Connections for GNNs with Theoretical Guarantees

2025-11-10 · Mohammad Shirzadi, Ali Safarpoor Dehkordi, Ahad N. Zehmakan arxiv

Message passing is the core operation in graph neural networks, where each node updates its embeddings by aggregating information from its neighbors. However, in deep architectures, this process often leads to diminished…

LHGEL: Large Heterogeneous Graph Ensemble Learning using Batch View Aggregation

2025-10-03 · Jiajun Shen, Yufei Jin, Yi He, Xingquan Zhu arxiv

Learning from large heterogeneous graphs presents significant challenges due to the scale of networks, heterogeneity in node and edge types, variations in nodal features, and complex local neighborhood structures. This p…

Computational EfficiencyEnsemble Learning

Graph Neural Networks with Adaptive Residual

2021-12-01 · NeurIPS 2021 12 · Xiaorui Liu, Jiayuan Ding, Wei Jin, Han Xu 외

Graph neural networks (GNNs) have shown the power in graph representation learning for numerous tasks. In this work, we discover an interesting phenomenon that although residual connections in the message passing of GNNs…

Graph Representation LearningRepresentation Learning