链路预测是理解复杂网络结构与功能的关键任务。传统方法依赖人工设计的特征,难以捕捉非线性关联,而现有图神经网络(Graph Neural Network,GNN)在聚合邻居信息时往往忽视节点间关系的差异性。为此,文章提出一种融合多头注意力机制的图...链路预测是理解复杂网络结构与功能的关键任务。传统方法依赖人工设计的特征,难以捕捉非线性关联,而现有图神经网络(Graph Neural Network,GNN)在聚合邻居信息时往往忽视节点间关系的差异性。为此,文章提出一种融合多头注意力机制的图神经网络链路预测方法(Graph Neural Network with Multi-Head Attention for Link Prediction,GNN-MHA)。该模型首先利用GNN学习节点的嵌入表示,进而引入多头注意力机制,在多个特征子空间中自适应地加权邻居关键信息,深层挖掘节点间的潜在关联。在多个真实网络数据集上的实验表明,所提模型在AUC等指标上优于其他基准方法,展现了优越的链路预测性能。展开更多
知识图谱嵌入通过将实体和关系投影到连续的低维向量空间中,为机器学习模型提供更强大的知识表示输入,从而支撑更多的知识图谱应用场景。近年来,研究人员试图利用知识图谱中的本体和实例之间的潜在语义信息来增强知识图谱的嵌入。然而,...知识图谱嵌入通过将实体和关系投影到连续的低维向量空间中,为机器学习模型提供更强大的知识表示输入,从而支撑更多的知识图谱应用场景。近年来,研究人员试图利用知识图谱中的本体和实例之间的潜在语义信息来增强知识图谱的嵌入。然而,它们未能有效融合概念的层次结构和实例的特定信息,并且忽略了isA关系之间的传递性,导致模型在处理知识图谱中的长尾实体时的性能和泛化能力受限。为了弥补上述不足,提出了一个融合了本体和实例的知识图谱嵌入模型JMOI(Representation Learning of Knowledge Graph via Jointly Modeling Ontology and Instances)。该模型通过引入自注意力机制,能够捕捉到概念和实例之间复杂的语义关系,并增加了一个可学习的参数来调整概念嵌入的邻域范围,以区分不同概念的层次信息,从而对isA关系的传递性进行建模。在YAGO26K-906和DB111K-174数据集上的实验结果表明,与现有技术相比,JMOI在大多数情况下都达到了最佳性能,与次优模型相比,在链接预测Hits@1指标上最大提升了6.5%,在三元组分类中召回率指标最大提升了6.9%。展开更多
The design synthesis is the key issue in the mechanical conceptual design to generate the design candidates that meet the design requirements.This paper devotes to propose a novel and computable synthesis approach of ...The design synthesis is the key issue in the mechanical conceptual design to generate the design candidates that meet the design requirements.This paper devotes to propose a novel and computable synthesis approach of mechanisms based on graph theory and polynomial operation.The graph framework of the synthesis approach is built firstly,and it involves:(1)the kinematic function units extracted from mechanisms;(2)the kinematic link graph that transforms the synthesis problem from mechanical domain into graph domain;(3)two graph representations,i.e.,walk representation and path representation,of design candidates;(4)a weighted matrix theorem that transforms the synthesis process into polynomial operation.Then,the formulas and algorithm to the polynomial operation are presented.Based on them,the computational flowchart to the synthesis approach is summarized.A design example is used to validate and illustrate the synthesis approach in detail.The proposed synthesis approach is not only supportive to enumerate the design candidates to the conceptual design of a mechanical system exhaustively and automatically,but also helpful to make that enumeration process computable.展开更多
Satellite networks have many inherent advantages over terrestrial networks and have become an important part of the global network infrastructure.Routing aimed at satellite networks has become a hot and challenging re...Satellite networks have many inherent advantages over terrestrial networks and have become an important part of the global network infrastructure.Routing aimed at satellite networks has become a hot and challenging research topic.Satellite networks,which are special kind of Delay Tolerant Networks(DTN),can also adopt the routing solutions of DTN.Among the many routing proposals,Contact Graph Routing(CGR) is an excellent candidate,since it is designed particularly for use in highly deterministic space networks.The applicability of CGR in satellite networks is evaluated by utilizing the space oriented DTN gateway model based on OPNET(Optimized Network Engineering Tool).Link failures are solved with neighbor discovery mechanism and route recomputation.Earth observation scenario is used in the simulations to investigate CGR's performance.The results show that the CGR performances are better in terms of effectively utilizing satellite networks resources to calculate continuous route path and alternative route can be successfully calculated under link failures by utilizing fault tolerance scheme.展开更多
How to find these communities is an important research work. Recently, community discovery are mainly categorized to HITS algorithm, bipartite cores algorithm and maximum flow/minimum cut framework. In this paper, we ...How to find these communities is an important research work. Recently, community discovery are mainly categorized to HITS algorithm, bipartite cores algorithm and maximum flow/minimum cut framework. In this paper, we proposed a new method to extract communities. The MCL algorithm, which is short for the Markov Cluster Algorithm, a fast and scalable unsupervised cluster algorithm is used to extract communities. By putting mirror deleting procedure behind graph clustering, we decrease comparing cost considerably. After MCL and mirror deletion, we use community member select algorithm to produce the sets of community candidates. The experiment and results show the new method works effectively and properly.展开更多
Identifying composite crosscutting concerns(CCs) is a research task and challenge of aspect mining.In this paper,we propose a scatter-based graph clustering approach to identify composite CCs.Inspired by the state-o...Identifying composite crosscutting concerns(CCs) is a research task and challenge of aspect mining.In this paper,we propose a scatter-based graph clustering approach to identify composite CCs.Inspired by the state-of-the-art link analysis tech-niques,we propose a two-state model to approximate how CCs tangle with core modules.According to this model,we obtain scatter and centralization scores for each program element.Espe-cially,the scatter scores are adopted to select CC seeds.Further-more,to identify composite CCs,we adopt a novel similarity measurement and develop an undirected graph clustering to group these seeds.Finally,we compare it with the previous work and illustrate its effectiveness in identifying composite CCs.展开更多
文摘链路预测是理解复杂网络结构与功能的关键任务。传统方法依赖人工设计的特征,难以捕捉非线性关联,而现有图神经网络(Graph Neural Network,GNN)在聚合邻居信息时往往忽视节点间关系的差异性。为此,文章提出一种融合多头注意力机制的图神经网络链路预测方法(Graph Neural Network with Multi-Head Attention for Link Prediction,GNN-MHA)。该模型首先利用GNN学习节点的嵌入表示,进而引入多头注意力机制,在多个特征子空间中自适应地加权邻居关键信息,深层挖掘节点间的潜在关联。在多个真实网络数据集上的实验表明,所提模型在AUC等指标上优于其他基准方法,展现了优越的链路预测性能。
文摘知识图谱嵌入通过将实体和关系投影到连续的低维向量空间中,为机器学习模型提供更强大的知识表示输入,从而支撑更多的知识图谱应用场景。近年来,研究人员试图利用知识图谱中的本体和实例之间的潜在语义信息来增强知识图谱的嵌入。然而,它们未能有效融合概念的层次结构和实例的特定信息,并且忽略了isA关系之间的传递性,导致模型在处理知识图谱中的长尾实体时的性能和泛化能力受限。为了弥补上述不足,提出了一个融合了本体和实例的知识图谱嵌入模型JMOI(Representation Learning of Knowledge Graph via Jointly Modeling Ontology and Instances)。该模型通过引入自注意力机制,能够捕捉到概念和实例之间复杂的语义关系,并增加了一个可学习的参数来调整概念嵌入的邻域范围,以区分不同概念的层次信息,从而对isA关系的传递性进行建模。在YAGO26K-906和DB111K-174数据集上的实验结果表明,与现有技术相比,JMOI在大多数情况下都达到了最佳性能,与次优模型相比,在链接预测Hits@1指标上最大提升了6.5%,在三元组分类中召回率指标最大提升了6.9%。
基金Supported by State Key Program of National Natural Science Foundation of China(Grant No.51535009)111 Project of China(Grant No.B13044).
文摘The design synthesis is the key issue in the mechanical conceptual design to generate the design candidates that meet the design requirements.This paper devotes to propose a novel and computable synthesis approach of mechanisms based on graph theory and polynomial operation.The graph framework of the synthesis approach is built firstly,and it involves:(1)the kinematic function units extracted from mechanisms;(2)the kinematic link graph that transforms the synthesis problem from mechanical domain into graph domain;(3)two graph representations,i.e.,walk representation and path representation,of design candidates;(4)a weighted matrix theorem that transforms the synthesis process into polynomial operation.Then,the formulas and algorithm to the polynomial operation are presented.Based on them,the computational flowchart to the synthesis approach is summarized.A design example is used to validate and illustrate the synthesis approach in detail.The proposed synthesis approach is not only supportive to enumerate the design candidates to the conceptual design of a mechanical system exhaustively and automatically,but also helpful to make that enumeration process computable.
基金Supported by the open project of Communication network transmission and distribution technologies Key Laboratory(ITD-12005/K1260011)the National Natural Science Foundation of China(61371126) and the National Natural Science Foundation of China(60903195)
文摘Satellite networks have many inherent advantages over terrestrial networks and have become an important part of the global network infrastructure.Routing aimed at satellite networks has become a hot and challenging research topic.Satellite networks,which are special kind of Delay Tolerant Networks(DTN),can also adopt the routing solutions of DTN.Among the many routing proposals,Contact Graph Routing(CGR) is an excellent candidate,since it is designed particularly for use in highly deterministic space networks.The applicability of CGR in satellite networks is evaluated by utilizing the space oriented DTN gateway model based on OPNET(Optimized Network Engineering Tool).Link failures are solved with neighbor discovery mechanism and route recomputation.Earth observation scenario is used in the simulations to investigate CGR's performance.The results show that the CGR performances are better in terms of effectively utilizing satellite networks resources to calculate continuous route path and alternative route can be successfully calculated under link failures by utilizing fault tolerance scheme.
基金Supported bythe 211 Project of Ministry of Educa-tion of China
文摘How to find these communities is an important research work. Recently, community discovery are mainly categorized to HITS algorithm, bipartite cores algorithm and maximum flow/minimum cut framework. In this paper, we proposed a new method to extract communities. The MCL algorithm, which is short for the Markov Cluster Algorithm, a fast and scalable unsupervised cluster algorithm is used to extract communities. By putting mirror deleting procedure behind graph clustering, we decrease comparing cost considerably. After MCL and mirror deletion, we use community member select algorithm to produce the sets of community candidates. The experiment and results show the new method works effectively and properly.
基金Supported by the National Pre-research Project (513150601)
文摘Identifying composite crosscutting concerns(CCs) is a research task and challenge of aspect mining.In this paper,we propose a scatter-based graph clustering approach to identify composite CCs.Inspired by the state-of-the-art link analysis tech-niques,we propose a two-state model to approximate how CCs tangle with core modules.According to this model,we obtain scatter and centralization scores for each program element.Espe-cially,the scatter scores are adopted to select CC seeds.Further-more,to identify composite CCs,we adopt a novel similarity measurement and develop an undirected graph clustering to group these seeds.Finally,we compare it with the previous work and illustrate its effectiveness in identifying composite CCs.