• 文献检索
  • 文档翻译
  • 深度研究
  • 学术资讯
  • Suppr Zotero 插件Zotero 插件
  • 邀请有礼
  • 套餐&价格
  • 历史记录
应用&插件
Suppr Zotero 插件Zotero 插件浏览器插件Mac 客户端Windows 客户端微信小程序
定价
高级版会员购买积分包购买API积分包
服务
文献检索文档翻译深度研究API 文档MCP 服务
关于我们
关于 Suppr公司介绍联系我们用户协议隐私条款
关注我们

Suppr 超能文献

核心技术专利:CN118964589B侵权必究
粤ICP备2023148730 号-1Suppr @ 2026

文献检索

告别复杂PubMed语法,用中文像聊天一样搜索,搜遍4000万医学文献。AI智能推荐,让科研检索更轻松。

立即免费搜索

文件翻译

保留排版,准确专业,支持PDF/Word/PPT等文件格式,支持 12+语言互译。

免费翻译文档

深度研究

AI帮你快速写综述,25分钟生成高质量综述,智能提取关键信息,辅助科研写作。

立即免费体验

一种用于无向图中链路预测的加权对称图嵌入方法。

A Weighted Symmetric Graph Embedding Approach for Link Prediction in Undirected Graphs.

作者信息

Wang Zhixiao, Chai Yahui, Sun Chengcheng, Rui Xiaobin, Mi Hao, Zhang Xinyu, Yu Philip S

出版信息

IEEE Trans Cybern. 2024 Feb;54(2):1037-1047. doi: 10.1109/TCYB.2022.3181810. Epub 2024 Jan 17.

DOI:10.1109/TCYB.2022.3181810
PMID:35759583
Abstract

Link prediction is an important task in social network analysis and mining because of its various applications. A large number of link prediction methods have been proposed. Among them, the deep learning-based embedding methods exhibit excellent performance, which encodes each node and edge as an embedding vector, enabling easy integration with traditional machine learning algorithms. However, there still remain some unsolved problems for this kind of methods, especially in the steps of node embedding and edge embedding. First, they either share exactly the same weight among all neighbors or assign a completely different weight to each node to obtain the node embedding. Second, they can hardly keep the symmetry of edge embeddings obtained from node representations by direct concatenation or other binary operations such as averaging and Hadamard product. In order to solve these problems, we propose a weighted symmetric graph embedding approach for link prediction. In node embedding, the proposed approach aggregates neighbors in different orders with different aggregating weights. In edge embedding, the proposed approach bidirectionally concatenates node pairs both forwardly and backwardly to guarantee the symmetry of edge representations while preserving local structural information. The experimental results show that our proposed approach can better predict network links, outperforming the state-of-the-art methods. The appropriate aggregating weight assignment and the bidirectional concatenation enable us to learn more accurate and symmetric edge representations for link prediction.

摘要

由于其广泛的应用,链接预测是社交网络分析与挖掘中的一项重要任务。大量的链接预测方法已被提出。其中,基于深度学习的嵌入方法表现出优异的性能,该方法将每个节点和边编码为一个嵌入向量,便于与传统机器学习算法集成。然而,这类方法仍然存在一些未解决的问题,特别是在节点嵌入和边嵌入步骤中。首先,它们要么在所有邻居之间共享完全相同的权重,要么为每个节点分配完全不同的权重以获得节点嵌入。其次,通过直接拼接或其他二元运算(如平均和哈达玛积)从节点表示中获得的边嵌入,它们很难保持其对称性。为了解决这些问题,我们提出了一种用于链接预测的加权对称图嵌入方法。在节点嵌入中,该方法以不同的聚合权重按不同顺序聚合邻居。在边嵌入中,该方法向前和向后双向拼接节点对,以保证边表示的对称性,同时保留局部结构信息。实验结果表明,我们提出的方法能够更好地预测网络链接,优于现有方法。适当的聚合权重分配和双向拼接使我们能够为链接预测学习更准确和对称的边表示。

相似文献

1
A Weighted Symmetric Graph Embedding Approach for Link Prediction in Undirected Graphs.一种用于无向图中链路预测的加权对称图嵌入方法。
IEEE Trans Cybern. 2024 Feb;54(2):1037-1047. doi: 10.1109/TCYB.2022.3181810. Epub 2024 Jan 17.
2
Survey on graph embeddings and their applications to machine learning problems on graphs.关于图嵌入及其在图上机器学习问题中的应用的综述。
PeerJ Comput Sci. 2021 Feb 4;7:e357. doi: 10.7717/peerj-cs.357. eCollection 2021.
3
Co-Embedding of Nodes and Edges With Graph Neural Networks.节点和边的图神经网络联合嵌入。
IEEE Trans Pattern Anal Mach Intell. 2023 Jun;45(6):7075-7086. doi: 10.1109/TPAMI.2020.3029762. Epub 2023 May 5.
4
Temporal network embedding framework with causal anonymous walks representations.具有因果匿名游走表示的时间网络嵌入框架。
PeerJ Comput Sci. 2022 Jan 20;8:e858. doi: 10.7717/peerj-cs.858. eCollection 2022.
5
Collaborative bi-aggregation for directed graph embedding.协同双聚合的有向图嵌入。
Neural Netw. 2023 Jul;164:707-718. doi: 10.1016/j.neunet.2023.05.024. Epub 2023 May 18.
6
Persona2vec: a flexible multi-role representations learning framework for graphs.Persona2vec:一种用于图的灵活多角色表示学习框架。
PeerJ Comput Sci. 2021 Mar 30;7:e439. doi: 10.7717/peerj-cs.439. eCollection 2021.
7
Learning Graph Representations Through Learning and Propagating Edge Features.通过学习和传播边特征来学习图表示。
IEEE Trans Neural Netw Learn Syst. 2024 Jun;35(6):8429-8440. doi: 10.1109/TNNLS.2022.3228102. Epub 2024 Jun 3.
8
FuseLinker: Leveraging LLM's pre-trained text embeddings and domain knowledge to enhance GNN-based link prediction on biomedical knowledge graphs.FuseLinker:利用大语言模型的预训练文本嵌入和领域知识增强基于图神经网络的生物医学知识图谱的链接预测。
J Biomed Inform. 2024 Oct;158:104730. doi: 10.1016/j.jbi.2024.104730. Epub 2024 Sep 24.
9
Deep Network Embedding for Graph Representation Learning in Signed Networks.用于带符号网络中图形表示学习的深度网络嵌入
IEEE Trans Cybern. 2020 Apr;50(4):1556-1568. doi: 10.1109/TCYB.2018.2871503. Epub 2018 Oct 9.
10
Co-embedding of edges and nodes with deep graph convolutional neural networks.使用深度图卷积神经网络进行边和节点的联合嵌入
Sci Rep. 2023 Oct 8;13(1):16966. doi: 10.1038/s41598-023-44224-1.