Discamus continentiam augere, luxuriam coercere
Home -> Publications
Home
  Publications
    
edited volumes
  Awards
  Research
  Teaching
  Miscellaneous
  Full CV [pdf]
  BLOG






  Events








  Past Events





Publications of Torsten Hoefler
Edgar Solomonik, Maciej Besta, F. Vella, Torsten Hoefler:

 Scaling Betweenness Centrality using Communication-Efficient Sparse Matrix Multiplication

(Nov. 2017, Accepted at The International Conference for High Performance Computing, Networking, Storage and Analysis (SC'17) )

Abstract

Betweenness centrality (BC) is a crucial graph problem that measures the significance of a vertex by the number of shortest paths leading through it. We propose Maximal Frontier Betweenness Centrality (MFBC): a succinct BC algorithm based on novel sparse matrix multiplication routines that performs a factor of p 1/3 less communication on p processors than the best known alternatives, for graphs with n vertices and average degree k = n/p 2/3 . We formulate, implement, and prove the correctness of MFBC for weighted graphs by leveraging monoids instead of semirings, which enables a surprisingly succinct formulation. MFBC scales well for both extremely sparse and relatively dense graphs. It automatically searches a space of distributed data decompositions and sparse matrix multiplication algorithms for the most advantageous configuration. The MFBC im- plementation outperforms the well-known CombBLAS library by up to 8x and shows more robust performance. Our design methodology is readily extensible to other graph problems.

Documents

download article:     
download slides:
 

BibTeX

@inproceedings{,
  author={Edgar Solomonik and Maciej Besta and F. Vella and Torsten Hoefler},
  title={{Scaling Betweenness Centrality using Communication-Efficient Sparse Matrix Multiplication}},
  year={2017},
  month={Nov.},
  note={Accepted at The International Conference for High Performance Computing, Networking, Storage and Analysis (SC'17)},
  source={http://www.unixer.de/~htor/publications/},
}


serving: 34.230.84.106:54754© Torsten Hoefler