Computer Engineering and Applications ›› 2022, Vol. 58 ›› Issue (3): 119-126.DOI: 10.3778/j.issn.1002-8331.2012-0563

• Big Data and Cloud Computing • Previous Articles     Next Articles

Research on Sustained Cohesive Subgraph Search Algorithm in Large Temporal Graphs

LI Yuan, LIU Jinsheng, ZHAO Huiqun, SUN Jing   

  1. School of Information Science and Technology, North China University of Technology, Beijing 100144, China
  • Online:2022-02-01 Published:2022-01-28

大规模时序图中持续性稠密子图搜索算法研究

李源,刘金生,赵会群,孙晶   

  1. 北方工业大学 信息学院,北京 100144

Abstract: Temporal graph is a kind of graph structure with timestamps on its edges, where the timestamps indicate the time when the edges appear, that is, the graph evolves constantly by time. The problem of cohesive subgraph mining for graph data has very strong practical significance. Recently, most of the existing work in temporal graphs focus on the problem of cohesive subgraph detection, which aims to find all the target subgraphs in the temporal graph. However, when the size of the temporal graph becoming too large, the problem of cohesive subgraph detection will go extremely impractical and ineffective. The purpose of this paper is to study the problem of cohesive subgraph search, which has been overlooked for long. Specifically, given a query vertex in the temporal graph, the goal is to find a cohesive subgraph that sustaining over a period and include the query vertex. That is the subgraph satisfies the time sustainability. To this end, two efficient searching algorithms are designed based on global reduction and local expansion to cope with different application scenarios. A large number of experiments on four real networks verify the efficiency of the proposed algorithms.

Key words: temporal graph, sustained cohesive subgraph, efficient searching algorithm

摘要: 时序图是一种边上带有时间戳的图结构,其中边上的时间戳表示该边出现时间,即图随时间变化不断变化。图数据中的稠密子图挖掘问题具有非常强烈的现实意义。目前,时序图中大多数现有的工作都集中在稠密子图检测问题,该问题目标是找到时序图中所有的目标子图。然而,当时序图的规模过大时,这一问题将变得极其复杂且收效甚微。旨在研究在时序图中长期被忽视的稠密子图搜索问题。具体来讲,给定一个图中的查询顶点,目标是找到一个在一段时间内持续存在且包含该查询点的稠密子图,即该子图满足时间持续性。从全局削减和局部扩展两种不同的思路出发,设计两种不同的高效稠密子图搜索算法,用以应对不同的应用场景。在四个真实世界网络中的大量实验,验证了提出算法的高效性。

关键词: 时序图, 持续性稠密子图, 高效搜索算法