paper-with-me

Papers

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 address heterophily through graph structure refinement or adaptation of neighbor aggregation functions, they often overlook the semantic potential of node text, rely on suboptimal message representation for propagation and compromise performance on homophilic graphs. To address these limitations, we propose a novel language model (LM)-enhanced message passing approach for heterophilic graph leaning (LEMP4HG). Specifically, in the context of text-attributed graph, we provide paired node texts for LM to generate their connection analysis, which are encoded and then fused with paired node textual embeddings through a gating mechanism. The synthesized messages are semantically enriched and adaptively balanced with both nodes' information, which mitigates contradictory signals when neighbor aggregation in heterophilic regions. Furthermore, we introduce an active learning strategy guided by our heuristic MVRD (Modulated Variation of Reliable Distance), selectively enhancing node pairs suffer most from message passing, reducing the cost of analysis generation and side effects on homophilic regions. Extensive experiments validate that our approach excels on heterophilic graphs and performs robustly on homophilic ones, with a graph convolutional network (GCN) backbone and a practical budget.

📄 PDF Abstract BibTeX arXiv:2505.19762

Code (0)

등록된 구현이 없습니다.

Tasks

Active LearningGraph LearningLanguage ModelingLanguage Modelling

Similar Papers 제목 키워드 기반

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

Dual-channel Heterophilic Message Passing for Graph Fraud Detection

2025-04-19 · Wenxin Zhang, Jingxing Zhong, Guangzhen Yao, Renda Han 외

Fraudulent activities have significantly increased across various domains, such as e-commerce, online review platforms, and social networks, making fraud detection a critical task. Spatial Graph Neural Networks (GNNs) ha…

Fraud DetectionInductive BiasInductive Learning

Edge-Splitting MLP: Node Classification on Homophilic and Heterophilic Graphs without Message Passing

2024-12-11 · Matthias Kohn, Marcel Hoffmann, Ansgar Scherp

Message Passing Neural Networks (MPNNs) have demonstrated remarkable success in node classification on homophilic graphs. It has been shown that they do not solely rely on homophily but on neighborhood distributions of n…

Node Classification

DuoGNN: Topology-aware Graph Neural Network with Homophily and Heterophily Interaction-Decoupling

2024-09-29 · K. Mancini, I. Rekik

Graph Neural Networks (GNNs) have proven effective in various medical imaging applications, such as automated disease diagnosis. However, due to the local neighborhood aggregation paradigm in message passing which charac…

Graph Neural NetworkNode Classification

Sign is Not a Remedy: Multiset-to-Multiset Message Passing for Learning on Heterophilic Graphs

2024-05-31 · Langzhang Liang, Sunwoo Kim, Kijung Shin, Zenglin Xu 외

Graph Neural Networks (GNNs) have gained significant attention as a powerful modeling and inference method, especially for homophilic graph-structured data. To empower GNNs in heterophilic graphs, where adjacent nodes ex…

Node Classification