期刊文献+
共找到6篇文章
< 1 >
每页显示 20 50 100
Research on Node Classification Based on Joint Weighted Node Vectors
1
作者 Li Dai 《Journal of Applied Mathematics and Physics》 2024年第1期210-225,共16页
Node of network has lots of information, such as topology, text and label information. Therefore, node classification is an open issue. Recently, one vector of node is directly connected at the end of another vector. ... Node of network has lots of information, such as topology, text and label information. Therefore, node classification is an open issue. Recently, one vector of node is directly connected at the end of another vector. However, this method actually obtains the performance by extending dimensions and considering that the text and structural information are one-to-one, which is obviously unreasonable. Regarding this issue, a method by weighting vectors is proposed in this paper. Three methods, negative logarithm, modulus and sigmoid function are used to weight-trained vectors, then recombine the weighted vectors and put them into the SVM classifier for evaluation output. By comparing three different weighting methods, the results showed that using negative logarithm weighting achieved better results than the other two using modulus and sigmoid function weighting, and was superior to directly concatenating vectors in the same dimension. 展开更多
关键词 node Classification Network Embedding Representation Learning Weighted Vectors Training
下载PDF
Variational Gridded Graph Convolution Network for Node Classification 被引量:3
2
作者 Xiaobin Hong Tong Zhang +1 位作者 Zhen Cui Jian Yang 《IEEE/CAA Journal of Automatica Sinica》 SCIE EI CSCD 2021年第10期1697-1708,共12页
The existing graph convolution methods usually suffer high computational burdens,large memory requirements,and intractable batch-processing.In this paper,we propose a high-efficient variational gridded graph convoluti... The existing graph convolution methods usually suffer high computational burdens,large memory requirements,and intractable batch-processing.In this paper,we propose a high-efficient variational gridded graph convolution network(VG-GCN)to encode non-regular graph data,which overcomes all these aforementioned problems.To capture graph topology structures efficiently,in the proposed framework,we propose a hierarchically-coarsened random walk(hcr-walk)by taking advantage of the classic random walk and node/edge encapsulation.The hcr-walk greatly mitigates the problem of exponentially explosive sampling times which occur in the classic version,while preserving graph structures well.To efficiently encode local hcr-walk around one reference node,we project hcrwalk into an ordered space to form image-like grid data,which favors those conventional convolution networks.Instead of the direct 2-D convolution filtering,a variational convolution block(VCB)is designed to model the distribution of the randomsampling hcr-walk inspired by the well-formulated variational inference.We experimentally validate the efficiency and effectiveness of our proposed VG-GCN,which has high computation speed,and the comparable or even better performance when compared with baseline GCNs. 展开更多
关键词 Graph coarsening GRIDDING node classification random walk variational convolution
下载PDF
Unbalanced Graph Multi-Scale Fusion Node Classification Method
3
作者 张静克 何新林 +2 位作者 戚宗锋 马超 李建勋 《Journal of Shanghai Jiaotong university(Science)》 EI 2024年第3期557-565,共9页
Graphs are used as a data structure to describe complex relationships between things.The node classification method based on graph network plays an important role in practical applications.None of the existing graph n... Graphs are used as a data structure to describe complex relationships between things.The node classification method based on graph network plays an important role in practical applications.None of the existing graph node classification methods consider the uneven distribution of node labels.In this paper,a graph convolution algorithm on a directed graph is designed for the distribution of unbalanced graph nodes to realize node classification based on multi-scale fusion graph convolution network.This method designs different propagation depths for each class according to the unbalance ratio on the data set,and different aggregation functions are designed at each layer of the graph convolutional network based on the class propagation depth and the graph adjacency matrix.The scope of information dissemination of positive samples is expanded relatively,thereby improving the accuracy of classification of unbalanced graph nodes.Finally,the effectiveness of the algorithm is verified through experiments on the public text classification datasets. 展开更多
关键词 node classification unbalanced learning text classification
原文传递
Few-shot node classification via local adaptive discriminant structure learning
4
作者 Zhe XUE Junping DU +3 位作者 Xin XU Xiangbin LIU Junfu WANG Feifei KOU 《Frontiers of Computer Science》 SCIE EI CSCD 2023年第2期135-143,共9页
Node classification has a wide range of application scenarios such as citation analysis and social network analysis.In many real-world attributed networks,a large portion of classes only contain limited labeled nodes.... Node classification has a wide range of application scenarios such as citation analysis and social network analysis.In many real-world attributed networks,a large portion of classes only contain limited labeled nodes.Most of the existing node classification methods cannot be used for few-shot node classification.To train the model effectively and improve the robustness and reliability of the model with scarce labeled samples,in this paper,we propose a local adaptive discriminant structure learning(LADSL)method for few-shot node classification.LADSL aims to properly represent the nodes in the attributed graphs and learn a metric space with a strong discriminating power by reducing the intra-class variations and enlargingginter-classdifferences.Extensiveexperiments conducted on various attributed networks datasets demonstrate that LADSL is superior to the other methods on few-shot node classification task. 展开更多
关键词 few-shot learning node classification graph neural network adaptive structure learning attention strategy
原文传递
Adaptive multi-channel Bayesian graph attention network for IoT transaction security
5
作者 Zhaowei Liu Dong Yang +1 位作者 Shenqiang Wang Hang Su 《Digital Communications and Networks》 SCIE 2024年第3期631-644,共14页
With the rapid advancement of 5G technology,the Internet of Things(IoT)has entered a new phase of appli-cations and is rapidly becoming a significant force in promoting economic development.Due to the vast amounts of ... With the rapid advancement of 5G technology,the Internet of Things(IoT)has entered a new phase of appli-cations and is rapidly becoming a significant force in promoting economic development.Due to the vast amounts of data created by numerous 5G IoT devices,the Ethereum platform has become a tool for the storage and sharing of IoT device data,thanks to its open and tamper-resistant characteristics.So,Ethereum account security is necessary for the Internet of Things to grow quickly and improve people's lives.By modeling Ethereum trans-action records as a transaction network,the account types are well identified by the Ethereum account classifi-cation system established based on Graph Neural Networks(GNNs).This work first investigates the Ethereum transaction network.Surprisingly,experimental metrics reveal that the Ethereum transaction network is neither optimal nor even satisfactory in terms of accurately representing transactions per account.This flaw may significantly impede the classification capability of GNNs,which is mostly governed by their attributes.This work proposes an Adaptive Multi-channel Bayesian Graph Attention Network(AMBGAT)for Ethereum account clas-sification to address this difficulty.AMBGAT uses attention to enhance node features,estimate graph topology that conforms to the ground truth,and efficiently extract node features pertinent to downstream tasks.An extensive experiment with actual Ethereum transaction data demonstrates that AMBGAT obtains competitive performance in the classification of Ethereum accounts while accurately estimating the graph topology. 展开更多
关键词 Internet of things Graph representation learning node classification Security mechanism
下载PDF
NGAT:attention in breadth and depth exploration for semi-supervised graph representation learning
6
作者 Jianke HU Yin ZHANG 《Frontiers of Information Technology & Electronic Engineering》 SCIE EI CSCD 2022年第3期409-421,共13页
Recently,graph neural networks(GNNs)have achieved remarkable performance in representation learning on graph-structured data.However,as the number of network layers increases,GNNs based on the neighborhood aggregation... Recently,graph neural networks(GNNs)have achieved remarkable performance in representation learning on graph-structured data.However,as the number of network layers increases,GNNs based on the neighborhood aggregation strategy deteriorate due to the problem of oversmoothing,which is the major bottleneck for applying GNNs to real-world graphs.Many efforts have been made to improve the process of feature information aggregation from directly connected nodes,i.e.,breadth exploration.However,these models perform the best only in the case of three or fewer layers,and the performance drops rapidly for deep layers.To alleviate oversmoothing,we propose a nested graph attention network(NGAT),which can work in a semi-supervised manner.In addition to breadth exploration,a k-layer NGAT uses a layer-wise aggregation strategy guided by the attention mechanism to selectively leverage feature information from the k;-order neighborhood,i.e.,depth exploration.Even with a 10-layer or deeper architecture,NGAT can balance the need for preserving the locality(including root node features and the local structure)and aggregating the information from a large neighborhood.In a number of experiments on standard node classification tasks,NGAT outperforms other novel models and achieves state-of-the-art performance. 展开更多
关键词 Graph learning Semi-supervised learning node classification ATTENTION
原文传递
上一页 1 下一页 到第
使用帮助 返回顶部