paper-with-me

홈 › Papers

Task-driven Heterophilic Graph Structure Learning

2025-12-29 · Ayushman Raghuvanshi, Gonzalo Mateos, Sundeep Prabhakar Chepuri arxiv

Graph neural networks (GNNs) often struggle to learn discriminative node representations for heterophilic graphs, where connected nodes tend to have dissimilar labels and feature similarity provides weak structural cues. We propose frequency-guided graph structure learning (FgGSL), an end-to-end graph inference framework that jointly learns homophilic and heterophilic graph structures along with a spectral encoder. FgGSL employs a learnable, symmetric, feature-driven masking function to infer said complementary graphs, which are processed using pre-designed low- and high-pass graph filter banks. A label-based structural loss explicitly promotes the recovery of homophilic and heterophilic edges, enabling task-driven graph structure learning. We derive stability bounds for the structural loss and establish robustness guarantees for the filter banks under graph perturbations. Experiments on six heterophilic benchmarks demonstrate that FgGSL consistently outperforms state-of-the-art GNNs and graph rewiring methods, highlighting the benefits of combining frequency information with supervised topology inference.

📄 PDF Abstract BibTeX arXiv:2512.23406

Code (0)

등록된 구현이 없습니다.

Tasks

Graph structure learning

Similar Papers 제목 키워드 기반

Leveraging Invariant Principle for Heterophilic Graph Structure Distribution Shifts

2024-08-18 · Jinluan Yang, Zhengyu Chen, Teng Xiao, Wenqiao Zhang 외

Heterophilic Graph Neural Networks (HGNNs) have shown promising results for semi-supervised learning tasks on graphs. Notably, most real-world heterophilic graphs are composed of a mixture of nodes with different neighbo…

Data AugmentationNode Classification

Exploring Adaptive Structure Learning for Heterophilic Graphs

2025-07-27 · Garv Kaushik arxiv

Graph Convolutional Networks (GCNs) gained traction for graph representation learning, with recent attention on improving performance on heterophilic graphs for various real-world applications. The localized feature aggr…

Graph Representation LearningNode Classification

Refining Latent Homophilic Structures over Heterophilic Graphs for Robust Graph Convolution Networks

2023-12-27 · Chenyang Qiu, Guoshun Nan, Tianyu Xiong, Wendi Deng 외

Graph convolution networks (GCNs) are extensively utilized in various graph tasks to mine knowledge from spatial data. Our study marks the pioneering attempt to quantitatively investigate the GCN robustness over omnipres…

Contrastive LearningNode Classification

Language Model-Enhanced Message Passing for Heterophilic Graph Learning

2025-05-26 · Wenjun Wang, Dawei Cheng

Traditional graph neural networks (GNNs), which rely on homophily-driven message passing, struggle with heterophilic graphs where connected nodes exhibit dissimilar features and different labels. While existing methods a…

Active LearningGraph LearningLanguage ModelingLanguage Modelling

Heterophilic Graph Neural Networks Optimization with Causal Message-passing

2024-11-21 · Botao Wang, Jia Li, Heng Chang, Keli Zhang 외

In this work, we discover that causal inference provides a promising approach to capture heterophilic message-passing in Graph Neural Network (GNN). By leveraging cause-effect analysis, we can discern heterophilic edges …

Causal InferenceGraph LearningGraph Neural NetworkLink Prediction+1