paper-with-me

Papers

Transforming PageRank into an Infinite-Depth Graph Neural Network

2022-07-01 · Andreas Roth, Thomas Liebig

Popular graph neural networks are shallow models, despite the success of very deep architectures in other application domains of deep learning. This reduces the modeling capacity and leaves models unable to capture long-range relationships. The primary reason for the shallow design results from over-smoothing, which leads node states to become more similar with increased depth. We build on the close connection between GNNs and PageRank, for which personalized PageRank introduces the consideration of a personalization vector. Adopting this idea, we propose the Personalized PageRank Graph Neural Network (PPRGNN), which extends the graph convolutional network to an infinite-depth model that has a chance to reset the neighbor aggregation back to the initial state in each iteration. We introduce a nicely interpretable tweak to the chance of resetting and prove the convergence of our approach to a unique solution without placing any constraints, even when taking infinitely many neighbor aggregations. As in personalized PageRank, our result does not suffer from over-smoothing. While doing so, time complexity remains linear while we keep memory complexity constant, independently of the depth of the network, making it scale well to large graphs. We empirically show the effectiveness of our approach for various node and graph classification tasks. PPRGNN outperforms comparable methods in almost all cases.

📄 PDF Abstract BibTeX arXiv:2207.00684

Code (1)

roth-andreas/pprgnn 공식 구현 pytorch

Tasks

Graph ClassificationGraph Neural Network

Methods 이 논문이 사용한 방법론

Graph Neural Network 설명 없음

Similar Papers 제목 키워드 기반

Personalized PageRank Graph Attention Networks

2022-05-27 · Julie Choi

There has been a rising interest in graph neural networks (GNNs) for representation learning over the past few years. GNNs provide a general and efficient framework to learn from graph-structured data. However, GNNs typi…

Graph AttentionRepresentation Learning

Personalized PageRank meets Graph Attention Networks

2021-09-29 · Julie Choi

There has been a rising interest in graph neural networks (GNNs) for representation learning over the past few years. GNNs provide a general and efficient framework to learn from graph-structured data. However, GNNs typi…

Graph AttentionRepresentation Learning

Layer-wise Adaptive Graph Convolution Networks Using Generalized Pagerank

2021-08-24 · Kishan Wimalawarne, Taiji Suzuki

We investigate adaptive layer-wise graph convolution in deep GCN models. We propose AdaGPR to learn generalized Pageranks at each layer of a GCNII network to induce adaptive convolution. We show that the generalization b…

Generalization BoundsNode Classification

Towards Understanding and Avoiding Limitations of Convolutions on Graphs

2026-02-04 · Andreas Roth arxiv

While message-passing neural networks (MPNNs) have shown promising results, their real-world impact remains limited. Although various limitations have been identified, their theoretical foundations remain poorly understo…

Self-Attention And Beyond the Infinite: Towards Linear Transformers with Infinite Self-Attention

2026-02-26 · Giorgio Roffo, Hazem Abdelkawy, Nilli Lavie, Luke Palmer arxiv

The quadratic cost of softmax attention limits Transformer scalability in high-resolution vision. We introduce Infinite Self-Attention (InfSA), a spectral reformulation that treats each attention layer as a diffusion ste…