On the Cross-type Homophily of Heterogeneous Graphs: Understanding and Unleashing
Zhen Tao, Ziyue Qiao, Chaoqi Chen, Zhengyi Yang, Lun Du, Qingqiang Sun
TL;DR
This paper addresses the challenge of measuring and leveraging homophily in heterogeneous graphs by introducing Cross-Type Homophily Ratio (CHR), which quantifies cross-type label-relevance via target information. It then proposes Cross-Type Homophily-guided Graph Editing (CTHGE), a two-phase, CHR-driven graph editing framework that prunes semantically misaligned cross-type edges and refines the remaining connections through a target-driven auxiliary learning paradigm and iterative logits refinement. Theoretical analysis links CHR to HGNN generalization, and extensive experiments on five HG datasets with nine HGNNs show consistent improvements, up to over 25% relative gains in node classification. Overall, CHR provides a principled, scalable lens on cross-type information flow in HGs, and CTHGE offers a practical, plug-in method to boost HGNN performance across diverse architectures.
Abstract
Homophily, the tendency of similar nodes to connect, is a fundamental phenomenon in network science and a critical factor in the performance of graph neural networks (GNNs). While existing studies primarily explore homophily in homogeneous graphs, where nodes share the same type, real-world networks are often more accurately modeled as heterogeneous graphs (HGs) with diverse node types and intricate cross-type interactions. This structural diversity complicates the analysis of homophily, as traditional homophily metrics fail to account for distinct label spaces across node types. To address this limitation, we introduce the Cross-Type Homophily Ratio (CHR), a novel metric that quantifies homophily based on the similarity of target information across different node types. Additionally, we propose Cross-Type Homophily-guided Graph Editing (CTHGE), a novel method for improving heterogeneous graph neural networks (HGNNs) performance by optimizing cross-type connectivity using Cross-Type Homophily Ratio. Extensive experiments on five HG datasets with nine HGNNs validate the effectiveness of CTHGE, which delivers a maximum relative performance improvement of over 25% for HGNNs on node classification tasks, offering a fresh perspective on cross-type homophily in HGs learning.
