Journal of Computer Applications ›› 2022, Vol. 42 ›› Issue (4): 1065-1071.DOI: 10.11772/j.issn.1001-9081.2021071265

• The 36 CCF National Conference of Computer Applications (CCF NCCA 2020) • Previous Articles    

Knowledge graph embedding model based on improved Inception structure

Xiaopeng YU1,2, Ruhan HE1,2, Jin HUANG2,3(), Junjie ZHANG1,2, Xinrong HU2,3   

  1. 1.Hubei Provincial Engineering Research Center for Intelligent Textile and Fashion;(Wuhan Textile University),Wuhan Hubei 430200,China
    2.School of Computer Science and Artificial Intelligence,Wuhan Textile University,Wuhan Hubei 430200,China
    3.Engineering Research Center of Hubei Province for Clothing Information (Wuhan Textile University),Wuhan Hubei 430200,China
  • Received:2021-07-16 Revised:2021-08-20 Accepted:2021-08-25 Online:2021-08-20 Published:2022-04-10
  • Contact: Jin HUANG
  • About author:YU Xiaopeng, born in 1994, M. S. candidate. His research interests include knowledge graph, natural language processing.
    HE Ruhan, born 1974, Ph. D., professor. His research interests include machine learning, multimedia retrieval.
    ZHANG Junjie, born in 1980, Ph. D., associate professor. His research interests include recommender system, knowledge graph.
    HU Xinrong, born in 1973,Ph. D., professor. Her research interests include virtual fitting, image processing.
  • Supported by:
    Key project of Science and Technology Research Plan of Hubei Provincial Department of Education(20141603)

基于改进Inception结构的知识图谱嵌入模型

余晓鹏1,2, 何儒汉1,2, 黄晋2,3(), 张俊杰1,2, 胡新荣2,3   

  1. 1.纺织服装智能化湖北省工程研究中心(武汉纺织大学),武汉 430200
    2.武汉纺织大学 计算机与人工智能学院,武汉 430200
    3.湖北省服装信息化工程技术研究中心(武汉纺织大学),武汉 430200
  • 通讯作者: 黄晋
  • 作者简介:余晓鹏(1994—),男,山西大同人,硕士研究生,CCF会员,主要研究方向:知识图谱、自然语言处理
    何儒汉(1974—),男,湖北武汉人,教授,博士,CCF会员,主要研究方向:机器学习、多媒体检索
    张俊杰(1980—),男,湖北武汉人,副教授,博士,CCF会员,主要研究方向:推荐系统、知识图谱
    胡新荣(1973—),女,湖北武汉人,教授,博士,CCF会员,主要研究方向:虚拟试衣、图像处理。
  • 基金资助:
    湖北省教育厅科学技术研究计划重点项目(20141603)

Abstract:

KGE(Knowledge Graph Embedding) maps entities and relationships into a low-dimensional continuous vector space, uses machine learning methods to implement relational data applications, such as knowledge analysis, reasoning, and completion. Taking ConvE (Convolution Embedding) as a representative, CNN (Convolutional Neural Network) is applied to knowledge graph embedding to capture the interactive information of entities and relationships, but the ability of the standard convolutional to capture feature interaction information is insufficient, and its feature expression ability is low. Aiming at the problem of insufficient feature interaction ability, an improved Inception structure was proposed, based on which a knowledge graph embedding model named InceE was constructed. Firstly, hybrid dilated convolution replaced standard convolution to improve the ability to capture feature interaction information. Secondly, the residual network structure was used to reduce the loss of feature information. The experiments were carried out on the datasets Kinship, FB15k, WN18 to verify the effectiveness of link prediction by InceE. Compared with ArcE and QuatRE models on the Kinship and FB15k datasets, the Hit@1 of InceE increased by 1.6 and 1.5 percentage points; compared with ConvE on the three datasets, the Hit@1 of InceE increased by 6.3, 20.8, and 1.0 percentage points. The experimental results show that InceE has a stronger ability to capture feature interactive information.

Key words: Knowledge Graph Embedding(KGE), feature interaction, Inception, hybrid dilated convolution, residual learning, link prediction

摘要:

知识图谱嵌入(KGE)将实体和关系映射到低维连续向量空间中,以利用机器学习方法实现关系数据的应用,如知识分析、推理、补全等。以ConvE为代表将卷积神经网络(CNN)应用于知识图谱嵌入中,以捕捉实体和关系的交互信息,但其标准卷积捕捉特征交互信息能力不足,特征表达能力低下。针对特征交互能力不足问题,提出了一种改进的Inception结构,在此基础上构建一个知识图谱嵌入模型InceE。首先,该结构使用混合空洞卷积替代标准卷积,以提高特征交互信息捕捉能力;其次,使用残差网络结构,以减少特征信息丢失。实验使用基准数据集Kinship、FB15k、WN18验证InceE链接预测有效性。在Kinship、FB15k数据集上,相较于ArcE和QuatRE模型,InceE的Hit@1分别提升了1.6和1.5个百分点;在三个数据集上,与ConvE对比,InceE的Hit@1分别提升了6.3、20.8和1.0个百分点。实验结果表明InceE具有更强的特征交互信息捕捉能力。

关键词: 知识图谱嵌入, 特征交互, Inception, 混合空洞卷积, 残差学习, 链接预测

CLC Number: