Redirecting to original paper in 30 seconds...

Click below to go immediately or wait for automatic redirect

arxiv_ai 90% Match Research Paper GNN Researchers,Machine Learning Engineers,Network Analysts 1 week ago

Does Homophily Help in Robust Test-time Node Classification?

graph-neural-networks › graph-learning
📄 Abstract

Abstract: 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.
Authors (3)
Yan Jiang
Ruihong Qiu
Zi Huang
Submitted
October 25, 2025
arXiv Category
cs.LG
arXiv PDF

Key Contributions

This paper investigates the role of homophily in the robustness of Graph Neural Networks (GNNs) during test-time node classification, particularly under distribution shifts. It reveals that transforming test graph structures to increase or decrease homophily can improve model performance, suggesting a novel approach to enhance GNN resilience in real-world, dynamic graph scenarios.

Business Value

Enhanced reliability of graph-based AI systems in dynamic environments, leading to more accurate predictions in social media analysis, fraud detection, and recommendation engines.