Daily Tech Briefing
AI 科技速览
每天 5 分钟内学习 AI。获取最新的人工智能新闻,理解其重要性,并学习如何将其应用于您的工作。
arXiv Machine Learning · 2026/7/30 17:01:20
Same Graph Cross-Task Transfer in GNNs: Protocols and Predictors
AI 中文解读
刷短视频时,平台总能猜中你的心思,推荐可能认识的朋友、感兴趣的商品——背后正是图神经网络的功劳。但这项技术有个老大难问题:能不能把“猜你喜欢”学到的经验,直接用来“预测你可能认识谁”?以往研究说法不一,因为实验方法各搞一套。
最近一项研究给出了清晰答案:这种经验迁移是有方向性的。从“判断用户偏好”迁移到“预测好友关系”,在同类社交场景下效果稳定;反过来从预测关系去学判断偏好,却常常失灵,甚至帮倒忙。只有当关系网络本身结构特征非常明显时,反向迁移才可能奏效。
这项研究还设计了一套更严谨的评估方法,就像给考试设定了统一标准,让不同AI模型的成绩可以公平对比。对普通人来说,这意味着未来的推荐系统会更聪明、更精准,APP能更好地平衡“猜你喜欢”和“推荐朋友”这两个功能,不用再被反复问“你认识这个人吗”了。简而言之,AI正在学会如何更聪明地“举一反三”。
Many real-world graphs support multiple predictive tasks over the same underlying structure, creating an opportunity to reuse supervision across node classification (NC) and link prediction (LP). However, existing evaluations often rely on incompatible splits, observed-graph assumptions, and negative sampling rules, making conclusions about same-graph cross-task transfer unreliable. We formalize same-graph NC-LP transfer and propose a leakage-free protocol that fixes node and edge splits, uses a shared message-passing graph that excludes evaluated edges, and employs fixed negatives for LP. Across three backbones (GCN, GraphSAGE, GPS), we find that transfer is strongly directional and predictable: NC $\to$ LP is consistently beneficial on homophilic graphs, while LP $\to$ NC is fragile and can even degrade accuracy under naive representation reuse. LP $\to$ NC becomes reliably positive mainly in a structure-dominant regime where LP is easy but NC is unsaturated, suggesting that LP acts as structural pretraining. Finally, we introduce the CoTask Score (CTS) to summarize joint NC+LP utility when a shared encoder must serve both tasks, and show that simple dataset statistics, especially homophily, can guide mechanism choice and help avoid negative transfer.
分享
阅读原文 ↗