Dynamic Network Representation Learning Method Based on Improved GRU Network.

Jianguo Pan,Huan Li,Jiajun Teng,Qin Zhao,Maozhen Li
DOI: https://doi.org/10.31577/cai_2022_6_1491
2022-01-01
Computing and Informatics
Abstract:As social networks have been rapidly growing, traditional network repre-sentation learning methods are struggling to accurately characterize their dynamic changes, and to output effective node classification and link prediction. To ad-dress this problem, this paper proposes IproGRU, a dynamic network representa-tion learning method based on an improved Gated Recurrent Unit (GRU) network to improve the dynamic network representation. First, the method quickly gener-ates embedding for an influenced node by sampling and aggregating features of its neighboring nodes when the network changes. Second, it updates the embedding of the influenced node on time series by the improved GRU network to fully adapt to the changes of the dynamic network. Experimental results on node classification and link prediction for three datasets of dynamic networks show that the proposed method improves the accuracy by 5-10 % on average from those of the traditional Node2vec and GraphSAGE methods and has a slight advantage over Graph Con-volutional Networks (GCNs). The results demonstrate that our method is effective for dynamic network representation.
What problem does this paper attempt to address?