SOTAVerified

PANDA: Expanded Width-Aware Message Passing Beyond Rewiring

2024-06-06Code Available1· sign in to hype

Jeongwhan Choi, Sumin Park, Hyowon Wi, Sung-Bae Cho, Noseong Park

Code Available — Be the first to reproduce this paper.

Reproduce

Code

Abstract

Recent research in the field of graph neural network (GNN) has identified a critical issue known as "over-squashing," resulting from the bottleneck phenomenon in graph structures, which impedes the propagation of long-range information. Prior works have proposed a variety of graph rewiring concepts that aim at optimizing the spatial or spectral properties of graphs to promote the signal propagation. However, such approaches inevitably deteriorate the original graph topology, which may lead to a distortion of information flow. To address this, we introduce an expanded width-aware (PANDA) message passing, a new message passing paradigm where nodes with high centrality, a potential source of over-squashing, are selectively expanded in width to encapsulate the growing influx of signals from distant nodes. Experimental results show that our method outperforms existing rewiring methods, suggesting that selectively expanding the hidden state of nodes can be a compelling alternative to graph rewiring for addressing the over-squashing.

Tasks

Benchmark Results

DatasetModelMetricClaimedVerifiedStatus
COLLABR-GIN + PANDAAccuracy77.8Unverified
COLLABGCN + PANDAAccuracy68.4Unverified
COLLABR-GCN + PANDAAccuracy71.4Unverified
COLLABGIN + PANDAAccuracy75.11Unverified
ENZYMESGCN + PANDAAccuracy31.55Unverified
ENZYMESR-GIN + PANDAAccuracy53.1Unverified
ENZYMESGIN + PANDAAccuracy46.2Unverified
ENZYMESR-GCN + PANDAAccuracy43.9Unverified
IMDB-BINARYGIN + PANDAAccuracy72.56Unverified
IMDB-BINARYGCN + PANDAAccuracy63.76Unverified
IMDB-BINARYR-GCN + PANDAAccuracy66.79Unverified
IMDB-BINARYR-GIN + PANDAAccuracy72.09Unverified
MUTAGR-GCN + PANDAAccuracy90.05Unverified
MUTAGR-GIN + PANDAAccuracy88.2Unverified
MUTAGGIN + PANDAAccuracy88.75Unverified
MUTAGGCN + PANDAAccuracy85.75Unverified
PROTEINSR-GIN + PANDAAccuracy76.17Unverified
PROTEINSGCN + PANDAAccuracy76Unverified
PROTEINSR-GCN + PANDAAccuracy76Unverified
PROTEINSGIN + PANDAAccuracy75.76Unverified
REDDIT-BINARYR-GCN + PANDAAccuracy80.2Unverified
REDDIT-BINARYGCN + PANDAAccuracy80.69Unverified
REDDIT-BINARYGIN + PANDAAccuracy91.06Unverified
REDDIT-BINARYR-GIN + PANDAAccuracy91.36Unverified

Reproductions