English

Computing Heat Kernel Pagerank and a Local Clustering Algorithm

Data Structures and Algorithms 2016-12-16 v3

Abstract

Heat kernel pagerank is a variation of Personalized PageRank given in an exponential formulation. In this work, we present a sublinear time algorithm for approximating the heat kernel pagerank of a graph. The algorithm works by simulating random walks of bounded length and runs in time O(log(ϵ1)lognϵ3loglog(ϵ1))O\big(\frac{\log(\epsilon^{-1})\log n}{\epsilon^3\log\log(\epsilon^{-1})}\big), assuming performing a random walk step and sampling from a distribution with bounded support take constant time. The quantitative ranking of vertices obtained with heat kernel pagerank can be used for local clustering algorithms. We present an efficient local clustering algorithm that finds cuts by performing a sweep over a heat kernel pagerank vector, using the heat kernel pagerank approximation algorithm as a subroutine. Specifically, we show that for a subset SS of Cheeger ratio ϕ\phi, many vertices in SS may serve as seeds for a heat kernel pagerank vector which will find a cut of conductance O(ϕ)O(\sqrt{\phi}).

Keywords

Cite

@article{arxiv.1503.03155,
  title  = {Computing Heat Kernel Pagerank and a Local Clustering Algorithm},
  author = {Fan Chung and Olivia Simpson},
  journal= {arXiv preprint arXiv:1503.03155},
  year   = {2016}
}
R2 v1 2026-06-22T08:49:32.167Z