paper-with-me

Papers

Non-backtracking Graph Neural Networks

2023-10-11 · Seonghyun Park, Narae Ryu, Gahee Kim, Dongyeop Woo, Se-Young Yun, Sungsoo Ahn

The celebrated message-passing updates for graph neural networks allow representing large-scale graphs with local and computationally tractable updates. However, the updates suffer from backtracking, i.e., a message flowing through the same edge twice and revisiting the previously visited node. Since the number of message flows increases exponentially with the number of updates, the redundancy in local updates prevents the graph neural network from accurately recognizing a particular message flow relevant for downstream tasks. In this work, we propose to resolve such a redundancy issue via the non-backtracking graph neural network (NBA-GNN) that updates a message without incorporating the message from the previously visited node. We theoretically investigate how NBA-GNN alleviates the over-squashing of GNNs, and establish a connection between NBA-GNN and the impressive performance of non-backtracking updates for stochastic block model recovery. Furthermore, we empirically verify the effectiveness of our NBA-GNN on the long-range graph benchmark and transductive node classification problems.

📄 PDF Abstract BibTeX arXiv:2310.07430

Code (1)

seonghyun26/nba-gnn 공식 구현 pytorch

Tasks

Graph Neural NetworkNode ClassificationStochastic Block Model

Methods 이 논문이 사용한 방법론

Graph Neural Network 설명 없음

Similar Papers 제목 키워드 기반

Complex non-backtracking matrix for directed graphs

2025-07-16 · Keishi Sando, Hideitsu Hino

Graph representation matrices are essential tools in graph data analysis. Recently, Hermitian adjacency matrices have been proposed to investigate directed graph structures. Previous studies have demonstrated that these …

Faster Clustering via Non-Backtracking Random Walks

2017-08-26 · Brian Rappaport, Anuththari Gamage, Shuchin Aeron

This paper presents VEC-NBT, a variation on the unsupervised graph clustering technique VEC, which improves upon the performance of the original algorithm significantly for sparse graphs. VEC employs a novel application …

ClusteringGraph Clustering

Learning Branching Heuristics from Graph Neural Networks

2022-11-26 · Congsong Zhang, Yong Gao, James Nastos

Backtracking has been widely used for solving problems in artificial intelligence (AI), including constraint satisfaction problems and combinatorial optimization problems. Good branching heuristics can efficiently improv…

Combinatorial OptimizationGraph Neural Network

Sparse random hypergraphs: Non-backtracking spectra and community detection

2022-03-14 · Ludovic Stephan, Yizhe Zhu

We consider the community detection problem in a sparse $q$-uniform hypergraph $G$, assuming that $G$ is generated according to the Hypergraph Stochastic Block Model (HSBM). We prove that a spectral method based on the n…

Community DetectionDimensionality ReductionStochastic Block Model

Nonbacktracking spectral clustering of nonuniform hypergraphs

2022-04-27 · Philip Chodrow, Nicole Eikmeier, Jamie Haddock

Spectral methods offer a tractable, global framework for clustering in graphs via eigenvector computations on graph matrices. Hypergraph data, in which entities interact on edges of arbitrary size, poses challenges for m…

Clustering