通过类别间链接概率矩阵提升GNN的链接预测性能
CGLE: Class-label Graph Link Estimator for Link Prediction
- 构建类别条件链接概率矩阵,融合语义先验信息
- 在PubMed和DBLP上HR@100提升超10个百分点
- 无需修改GNN结构,适合各类图数据的轻量增强
链接预测是图挖掘中的关键任务,广泛应用于社交网络、推荐系统和知识图谱补全。然而,许多主流图神经网络(GNN)模型常忽略类别层面聚合的语义信息。为此,本文提出CGLE(Class-label Graph Link Estimator),一种增强GNN链接预测的新框架。CGLE通过构建类条件链接概率矩阵,其中每个条目表示两节点类别间形成链接的概率,该矩阵基于真实标签或聚类得到的伪标签生成。随后将此类别先验与骨干GNN的结构化链接嵌入拼接,经由MLP进行最终预测。关键在于,CGLE逻辑可封装在高效预处理阶段,不增加底层GNN的计算复杂度。我们在涵盖同质和稀疏异质图的多个基准数据集上进行广泛实验,结果表明,相较于NCN和NCNC等强基线,CGLE在PubMed和DBLP等同质图上HR@100提升超过10个百分点,在Chameleon稀疏异质图上实现超过4%的MRR改进。本工作验证了全局数据驱动语义先验的有效性,为减少模型复杂度提供了可行路径。代码已公开:https://github.com/data-iitd/cgle-icdm2025。
原文摘要 · Abstract (English)
Link prediction is a pivotal task in graph mining with wide-ranging applications in social networks, recommendation systems, and knowledge graph completion. However, many leading Graph Neural Network (GNN) models often neglect the valuable semantic information aggregated at the class level. To address this limitation, this paper introduces CGLE (Class-label Graph Link Estimator), a novel framework designed to augment GNN-based link prediction models. CGLE operates by constructing a class-conditioned link probability matrix, where each entry represents the probability of a link forming between two node classes. This matrix is derived from either available ground-truth labels or from pseudo-labels obtained through clustering. The resulting class-based prior is then concatenated with the structural link embedding from a backbone GNN, and the combined representation is processed by a Multi-Layer Perceptron (MLP) for the final prediction. Crucially, CGLE's logic is encapsulated in an efficient preprocessing stage, leaving the computational complexity of the underlying GNN model unaffected. We validate our approach through extensive experiments on a broad suite of benchmark datasets, covering both homophilous and sparse heterophilous graphs. The results show that CGLE yields substantial performance gains over strong baselines such as NCN and NCNC, with improvements in HR@100 of over 10 percentage points on homophilous datasets like Pubmed and DBLP. On sparse heterophilous graphs, CGLE delivers an MRR improvement of over 4% on the Chameleon dataset. Our work underscores the efficacy of integrating global, data-driven semantic priors, presenting a compelling alternative to the pursuit of increasingly complex model architectures. Code to reproduce our findings is available at: https://github.com/data-iitd/cgle-icdm2025.
Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。