LGMay 24

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

arXiv:2605.2511144.1
AI Analysis

Improves PPGNNs to match message-passing GNN accuracy on heterophilic benchmarks, addressing a key limitation for practitioners seeking efficient graph learning.

Pre-propagation GNNs (PPGNNs) decouple feature propagation from transformation for efficient training, but lag behind message-passing GNNs on heterophilic graphs. The authors propose robust diffusion operators and hidden-state re-propagation, enabling PPGNNs to match message-passing accuracy while maintaining efficiency.

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.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes