paper-with-me

Papers

Centrality Graph Shift Operators for Graph Neural Networks

2024-11-07 · Yassine Abbahaddou, Fragkiskos D. Malliaros, Johannes F. Lutzeyer, Michalis Vazirgiannis

Graph Shift Operators (GSOs), such as the adjacency and graph Laplacian matrices, play a fundamental role in graph theory and graph representation learning. Traditional GSOs are typically constructed by normalizing the adjacency matrix by the degree matrix, a local centrality metric. In this work, we instead propose and study Centrality GSOs (CGSOs), which normalize adjacency matrices by global centrality metrics such as the PageRank, $k$-core or count of fixed length walks. We study spectral properties of the CGSOs, allowing us to get an understanding of their action on graph signals. We confirm this understanding by defining and running the spectral clustering algorithm based on different CGSOs on several synthetic and real-world datasets. We furthermore outline how our CGSO can act as the message passing operator in any Graph Neural Network and in particular demonstrate strong performance of a variant of the Graph Convolutional Network and Graph Attention Network using our CGSOs on several real-world benchmark datasets.

📄 PDF Abstract BibTeX arXiv:2411.04655

Code (1)

abbahaddou/CGSO 공식 구현 pytorch

Tasks

Graph AttentionGraph Neural NetworkGraph Representation LearningRepresentation Learning

Methods 이 논문이 사용한 방법론

Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Attention 설명 없음
Spectral Clustering Spectral clustering has attracted increasing attention due to the promising ability in dealing with nonlinearly separable datasets [15], [16]. In spectral clustering, the…
Graph Neural Network 설명 없음

Similar Papers 제목 키워드 기반

Centrality measures for graphons: Accounting for uncertainty in networks

2017-07-28 · Marco Avella-Medina, Francesca Parise, Michael T. Schaub, Santiago Segarra

As relational datasets modeled as graphs keep increasing in size and their data-acquisition is permeated by uncertainty, graph-based analysis techniques can become computationally and conceptually challenging. In particu…

A Family of Centrality Measures for Graph Data Based on Subgraphs

2020-05-31 · ICDT 2020 5 · Cristian Riveros, Jorge Salas

We present the theoretical foundations of a new approach in centrality measures for graph data. The main principle of our approach is very simple: the more relevant subgraphs around a vertex, the more central it is in …

All

CBAG: An Efficient Genetic Algorithm for the Graph Burning Problem

2022-08-01 · Mahdi Nazeri, Ali Mollahosseini, Iman Izadi

Information spread is an intriguing topic to study in network science, which investigates how information, influence, or contagion propagate through networks. Graph burning is a simplified deterministic model for how inf…

Absolute Expressiveness of Subgraph-based Centrality Measures

2022-06-13 · Andreas Pieris, Jorge Salas

In graph-based applications, a common task is to pinpoint the most important or ``central'' vertex in a (directed or undirected) graph, or rank the vertices of a graph according to their importance. To this end, a pletho…

Graph Signal Processing over a Probability Space of Shift Operators

2021-08-20 · Feng Ji, Wee Peng Tay, Antonio Ortega

Graph signal processing (GSP) uses a shift operator to define a Fourier basis for the set of graph signals. The shift operator is often chosen to capture the graph topology. However, in many applications, the graph topol…