paper-with-me

Papers

GraphTorque: Torque-Driven Rewiring Graph Neural Network

2025-07-29 · Sujia Huang, Lele Fu, Zhen Cui, Tong Zhang, Na Song, Bo Huang arxiv

Graph Neural Networks (GNNs) have emerged as powerful tools for learning from graph-structured data, leveraging message passing to diffuse information and update node representations. However, most efforts have suggested that native interactions encoded in the graph may not be friendly for this process, motivating the development of graph rewiring methods. In this work, we propose a torque-driven hierarchical rewiring strategy, inspired by the notion of torque in classical mechanics, dynamically modulating message passing to improve representation learning in heterophilous and homophilous graphs. Specifically, we define the torque by treating the feature distance as a lever arm vector and the neighbor feature as a force vector weighted by the homophily disparity between nodes. We use the metric to hierarchically reconfigure receptive field of each layer by judiciously pruning high-torque edges and adding low-torque links, suppressing the impact of irrelevant information and boosting pertinent signals during message passing. Extensive evaluations on benchmark datasets show that the proposed approach surpasses state-of-the-art rewiring methods on both heterophilous and homophilous graphs.

📄 PDF Abstract BibTeX arXiv:2507.21422

Code (0)

등록된 구현이 없습니다.

Tasks

Representation LearningGraph Neural Network

Similar Papers 제목 키워드 기반

It Takes a Graph to Know a Graph: Rewiring for Homophily with a Reference Graph

2025-05-18 · Harel Mendelman, Haggai Maron, Ronen Talmon

Graph Neural Networks (GNNs) excel at analyzing graph-structured data but struggle on heterophilic graphs, where connected nodes often belong to different classes. While this challenge is commonly addressed with speciali…

Node Classification

Structural Invariance Matters: Rethinking Graph Rewiring through Graph Metrics

2025-10-23 · Alexandre Benoit, Catherine Aitken, Yu He arxiv

Graph rewiring has emerged as a key technique to alleviate over-squashing in Graph Neural Networks (GNNs) and Graph Transformers by modifying the graph topology to improve information flow. While effective, rewiring inhe…

Node Classification

Commute-Time-Optimised Graphs for GNNs

2024-07-09 · Igor Sterner, Shiye Su, Petar Veličković

We explore graph rewiring methods that optimise commute time. Recent graph rewiring approaches facilitate long-range interactions in sparse graphs, making such rewirings commute-time-optimal on average. However, when an …

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

Multiscale Neural Operators for Solving Time-Independent PDEs

2023-11-10 · Winfried Ripken, Lisa Coiffard, Felix Pieper, Sebastian Dziadzio

Time-independent Partial Differential Equations (PDEs) on large meshes pose significant challenges for data-driven neural PDE solvers. We introduce a novel graph rewiring technique to tackle some of these challenges, suc…