paper-with-me

Papers

Multi-hop Attention-based Graph Pooling: A Personalized PageRank Perspective

2024-03-04 · International Conference on Distributed Computing and High Performance Computing (DCHPC) 2024 3 · Parsa Haddadian, Roya Booryaee, Rooholah Abedian, Ali Moeini

Over the past ten years, graph representation learning has garnered a lot of attention due to the variety of graph-structured data and its efficiency in both time and space. One essential method for obtaining effective graph representations is graph pooling. Numerous studies on the graph pooling technique have been conducted. Cutting-edge results on a range of graph representation learning tasks were made possible by the combination of graph neural networks and self-attention mechanisms. Nevertheless, the attention mechanism has limitations since it ignores nodes that have no direct connection via an edge but provide valuable network context information. This paper proposes a graph pooling approach based on Personalized PageRank and self-attention, which improves the model to take into account both node properties and graph structure. The experimental findings indicate that, with a suitable number of parameters, the MAGPool approach delivers greater accuracy on the benchmark datasets.

📄 PDF Abstract BibTeX

Code (1)

p-haddadian/MAGPool pytorch

Tasks

Graph ClassificationGraph Representation LearningRepresentation Learning

Methods 이 논문이 사용한 방법론

Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…

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

Mean Field Analysis of Personalized PageRank with Implications for Local Graph Clustering

2018-06-20 · Avrachenkov Konstantin, Kadavankandy Arun, Litvak Nelly

We analyse a mean-field model of Personalized PageRank on the Erdos-Renyi random graph containing a denser planted Erdos-Renyi subgraph. We investigate the regimes where the values of Personalized PageRank concentrate ar…

ClusteringGraph Clustering

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

Network Capacity Bound for Personalized PageRank in Multimodal Networks

2017-06-01 · M. A. Kłopotek, S. T. Wierzchoń, R. A. Kłopotek

In a former paper the concept of Bipartite PageRank was introduced and a theorem on the limit of authority flowing between nodes for personalized PageRank has been generalized. In this paper we want to extend those resul…

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-…

Graph ClassificationGraph Neural Network