Index-based top k α-maximal-clique enumeration over uncertain graphs

Jing Bai,Junfeng Zhou,Ming Du,Ziyang Chen
DOI: https://doi.org/10.1007/s11227-022-04613-1
2022-10-29
Abstract:Uncertain graphs are widespread in the real world. Enumerating maximal cliques over uncertain graphs is a fundamental problem in many applications. This paper studies the problem of enumerating the top maximal cliques with the most number of vertices satisfying that their probabilities , where each maximal clique is called an -maximal-clique. Existing works are inefficient due to suffering from expensive computations on the cliques carrying little information. To address this problem, we propose an index-based top   -maximal-clique enumeration algorithm which computes -maximal-cliques based on an index to improve the efficiency. We propose two efficient indexes, called degree-based index and core-based index, which sort the vertices in descending order according to their degrees or core numbers to help prune unpromising vertices, such that to avoid enumerating redundant -maximal-cliques. We propose a support-based pruning strategy to further avoid enumerating the not chosen -maximal-cliques to speed up the enumeration. The experimental results on 20 real-world datasets show that our algorithms can return the top   -maximal-cliques efficiently.
computer science, theory & methods,engineering, electrical & electronic, hardware & architecture
What problem does this paper attempt to address?