arXiv:2507.16347cs.LGcs.AI2025-07IJCAI被引 13

用高阶网页排名提升图神经网络在异质图上的表现

Leveraging Personalized PageRank and Higher-Order Topological Structures for Heterophily Mitigation in Graph Neural Networks

  • 引入高阶个性化网页排名捕捉多尺度节点关系
  • 在异质图上优于七种主流方法中的五种,且在同质图上表现不差
  • 适合处理噪声大、标签不一致的真实世界图数据

图神经网络(GNN)在节点分类任务中表现优异,但通常假设邻接节点具有相似标签,这一同质性假设在许多真实世界的异质图中不成立。现有异质图模型主要依赖成对关系,忽视了高阶结构带来的多尺度信息,导致性能受限,尤其在存在冲突类别信息的噪声环境下。为此,我们提出HPGNN,一种融合高阶个性化网页排名(PPR)与图神经网络的新模型。HPGNN采用高效的高阶PPR近似方法,捕捉长程和多尺度节点交互,降低计算复杂度并抑制周围信息噪声。通过将高阶结构信息嵌入卷积网络,有效建模跨不同图维度的关键交互。在基准数据集上的大量实验表明,HPGNN在下游任务中优于七种先进方法中的五种,同时在同质图上保持竞争力。其在多尺度信息平衡与抗噪能力方面的优势,使其成为应对真实图学习挑战的通用解决方案。代码已公开于 https://github.com/streetcorner/HPGNN。

原文摘要 · Abstract (English)

Graph Neural Networks (GNNs) excel in node classification tasks but often assume homophily, where connected nodes share similar labels. This assumption does not hold in many real-world heterophilic graphs. Existing models for heterophilic graphs primarily rely on pairwise relationships, overlooking multi-scale information from higher-order structures. This leads to suboptimal performance, particularly under noise from conflicting class information across nodes. To address these challenges, we propose HPGNN, a novel model integrating Higher-order Personalized PageRank with Graph Neural Networks. HPGNN introduces an efficient high-order approximation of Personalized PageRank (PPR) to capture long-range and multi-scale node interactions. This approach reduces computational complexity and mitigates noise from surrounding information. By embedding higher-order structural information into convolutional networks, HPGNN effectively models key interactions across diverse graph dimensions. Extensive experiments on benchmark datasets demonstrate HPGNN's effectiveness. The model achieves better performance than five out of seven state-of-the-art methods on heterophilic graphs in downstream tasks while maintaining competitive performance on homophilic graphs. HPGNN's ability to balance multi-scale information and robustness to noise makes it a versatile solution for real-world graph learning challenges. Codes are available at https://github.com/streetcorner/HPGNN.

图神经网络异质图高阶结构抗噪

Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。