paper-with-me

홈 › Papers

Revisiting Pre-Propagation GNNs: Robust Diffusion Operators and Hidden-State Re-Propagation

2026-05-24 · Zichao Yue, Zhiru Zhang arxiv

Pre-propagation graph neural networks (PPGNNs) decouple node feature propagation from transformation: graph diffusion is performed once as preprocessing, and training reduces to dense per-node transformations. This design enables mini-batch training without inter-node dependencies, avoids repeated sparse matrix--matrix multiplications, and better matches modern accelerators optimized for dense compute. However, their expressivity remains unclear, and empirical results show a gap between PPGNNs and their message-passing counterparts on commonly used graph benchmarks, especially heterophilic ones. In this paper, we propose a suite of robust graph diffusion operators for preprocessing and a few-shot hidden-state re-propagation scheme during training. Our methods improve the validation and test accuracy of PPGNNs, enabling them to match the accuracy of message-passing GNNs while maintaining training efficiency.

📄 PDF Abstract BibTeX arXiv:2605.25111

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Improving Graph Neural Networks with Learnable Propagation Operators

2022-10-31 · Moshe Eliasof, Lars Ruthotto, Eran Treister

Graph Neural Networks (GNNs) are limited in their propagation operators. In many cases, these operators often contain non-negative elements only and are shared across channels, limiting the expressiveness of GNNs. Moreov…

Graph Classification

Context-guided diffusion for label propagation on graphs

2016-02-20 · ICCV 2015 12 · Kwang In Kim, James Tompkin, Hanspeter Pfister, Christian Theobalt

Existing approaches for diffusion on graphs, e.g., for label propagation, are mainly focused on isotropic diffusion, which is induced by the commonly-used graph Laplacian regularizer. Inspired by the success of diffusivi…

Hypergraph Neural Diffusion: A PDE-Inspired Framework for Hypergraph Message Passing

2026-04-13 · Zhiheng Zhou, Mengyao Zhou, Xixun Lin, Xingqin Qi 외 arxiv

Hypergraph neural networks (HGNNs) have shown remarkable potential in modeling high-order relationships that naturally arise in many real-world data domains. However, existing HGNNs often suffer from shallow propagation,…

Adaptive Diffusion in Graph Neural Networks

2021-12-01 · NeurIPS 2021 12 · Jialin Zhao, Yuxiao Dong, Ming Ding, Evgeny Kharlamov 외

The success of graph neural networks (GNNs) largely relies on the process of aggregating information from neighbors defined by the input graph structures. Notably, message passing based GNNs, e.g., graph convolutional ne…

Enhanced Graph Neural Networks using K-Hop Gaussian Diffusion

2026-06-16 · Xuling Zhang, Peng Wang, Daiyan Li, Aoran Huang 외 arxiv

Most graph neural network (GNN) cores rely on graph convolutions, typically implemented as message passing between direct (single-hop) neighbors. In many real-world graphs, edges can be noisy or poorly defined, limiting …

Graph Neural Network