期刊文献+
共找到8篇文章
< 1 >
每页显示 20 50 100
Homogeneity Analysis of Multiairport System Based on Airport Attributed Network Representation Learning 被引量:2
1
作者 LIU Caihua CAI Rui +1 位作者 FENG Xia XU Tao 《Transactions of Nanjing University of Aeronautics and Astronautics》 EI CSCD 2021年第4期616-624,共9页
The homogeneity analysis of multi-airport system can provide important decision-making support for the route layout and cooperative operation.Existing research seldom analyzes the homogeneity of multi-airport system f... The homogeneity analysis of multi-airport system can provide important decision-making support for the route layout and cooperative operation.Existing research seldom analyzes the homogeneity of multi-airport system from the perspective of route network analysis,and the attribute information of airport nodes in the airport route network is not appropriately integrated into the airport network.In order to solve this problem,a multi-airport system homogeneity analysis method based on airport attribute network representation learning is proposed.Firstly,the route network of a multi-airport system with attribute information is constructed.If there are flights between airports,an edge is added between airports,and regional attribute information is added for each airport node.Secondly,the airport attributes and the airport network vector are represented respectively.The airport attributes and the airport network vector are embedded into the unified airport representation vector space by the network representation learning method,and then the airport vector integrating the airport attributes and the airport network characteristics is obtained.By calculating the similarity of the airport vectors,it is convenient to calculate the degree of homogeneity between airports and the homogeneity of the multi-airport system.The experimental results on the Beijing-Tianjin-Hebei multi-airport system show that,compared with other existing algorithms,the homogeneity analysis method based on attributed network representation learning can get more consistent results with the current situation of Beijing-Tianjin-Hebei multi-airport system. 展开更多
关键词 air transportation multi-airport system homogeneity analysis network representation learning airport attribute network
在线阅读 下载PDF
HNND:Hybrid Neural Network Detection for Blockchain Abnormal Transaction Behaviors
2
作者 Jiling Wan Lifeng Cao +2 位作者 Jinlong Bai Jinhui Li Xuehui Du 《Computers, Materials & Continua》 2025年第6期4775-4794,共20页
Blockchain platform swith the unique characteristics of anonymity,decentralization,and transparency of their transactions,which are faced with abnormal activities such as money laundering,phishing scams,and fraudulent... Blockchain platform swith the unique characteristics of anonymity,decentralization,and transparency of their transactions,which are faced with abnormal activities such as money laundering,phishing scams,and fraudulent behavior,posing a serious threat to account asset security.For these potential security risks,this paper proposes a hybrid neural network detection method(HNND)that learns multiple types of account features and enhances fusion information among them to effectively detect abnormal transaction behaviors in the blockchain.In HNND,the Temporal Transaction Graph Attention Network(T2GAT)is first designed to learn biased aggregation representation of multi-attribute transactions among nodes,which can capture key temporal information from node neighborhood transactions.Then,the Graph Convolutional Network(GCN)is adopted which captures abstract structural features of the transaction network.Further,the Stacked Denoising Autoencode(SDA)is developed to achieve adaptive fusion of thses features from different modules.Moreover,the SDA enhances robustness and generalization ability of node representation,leading to higher binary classification accuracy in detecting abnormal behaviors of blockchain accounts.Evaluations on a real-world abnormal transaction dataset demonstrate great advantages of the proposed HNND method over other compared methods. 展开更多
关键词 Blockchain security abnormal transaction detection network representation learning hybrid neural network
在线阅读 下载PDF
LC-NPLA: Label and Community Information-Based Network Presentation Learning Algorithm
3
作者 Shihu Liu Chunsheng Yang Yingjie Liu 《Intelligent Automation & Soft Computing》 2023年第12期203-223,共21页
Many network presentation learning algorithms(NPLA)have originated from the process of the random walk between nodes in recent years.Despite these algorithms can obtain great embedding results,there may be also some l... Many network presentation learning algorithms(NPLA)have originated from the process of the random walk between nodes in recent years.Despite these algorithms can obtain great embedding results,there may be also some limitations.For instance,only the structural information of nodes is considered when these kinds of algorithms are constructed.Aiming at this issue,a label and community information-based network presentation learning algorithm(LC-NPLA)is proposed in this paper.First of all,by using the community information and the label information of nodes,the first-order neighbors of nodes are reconstructed.In the next,the random walk strategy is improved by integrating the degree information and label information of nodes.Then,the node sequence obtained from random walk sampling is transformed into the node representation vector by the Skip-Gram model.At last,the experimental results on ten real-world networks demonstrate that the proposed algorithm has great advantages in the label classification,network reconstruction and link prediction tasks,compared with three benchmark algorithms. 展开更多
关键词 Label information community information network representation learning algorithm random walk
在线阅读 下载PDF
Semi-GSGCN: Social Robot Detection Research with Graph Neural Network 被引量:1
4
作者 Xiujuan Wang Qianqian Zheng +2 位作者 Kangfeng Zheng Yi Sui Jiayue Zhang 《Computers, Materials & Continua》 SCIE EI 2020年第10期617-638,共22页
Malicious social robots are the disseminators of malicious information on social networks,which seriously affect information security and network environments.Efficient and reliable classification of social robots is ... Malicious social robots are the disseminators of malicious information on social networks,which seriously affect information security and network environments.Efficient and reliable classification of social robots is crucial for detecting information manipulation in social networks.Supervised classification based on manual feature extraction has been widely used in social robot detection.However,these methods not only involve the privacy of users but also ignore hidden feature information,especially the graph feature,and the label utilization rate of semi-supervised algorithms is low.Aiming at the problems of shallow feature extraction and low label utilization rate in existing social network robot detection methods,in this paper a robot detection scheme based on weighted network topology is proposed,which introduces an improved network representation learning algorithm to extract the local structure features of the network,and combined with the graph convolution network(GCN)algorithm based on the graph filter,to obtain the global structure features of the network.An end-to-end semi-supervised combination model(Semi-GSGCN)is established to detect malicious social robots.Experiments on a social network dataset(cresci-rtbust-2019)show that the proposed method has high versatility and effectiveness in detecting social robots.In addition,this method has a stronger insight into robots in social networks than other methods. 展开更多
关键词 Social networks social robot detection network representation learning graph convolution network
在线阅读 下载PDF
MINE:A Method of Multi-Interaction Heterogeneous Information Network Embedding
5
作者 Dongjie Zhu Yundong Sun +6 位作者 Xiaofang Li Haiwen Du Rongning Qu Pingping Yu Xuefeng Piao Russell Higgs Ning Cao 《Computers, Materials & Continua》 SCIE EI 2020年第6期1343-1356,共14页
Interactivity is the most significant feature of network data,especially in social networks.Existing network embedding methods have achieved remarkable results in learning network structure and node attributes,but do ... Interactivity is the most significant feature of network data,especially in social networks.Existing network embedding methods have achieved remarkable results in learning network structure and node attributes,but do not pay attention to the multi-interaction between nodes,which limits the extraction and mining of potential deep interactions between nodes.To tackle the problem,we propose a method called Multi-Interaction heterogeneous information Network Embedding(MINE).Firstly,we introduced the multi-interactions heterogeneous information network and extracted complex heterogeneous relation sequences by the multi-interaction extraction algorithm.Secondly,we use a well-designed multi-relationship network fusion model based on the attention mechanism to fuse multiple interactional relationships.Finally,applying a multitasking model makes the learned vector contain richer semantic relationships.A large number of practical experiments prove that our proposed method outperforms existing methods on multiple data sets. 展开更多
关键词 network embedding network representation learning interactive network data mining
在线阅读 下载PDF
Capturing Global Structural Features and Global Temporal Dependencies in Dynamic Social Networks Using Graph Convolutional Networks for Enhanced Analysis
6
作者 Ling Wu Boen Li +1 位作者 Kun Guo Qishan Zhang 《Journal of Social Computing》 2025年第2期126-144,共19页
Modeling and analysis of complex social networks is an important topic in social computing.Graph convolutional networks(GCNs)are widely used for learning social network embeddings and social network analysis.However,r... Modeling and analysis of complex social networks is an important topic in social computing.Graph convolutional networks(GCNs)are widely used for learning social network embeddings and social network analysis.However,real-world complex social networks,such as Facebook and Math,exhibit significant global structural and dynamic characteristics that are not adequately captured by conventional GCN models.To address the above issues,this paper proposes a novel graph convolutional network considering global structural features and global temporal dependencies(GSTGCN).Specifically,we innovatively design a graph coarsening strategy based on the importance of social membership to construct a dynamic diffusion process of graphs.This dynamic diffusion process can be viewed as using higher-order subgraph embeddings to guide the generation of lower-order subgraph embeddings,and we model this process using gate recurrent unit(GRU)to extract comprehensive global structural features of the graph and the evolutionary processes embedded among subgraphs.Furthermore,we design a new evolutionary strategy that incorporates a temporal self-attention mechanism to enhance the extraction of global temporal dependencies of dynamic networks by GRU.GSTGCN outperforms current state-of-the-art network embedding methods in important social networks tasks such as link prediction and financial fraud identification. 展开更多
关键词 dynamic social network graph convolutional network network representation learning link prediction
原文传递
Community Discovery Algorithm Based on Multi-Relationship Embedding
7
作者 Dongming Chen Mingshuo Nie +1 位作者 Jie Wang Dongqi Wang 《Computer Systems Science & Engineering》 SCIE EI 2023年第9期2809-2820,共12页
Complex systems in the real world often can be modeled as network structures,and community discovery algorithms for complex networks enable researchers to understand the internal structure and implicit information of ... Complex systems in the real world often can be modeled as network structures,and community discovery algorithms for complex networks enable researchers to understand the internal structure and implicit information of networks.Existing community discovery algorithms are usually designed for single-layer networks or single-interaction relationships and do not consider the attribute information of nodes.However,many real-world networks consist of multiple types of nodes and edges,and there may be rich semantic information on nodes and edges.The methods for single-layer networks cannot effectively tackle multi-layer information,multi-relationship information,and attribute information.This paper proposes a community discovery algorithm based on multi-relationship embedding.The proposed algorithm first models the nodes in the network to obtain the embedding matrix for each node relationship type and generates the node embedding matrix for each specific relationship type in the network by node encoder.The node embedding matrix is provided as input for aggregating the node embedding matrix of each specific relationship type using a Graph Convolutional Network(GCN)to obtain the final node embedding matrix.This strategy allows capturing of rich structural and attributes information in multi-relational networks.Experiments were conducted on different datasets with baselines,and the results show that the proposed algorithm obtains significant performance improvement in community discovery,node clustering,and similarity search tasks,and compared to the baseline with the best performance,the proposed algorithm achieves an average improvement of 3.1%on Macro-F1 and 4.7%on Micro-F1,which proves the effectiveness of the proposed algorithm. 展开更多
关键词 network representation learning multi-relationship node encoder attribute information
在线阅读 下载PDF
Heterogeneous network-based algorithms in the biomedical data mining:A review from technical perspective
8
作者 Shirui Yu Aihua Li +2 位作者 Yifei Chen Dechao Wang Xiaoli Tang 《Informatics and Health》 2024年第2期111-122,共12页
Background:Heterogeneous network-based methods are powerful analytical tools for many real-world data mining tasks in biomedical field.The specific aim of this survey is to examine the representative algorithms used i... Background:Heterogeneous network-based methods are powerful analytical tools for many real-world data mining tasks in biomedical field.The specific aim of this survey is to examine the representative algorithms used in heterogeneous network data mining tasks and concentrate on biomedical domain to analyze the application of these techniques in the real world.Methods:This study is a review.In this study,keywords of heterogeneous network-based algorithms were used to search in CNKI and Web of Science databases,and the results were manually analyzed.Among these results,100 key papers most relevant to heterogeneous network-based algorithms in the biomedical data mining were selected for review.Through the review of the research literature,we first introduce the basic concepts and some challenges in this field;then we provide two taxonomies of existing heterogeneous network representation learning algorithms from technical and feature perspectives;meanwhile,we also systemically summarize research developments of heterogeneous network generation algorithms.In addition,we further present major data mining tasks in the real-world application of biomedical domain.Finally,we explore the advanced topics and forecast the future research directions of heterogeneous networks.Findings:The heterogeneous network-based algorithms are analyzed from technical perspective.The detailed analysis of these algorithms contributes to a deeper understanding of their features and applicability,and promotes their use in data mining tasks.The analysis of the application of these algorithms in biomedical research help advance biomedical research from the molecular level to the healthcare system.Deep learning frameworks are the current focus of these algorithms.Interpretation:This survey helps the understanding of heterogeneous network algorithms and envisions to provide a universal reference and guideline for heterogeneous network data mining tasks in the field of biomedicine. 展开更多
关键词 Heterogeneous information network Data mining BIOMEDICINE network representation learning Deep learning
在线阅读 下载PDF
上一页 1 下一页 到第
使用帮助 返回顶部