paper-with-me

Papers

Does Homophily Help in Robust Test-time Node Classification?

2025-10-25 · Yan Jiang, Ruihong Qiu, Zi Huang arxiv

Homophily, the tendency of nodes from the same class to connect, is a fundamental property of real-world graphs, underpinning structural and semantic patterns in domains such as citation networks and social networks. Existing methods exploit homophily through designing homophily-aware GNN architectures or graph structure learning strategies, yet they primarily focus on GNN learning with training graphs. However, in real-world scenarios, test graphs often suffer from data quality issues and distribution shifts, such as domain shifts across users from different regions in social networks and temporal evolution shifts in citation network graphs collected over varying time periods. These factors significantly compromise the pre-trained model's robustness, resulting in degraded test-time performance. With empirical observations and theoretical analysis, we reveal that transforming the test graph structure by increasing homophily in homophilic graphs or decreasing it in heterophilic graphs can significantly improve the robustness and performance of pre-trained GNNs on node classifications, without requiring model training or update. Motivated by these insights, a novel test-time graph structural transformation method grounded in homophily, named GrapHoST, is proposed. Specifically, a homophily predictor is developed to discriminate test edges, facilitating adaptive test-time graph structural transformation by the confidence of predicted homophily scores. Extensive experiments on nine benchmark datasets under a range of test-time data quality issues demonstrate that GrapHoST consistently achieves state-of-the-art performance, with improvements of up to 10.92%. Our code has been released at https://github.com/YanJiangJerry/GrapHoST.

📄 PDF Abstract BibTeX arXiv:2510.22289

Code (0)

등록된 구현이 없습니다.

Tasks

Graph structure learningNode Classification

Similar Papers 제목 키워드 기반

On Performance Discrepancies Across Local Homophily Levels in Graph Neural Networks

2023-06-08 · Donald Loveland, Jiong Zhu, Mark Heimann, Benjamin Fish 외

Graph Neural Network (GNN) research has highlighted a relationship between high homophily (i.e., the tendency of nodes of the same class to connect) and strong predictive performance in node classification. However, rece…

Graph Neural NetworkNode Classification

When Do Graph Neural Networks Help with Node Classification? Investigating the Homophily Principle on Node Distinguishability

2023-09-21 · NeurIPS 2023 11

Homophily principle, i.e., nodes with the same labels are more likely to be connected, has been believed to be the main reason for the performance superiority of Graph Neural Networks (GNNs) over Neural Networks on node …

When Do Graph Neural Networks Help with Node Classification? Investigating the Impact of Homophily Principle on Node Distinguishability

2023-04-25 · Sitao Luan, Chenqing Hua, Minkai Xu, Qincheng Lu 외

Homophily principle, i.e., nodes with the same labels are more likely to be connected, has been believed to be the main reason for the performance superiority of Graph Neural Networks (GNNs) over Neural Networks on node …

Node ClassificationStochastic Block Model

Memory-based Message Passing: Decoupling the Message for Propogation from Discrimination

2022-02-01 · Jie Chen, Weiqi Liu, Jian Pu

Message passing is a fundamental procedure for graph neural networks in the field of graph representation learning. Based on the homophily assumption, the current message passing always aggregates features of connected n…

Graph Representation LearningRepresentation Learning

ASEHybrid: When Geometry Matters Beyond Homophily in Graph Neural Networks

2026-01-26 · Shalima Binta Manir, Tim Oates arxiv

Standard message-passing graph neural networks (GNNs) often struggle on graphs with low homophily, yet homophily alone does not explain this behavior, as graphs with similar homophily levels can exhibit markedly differen…