Hierarchical Graph Clustering using Node Pair Sampling
2018-06-05Code Available0· sign in to hype
Thomas Bonald, Bertrand Charpentier, Alexis Galland, Alexandre Hollocou
Code Available — Be the first to reproduce this paper.
ReproduceCode
- github.com/tbonald/parisOfficialIn papernone★ 0
- github.com/Sharpenb/python_parisOfficialIn papernone★ 0
- github.com/dakrod/bottom_up_hcdnone★ 0
Abstract
We present a novel hierarchical graph clustering algorithm inspired by modularity-based clustering techniques. The algorithm is agglomerative and based on a simple distance between clusters induced by the probability of sampling node pairs. We prove that this distance is reducible, which enables the use of the nearest-neighbor chain to speed up the agglomeration. The output of the algorithm is a regular dendrogram, which reveals the multi-scale structure of the graph. The results are illustrated on both synthetic and real datasets.