arXiv:2605.17854cs.LG2026-05

让图神经网络同时利用存在和缺失的边,提升低标签数据下的性能

Learning over Positive and Negative Edges with Contrastive Message Passing

论文配图:Learning over Positive and Negative Edges with Contrastive Message Passing
图 1 · 摘自论文原文
  • 通过对比机制分别处理正负边,学习不同变换策略
  • 在低标签率、高同质性场景下,负边信息显著提升效果
  • 适合标签稀疏但图结构密集的任务,如社交网络分析

传统图学习方法仅沿现有边(正边)进行消息传递以更新节点特征,却忽视了边缺失(负边)所蕴含的信息。本文理论分析表明,在标签率低、同质性高、边密度高的情况下,负边能带来显著的信息增益。受此启发,我们提出对比消息传递(CMP),一种通用的消息传递架构,使图神经网络能够同时对正负边进行推理。通过在可学习权重上施加软正定约束,该方法对正连接节点施加保持相似性的变换,对负连接节点施加诱导差异性的变换。在模拟和真实数据集上的实验显示,当负边具有信息量时,CMP在低标签设置下持续优于基线方法。

原文摘要 · Abstract (English)

Conventional approaches to learning on graphs involve message passing along existing (i.e., positive) edges to update node features. However, these approaches often disregard the potentially valuable information contained in the absence (i.e., negative) of edges. Here, we theoretically analyze the value of negative edges in graph representations and prove that in settings of low label rates, high homophily, and high edge density, access to negative edges provides significant information gain over using only positive edges. Motivated by this insight, we introduce Contrastive Message Passing (CMP), a general message passing architecture that enable graph neural network layers to reason over positive and negative edges. By imposing soft positive semidefinite constraints on the learnable weights, our approach differentially applies similarity-preserving transformations to positively connected nodes and dissimilarity-inducing transformations to negatively connected nodes. Over simulated and real datasets in varying data regimes, CMP consistently outperforms baselines in low-label settings when negative edges are informative.

图神经网络对比学习负样本

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