LGDec 16, 2025

ParaFormer: A Generalized PageRank Graph Transformer for Graph Representation Learning

arXiv:2512.14619v1h-index: 29Has CodeWSDM
Originality Incremental advance
AI Analysis

This addresses a critical bottleneck in graph representation learning for researchers and practitioners, offering an incremental improvement over existing Graph Transformers.

The paper tackles the over-smoothing problem in Graph Transformers by proposing ParaFormer, a PageRank-enhanced attention module that functions as an adaptive-pass filter, achieving consistent performance improvements on 11 datasets for node and graph classification tasks.

Graph Transformers (GTs) have emerged as a promising graph learning tool, leveraging their all-pair connected property to effectively capture global information. To address the over-smoothing problem in deep GNNs, global attention was initially introduced, eliminating the necessity for using deep GNNs. However, through empirical and theoretical analysis, we verify that the introduced global attention exhibits severe over-smoothing, causing node representations to become indistinguishable due to its inherent low-pass filtering. This effect is even stronger than that observed in GNNs. To mitigate this, we propose PageRank Transformer (ParaFormer), which features a PageRank-enhanced attention module designed to mimic the behavior of deep Transformers. We theoretically and empirically demonstrate that ParaFormer mitigates over-smoothing by functioning as an adaptive-pass filter. Experiments show that ParaFormer achieves consistent performance improvements across both node classification and graph classification tasks on 11 datasets ranging from thousands to millions of nodes, validating its efficacy. The supplementary material, including code and appendix, can be found in https://github.com/chaohaoyuan/ParaFormer.

Foundations

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

Your Notes