Maximal Clique Search in Weighted Graphs.
Dongxiao Yu,Lifang Zhang,Qi Luo,Xiuzhen Cheng,Zhipeng Cai
DOI: https://doi.org/10.1109/tkde.2023.3239409
IF: 9.235
2023-01-01
IEEE Transactions on Knowledge and Data Engineering
Abstract:Searching for k-cliques in graphs has been an important problem in graph analysis due to its large number of applications. Previously, finding k-cliques in weighted graphs aimed at finding cliques with the largest sum of weight (with no distinction between the edge or the vertex weights), usually called the sum model. However, the algorithms under the sum model may result in solutions consisting of low-weight vertices or edges (outliers). To address this issue, we propose a new model named maximal (S, C, K)-clique in weighted graphs and study the problem of maximal (S, C, K)-clique search (MCS). We first propose an enumeration-based algorithm MCSE, which checks every k-clique to identify the maximal (S, C, K)-clique. To improve the efficiency, we further propose two improved algorithms MCSP and MCSC. Instead of checking every possible k-clique, MCSP focuses on (S, C) values that cannot be dominated and obtains the maximal (S, C, K)-cliques directly based on these values. MCSC is devised by further optimizing MCSP based on some key observations on maximal cliques and cliques' nesting property. We also propose two index structures, BCS-Index and ICS-Index, to achieve optimal query. The former stores all maximal (S, C, K)-cliques, while the latter uses the clique's nesting property to reduce the space cost of index construction. Extensive experiments conducted on six real graphs demonstrate the efficiency and effectiveness of our proposed algorithms.