基于图卷积网络的动态图表示学习新方法

A Novel Representation Learning for Dynamic Graphs Based on Graph Convolutional Networks

IEEE Transactions on Cybernetics · 2022
被引 179 · 同刊同年前 2%
ABS 3

中文导读

提出一种基于图卷积网络的动态图表示学习方法DGCN,利用LSTM捕捉全局结构信息,并引入新的Dice相似度指导邻居聚合,在节点聚类和链接预测任务上表现优于现有方法。

Abstract

Graph representation learning has re-emerged as a fascinating research topic due to the successful application of graph convolutional networks (GCNs) for graphs and inspires various downstream tasks, such as node classification and link prediction. Nevertheless, existing GCN-based methods for graph representation learning mainly focus on static graphs. Although some methods consider the dynamic characteristics of networks, the global structure information, which helps a node to gain worthy features from distant but valuable nodes, has not received enough attention. Moreover, these methods generally update the features of the nodes by averaging the features of neighboring nodes, which may not effectively consider the importance of different neighboring nodes during the aggregation. In this article, we propose a novel representation learning for dynamic graphs based on the GCNs, called DGCN. More specifically, the long short-term memory (LSTM) is utilized to update the weight parameters of GCN for capturing the global structure information across all time steps of dynamic graphs. Besides, a new Dice similarity is proposed to overcome the problem that the influence of directed neighbors is unnoticeable, which is further used to guide the aggregation. We evaluate the performance of the proposed method in the field of node clustering and link prediction, and the experimental results show a generally better performance of our proposed DGCN than baseline methods.

图表示学习动态图图卷积网络节点聚类链接预测