English

Enumerating Maximal Bicliques from a Large Graph using MapReduce

Distributed, Parallel, and Cluster Computing 2014-04-22 v1

Abstract

We consider the enumeration of maximal bipartite cliques (bicliques) from a large graph, a task central to many practical data mining problems in social network analysis and bioinformatics. We present novel parallel algorithms for the MapReduce platform, and an experimental evaluation using Hadoop MapReduce. Our algorithm is based on clustering the input graph into smaller sized subgraphs, followed by processing different subgraphs in parallel. Our algorithm uses two ideas that enable it to scale to large graphs: (1) the redundancy in work between different subgraph explorations is minimized through a careful pruning of the search space, and (2) the load on different reducers is balanced through the use of an appropriate total order among the vertices. Our evaluation shows that the algorithm scales to large graphs with millions of edges and tens of mil- lions of maximal bicliques. To our knowledge, this is the first work on maximal biclique enumeration for graphs of this scale.

Keywords

Cite

@article{arxiv.1404.4910,
  title  = {Enumerating Maximal Bicliques from a Large Graph using MapReduce},
  author = {Arko Provo Mukherjee and Srikanta Tirthapura},
  journal= {arXiv preprint arXiv:1404.4910},
  year   = {2014}
}

Comments

A preliminary version of the paper was accepted at the Proceedings of the 3rd IEEE International Congress on Big Data 2014

R2 v1 2026-06-22T03:54:04.152Z