Paper abstractEffective Pruning Techniques for Mining Quasi-cliquesGuimei Liu - National University of Singapore, SingaporeLimsoon Wong - National University of Singapore, Singapore Session: Graph Mining Springer Link: http://dx.doi.org/10.1007/978-3-540-87481-2_3 Many real-world datasets, such as biological networks and social networks, can be modeled as graphs. It is interesting to discover densely connected subgraphs from these graphs, as such subgraphs represent groups of objects sharing some common properties. Several algorithms have been proposed to mine quasi-cliques from undirected graphs, but they have not fully utilized the minimum degree constraint for pruning. In this paper, we propose an efficient algorithm called Quick to find maximal quasi-cliques from undirected graphs. The Quickalgorithm uses several effective pruning techniques based on the degree of the vertices to prune unqualified vertices as early as possible, and these pruning techniques can be integrated into existing algorithms to improve their performance as well. Our experiment results show that Quick is orders of magnitude faster than previous work on mining quasi-cliques. |