Clustering Billion-Edge Graphs

We developed a family of parallel and high-throughput algorithms for computing graph clusters based on the Infomap equation, a flow-based clustering objective function that encodes the information content of a random walk through the graph: short encodings involve big jumps between well-defined clusters, just like geographic maps use landmarks effectively. Infomap has won several third-party benchmarks, but remains constrained by its serial implementation.

Seung-Hee Bae developed a multi-core generalization of Infomap called RelaxMap, a new technique called prioritization that can improve nearly any graph clustering algorithm, and a highly scalable approximation algorithm called GossipMap. Relaxmap “relaxes” concurrency assumptions to avoid lock overhead, achieving high parallel efficiency in shared-memory multicore experiments while exhibiting similar convergence properties and finding similar community structures as the serial algorithm. Prioritization focuses the algorithm on the neighborhoods surrounding the vertices moved in the previous iteration, providing a nearly fre 30% speedup in any clustering algorithm based on vertex movement. Gossipmap uses a local-only approximation to the infomap objective function to avoid expensive global computations. Empricially and quite surprisingly, this aggressive approximation achieves very competitive results with the serial Infomap algorithm and allows us to cluster billion-edge directed graphs using the methods with the highest-known quality.

People

  • Bill Howe
  • Seung-Hee Bae

Software

See the project page on github

Papers

  1. Scalable and Efficient Flow-Based Community Detection for Large-Scale Graph Analysis
    Seung-Hee Bae, Daniel Halperin, Jevin West, Martin Rosvall, Bill Howe.
    Transactions on Knowledge Discovery from Data (under review) 2016
    @article{bae2016scalable,
      author = {Bae, Seung-Hee and Halperin, Daniel and West, Jevin and Rosvall, Martin and Howe, Bill},
      title = {Scalable and Efficient Flow-Based Community Detection for Large-Scale Graph Analysis},
      journal = {Transactions on Knowledge Discovery from Data (under review)},
      year = {2016}
    }
    
  2. GossipMap: a distributed community detection algorithm for billion-edge directed graphs
    Seung\-Hee Bae, Bill Howe.
    Proceedings of the International Conference for High Performance Computing, Networking, Storage and Analysis, Supercomputing 2015, Austin, TX, USA, November 15-20, 2015 2015
    @inproceedings{bae2015gossip,
      author = {Bae, Seung\-Hee and Howe, Bill},
      title = {GossipMap: a distributed community detection algorithm for billion-edge
                     directed graphs},
      booktitle = {Proceedings of the International Conference for High Performance Computing,
                     Networking, Storage and Analysis, {Supercomputing} 2015, Austin, TX, USA, November
                     15-20, 2015},
      pages = {27:1--27:12},
      year = {2015},
      crossref = {DBLP:conf/sc/2015},
      url = {http://doi.acm.org/10.1145/2807591.2807668},
      doi = {10.1145/2807591.2807668},
      timestamp = {Tue, 03 Nov 2015 13:08:57 +0100},
      biburl = {http://dblp.uni-trier.de/rec/bib/conf/sc/BaeH15},
      bibsource = {dblp computer science bibliography, http://dblp.org}
    }
    
  3. Scalable Flow-Based Community Detection for Large-Scale Network Analysis
    Seung-Hee Bae, Daniel Halperin, Jevin West, Martin Rosvall, Bill Howe.
    Proceedings of IEEE International Conference on Data Mining Workshops (ICDMW 2013) 2013
    @inproceedings{bae2013flowbased,
      author = {Bae, Seung-Hee and Halperin, Daniel and West, Jevin and Rosvall, Martin and Howe, Bill},
      title = {Scalable Flow-Based Community Detection for Large-Scale Network Analysis},
      booktitle = {Proceedings of IEEE International Conference on Data Mining Workshops (ICDMW 2013)},
      year = {2013}
    }
    




This webpage was built with Bootstrap and Jekyll. You can find the source code here. Last updated: Aug 02, 2021