Distributed Algorithm for Truss Maintenance in Dynamic Graphs.

Qi Luo,Dongxiao Yu,Hao Sheng,Jiguo Yu,Xiuzhen Cheng
DOI: https://doi.org/10.1007/978-3-030-69244-5_9
2020-01-01
Abstract:Cohesive subgraphs are applied in various fields. Mining cohesive components such as k -truss have attracted a lot of effort to improve time efficiency in large-scale graphs. The k -truss is a subgraph where each edge is contained in at least k - 2 triangles and the problem of truss decomposition is computing the k -trusses of a graph for all k . However, most graphs in real scenarios are usually changing over time. The previous studies take the static graphs as input, and the truss maintenance in dynamic graphs receives little attention. This paper focuses on distributed algorithms for truss maintenance. We present a distributed model underlying the real distributed processing model Pregel. Based on the model, we propose truss decomposition and truss maintenance algorithms. To confirm the effectiveness and efficiency of the proposed algorithms, we conduct extensive experiments over both real-world and synthetic graphs.
What problem does this paper attempt to address?