论文标题
邻里感知的可扩展时间网络表示学习
Neighborhood-aware Scalable Temporal Network Representation Learning
论文作者
论文摘要
时间网络已被广泛用于建模现实世界中的复杂系统,例如金融系统和电子商务系统。在时间网络中,一组节点的联合社区通常提供至关重要的结构信息,可用于预测它们是否可以在一定时间相互作用。但是,暂时网络的最新表示学习方法通常无法提取此类信息或依赖于在线结构特征的在线构建,这是耗时的。为了解决这个问题,这项工作提出了社区感知的时间网络模型(NAT)。对于网络中的每个节点,NAT放弃了通常的基于单个矢量的表示,同时采用了新颖的词典型邻域表示。这样的词典表示形式记录了一组相邻节点作为键,并允许快速构建多个节点联合邻域的结构特征。我们还设计了一个专用数据结构,称为N-CACHE,以支持GPU上这些字典表示的并行访问和更新。 NAT在七个现实世界大规模的时间网络上进行了评估。 NAT不仅胜过所有尖端基线的跨置和感应链路预测准确性的平均1.2%和4.2%,而且还可以通过对基准的4.1-76.7倍的加速速度来保持可扩展,从而可以采用1.6-4.0x的基本特征,从而采用这些功能,从而采用了这些功能。代码的链接:https://github.com/graph-com/neighborhood-aware-ware-temporal-network。
Temporal networks have been widely used to model real-world complex systems such as financial systems and e-commerce systems. In a temporal network, the joint neighborhood of a set of nodes often provides crucial structural information useful for predicting whether they may interact at a certain time. However, recent representation learning methods for temporal networks often fail to extract such information or depend on online construction of structural features, which is time-consuming. To address the issue, this work proposes Neighborhood-Aware Temporal network model (NAT). For each node in the network, NAT abandons the commonly-used one-single-vector-based representation while adopting a novel dictionary-type neighborhood representation. Such a dictionary representation records a downsampled set of the neighboring nodes as keys, and allows fast construction of structural features for a joint neighborhood of multiple nodes. We also design a dedicated data structure termed N-cache to support parallel access and update of those dictionary representations on GPUs. NAT gets evaluated over seven real-world large-scale temporal networks. NAT not only outperforms all cutting-edge baselines by averaged 1.2% and 4.2% in transductive and inductive link prediction accuracy, respectively, but also keeps scalable by achieving a speed-up of 4.1-76.7x against the baselines that adopt joint structural features and achieves a speed-up of 1.6-4.0x against the baselines that cannot adopt those features. The link to the code: https: //github.com/Graph-COM/Neighborhood-Aware-Temporal-Network.