# Efficient Estimation of Heat Kernel PageRank for Local Clustering

**Authors:** Renchi Yang, Xiaokui Xiao, Zhewei Wei, Sourav S Bhowmick, Jun Zhao,, Rong-Hua Li

arXiv: 1904.02707 · 2019-04-08

## TL;DR

This paper introduces TEA and TEA+ algorithms for local graph clustering that efficiently estimate heat kernel PageRank with strong theoretical guarantees, significantly outperforming existing methods on large-scale graphs.

## Contribution

The paper proposes novel algorithms TEA and TEA+ that provide accurate HKPR estimation with theoretical guarantees and improved efficiency for large-scale graph clustering.

## Key findings

- TEA+ is over four times faster than previous algorithms on benchmark datasets.
- TEA+ achieves an order of magnitude speedup on large graphs like Twitter and Friendster.
- The algorithms maintain high clustering quality while reducing computational time.

## Abstract

Given an undirected graph G and a seed node s, the local clustering problem aims to identify a high-quality cluster containing s in time roughly proportional to the size of the cluster, regardless of the size of G. This problem finds numerous applications on large-scale graphs. Recently, heat kernel PageRank (HKPR), which is a measure of the proximity of nodes in graphs, is applied to this problem and found to be more efficient compared with prior methods. However, existing solutions for computing HKPR either are prohibitively expensive or provide unsatisfactory error approximation on HKPR values, rendering them impractical especially on billion-edge graphs.   In this paper, we present TEA and TEA+, two novel local graph clustering algorithms based on HKPR, to address the aforementioned limitations. Specifically, these algorithms provide non-trivial theoretical guarantees in relative error of HKPR values and the time complexity. The basic idea is to utilize deterministic graph traversal to produce a rough estimation of exact HKPR vector, and then exploit Monte-Carlo random walks to refine the results in an optimized and non-trivial way. In particular, TEA+ offers practical efficiency and effectiveness due to non-trivial optimizations. Extensive experiments on real-world datasets demonstrate that TEA+ outperforms the state-of-the-art algorithm by more than four times on most benchmark datasets in terms of computational time when achieving the same clustering quality, and in particular, is an order of magnitude faster on large graphs including the widely studied Twitter and Friendster datasets.

## Full text

_Full body text omitted from this summary view._ Fetch the complete paper as Markdown: https://tomesphere.com/paper/1904.02707/full.md

## Figures

11 figures with captions in the complete paper: https://tomesphere.com/paper/1904.02707/full.md

## References

42 references — full list in the complete paper: https://tomesphere.com/paper/1904.02707/full.md

---
Source: https://tomesphere.com/paper/1904.02707