paper-with-me

홈 › Papers

RAwR: Role-Aware Rewiring via Approximate Equitable Partition

2026-05-10 · Riccardo Porcedda, Giuseppe Squillace, Bastian Epping, Andrea Vandin, Michael Schaub, Mirco Tribastone, Francesca Chiaromonte arxiv

While Graph Neural Networks (GNNs) have demonstrated significant efficacy in node classification tasks, where predictions rely on local neighborhood information, the performance of GNNs often drops when prediction tasks depend on long-range interactions. These limitations are attributed to phenomena such as oversquashing, where structural bottlenecks restrict signal propagation across the network topology. To address this challenge, we introduce RAwR, a computationally efficient rewiring framework that augments the input graph with a quotient graph derived from equitable partitions. This approach facilitates accelerated communication between nodes that share identical structural roles, as identified by the Weisfeiler-Leman graph coloring, and thereby reduces the total effective resistance of the system. Furthermore, by employing an approximate definition of the equitable partition, RAwR enables a controllable reduction of the quotient graph, which, in its most condensed state, recovers the conventional Master Node rewiring technique. Empirical evaluations across a diverse suite of benchmarks -- including homophilic, heterophilic, and synthetic long-range datasets -- demonstrate that RAwR achieves state-of-the-art results. Our contribution is further supported by an analytical investigation using a teacher-student model of linear GNNs, which elucidates the theoretical foundations of role-based rewiring. This analysis leads to the formulation of Spectral Role Lift (SRL), a metric designed to identify the optimal approximate equitable partition for maximizing predictive performance.

📄 PDF Abstract BibTeX arXiv:2605.09457

Code (0)

등록된 구현이 없습니다.

Tasks

Node Classification

Similar Papers 제목 키워드 기반

Drift-Aware Temporal Graph Rewiring (DATGR) for Adaptive Semantic Modeling in Biomedical Text

2026-07-09 · Bharathwaj Vijayakumar, Sahana K. Varadaraju arxiv

Biomedical language evolves rapidly as new discoveries emerge, causing traditional text models to lose semantic fidelity over time. Static embeddings and co-occurrence graphs cannot capture such evolution, leading to per…

Self-supervised EEG Representation Learning for Automatic Sleep Staging

2021-10-27 · Chaoqi Yang, Danica Xiao, M. Brandon Westover, Jimeng Sun

Background: Deep learning models have shown great success in automating tasks in sleep medicine by learning from carefully annotated Electroencephalogram (EEG) data. However, effectively utilizing a large amount of raw E…

EEGElectroencephalogram (EEG)Representation LearningSelf-Supervised Learning+1

Locality-Aware Graph-Rewiring in GNNs

2023-10-02 · Federico Barbero, Ameya Velingker, Amin Saberi, Michael Bronstein 외

Graph Neural Networks (GNNs) are popular models for machine learning on graphs that typically follow the message-passing paradigm, whereby the feature of a node is updated recursively upon aggregating information over it…

Inductive Bias

PANDA: Expanded Width-Aware Message Passing Beyond Rewiring

2024-06-06 · Jeongwhan Choi, Sumin Park, Hyowon Wi, Sung-Bae Cho 외

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

Graph ClassificationGraph Neural NetworkGraph RegressionNode Classification

The Effectiveness of Curvature-Based Rewiring and the Role of Hyperparameters in GNNs Revisited

2024-07-12 · Floriano Tori, Vincent Holst, Vincent Ginis

Message passing is the dominant paradigm in Graph Neural Networks (GNNs). The efficiency of message passing, however, can be limited by the topology of the graph. This happens when information is lost during propagation …