paper-with-me

홈 › Papers

Improving Graph Neural Networks at Scale: Combining Approximate PageRank and CoreRank

2022-11-08 · Ariel R. Ramos Vela, Johannes F. Lutzeyer, Anastasios Giovanidis, Michalis Vazirgiannis

Graph Neural Networks (GNNs) have achieved great successes in many learning tasks performed on graph structures. Nonetheless, to propagate information GNNs rely on a message passing scheme which can become prohibitively expensive when working with industrial-scale graphs. Inspired by the PPRGo model, we propose the CorePPR model, a scalable solution that utilises a learnable convex combination of the approximate personalised PageRank and the CoreRank to diffuse multi-hop neighbourhood information in GNNs. Additionally, we incorporate a dynamic mechanism to select the most influential neighbours for a particular node which reduces training time while preserving the performance of the model. Overall, we demonstrate that CorePPR outperforms PPRGo, particularly on large graphs where selecting the most influential nodes is particularly relevant for scalability. Our code is publicly available at: https://github.com/arielramos97/CorePPR.

📄 PDF Abstract BibTeX arXiv:2211.04248

Code (1)

arielramos97/coreppr 공식 구현 tf

Similar Papers 제목 키워드 기반

Statistical guarantees for local graph clustering

2019-06-11 · Wooseok Ha, Kimon Fountoulakis, Michael W. Mahoney

Local graph clustering methods aim to find small clusters in very large graphs. These methods take as input a graph and a seed node, and they return as output a good cluster in a running time that depends on the size of …

ClusteringGraph Clustering

Improved Communication Cost in Distributed PageRank Computation – A Theoretical Study

2020-01-01 · ICML 2020 1 · Siqiang Luo

PageRank is a widely used approach for measuring the importance of a node in a graph. Computing PageRank is a fundamental task in numerous applications including web search, machine learning and recommendation systems. T…

Recommendation Systems

Integrating Personalized PageRank into Neural Word Sense Disambiguation

2021-11-01 · EMNLP 2021 11 · Ahmed El Sheikh, Michele Bevilacqua, Roberto Navigli

Neural Word Sense Disambiguation (WSD) has recently been shown to benefit from the incorporation of pre-existing knowledge, such as that coming from the WordNet graph. However, state-of-the-art approaches have been succe…

Word Sense Disambiguation

Finding Koopman Invariant Subspaces via Personalized PageRank

2026-05-23 · Hyukpyo Hong, Qin Li, Matthew J. Colbrook, Hanbaek Lyu arxiv

Selecting a finite dictionary of observables whose span is Koopman-invariant is a central challenge in data-driven Koopman operator approximation. We address this problem by exploiting zero-block structure in Extended Dy…

Zombie Account Detection Based on Community Detection and Uneven Assignation PageRank

2021-01-04 · Qiu Yaowen, Li Yin, Lu Yanchang

In the social media, there are a large amount of potential zombie accounts which may has negative impact on the public opinion. In tradition, PageRank algorithm is used to detect zombie accounts. However, problems such a…

Community Detection