2015
DOI: 10.1016/j.jpdc.2014.08.011
|View full text |Cite
|
Sign up to set email alerts
|

Mining maximal cliques from a large graph using MapReduce: Tackling highly uneven subproblem sizes

Abstract: We consider Maximal Clique Enumeration (MCE) from a large graph. A maximal clique is perhaps the most fundamental dense substructure in a graph, and MCE is an important tool to discover densely connected subgraphs, with numerous applications to data mining on web graphs, social networks, and biological networks. While effective sequential methods for MCE are known, scalable parallel methods for MCE are still lacking.We present a new parallel algorithm for MCE, Parallel Enumeration of Cliques using Ordering (PE… Show more

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
2
1
1
1

Citation Types

0
31
0
3

Year Published

2017
2017
2022
2022

Publication Types

Select...
5
2
2

Relationship

5
4

Authors

Journals

citations
Cited by 34 publications
(34 citation statements)
references
References 40 publications
(80 reference statements)
0
31
0
3
Order By: Relevance
“…Suppose that H = h 1 , h 2 , h 3 , · · · , h k is an ascending ordered list, maintaining the sizes of k maximal 5 http://konect.uni-koblenz.de/ γ-quasi-cliques returned by KERNELQC. 6 Similarly, suppose that Z = z 1 , z 2 , z 3 , · · · , z k is a list in an ascending order, which contains the sizes of the top-k maximal γ-quasi-cliques, returned by BASELINE, the exact algorithm. The Søergel similarity between two lists H and Z is as follows:…”
Section: Algorithm For Top-k Qcementioning
confidence: 99%
See 1 more Smart Citation
“…Suppose that H = h 1 , h 2 , h 3 , · · · , h k is an ascending ordered list, maintaining the sizes of k maximal 5 http://konect.uni-koblenz.de/ γ-quasi-cliques returned by KERNELQC. 6 Similarly, suppose that Z = z 1 , z 2 , z 3 , · · · , z k is a list in an ascending order, which contains the sizes of the top-k maximal γ-quasi-cliques, returned by BASELINE, the exact algorithm. The Søergel similarity between two lists H and Z is as follows:…”
Section: Algorithm For Top-k Qcementioning
confidence: 99%
“…Much attention has been paid to the problem of enumerating cliques, which are complete dense structures in a graph, e.g. [1], [2], [3], [4], [5], [6]. Usually, however, dense subgraphs are not cliques.…”
Section: Introductionmentioning
confidence: 99%
“…To compare with prior works in maximal clique enumeration, we implemented some of them [13], [14], [21], [18], [20] in Java, except the sequential algorithm GreedyBB [50], and the parallel algorithm Hashing [22], for which we used the executables provided by the authors (code written in C++). See Subsection V-D for more details.…”
Section: B Implementation Of the Algorithmsmentioning
confidence: 99%
“…Other works on sequential algorithm for MBE on a static graph include [9], [10]. The authors of [26], [40], [36] present parallel algorithms for MBE and MCE for the MapReduce framework. Li et al [20] show a correspondence between closed itemsets in a transactional database and maximal bicliques in an appropriately defined graph.…”
Section: Related Workmentioning
confidence: 99%