Fast Incremental Proximity Search in Large Graphs

Abstract

In this paper we investigate two aspects of ranking problems on large graphs. First, we augment the deterministic pruning algorithm in Sarkar and Moore (2007) with sampling techniques to compute approximately correct rankings with high probability under random walk based proximity measures at query time. Second, we prove some surprising locality properties of these proximity measures by examining the short term behavior of random walks. The proposed algorithm can answer queries on the fly without caching any information about the entire graph. We present empirical results on a 600,000 node author-word-citation graph from the Citeseer domain on a single CPU machine where the average query processing time is around 4 seconds. We present quantifiable link prediction tasks. On most of them our techniques outperform Personalized Pagerank, a well-known diffusion based proximity measure.

Cite

Text

Sarkar et al. "Fast Incremental Proximity Search in Large Graphs." International Conference on Machine Learning, 2008. doi:10.1145/1390156.1390269

Markdown

[Sarkar et al. "Fast Incremental Proximity Search in Large Graphs." International Conference on Machine Learning, 2008.](https://mlanthology.org/icml/2008/sarkar2008icml-fast/) doi:10.1145/1390156.1390269

BibTeX

@inproceedings{sarkar2008icml-fast,
  title     = {{Fast Incremental Proximity Search in Large Graphs}},
  author    = {Sarkar, Purnamrita and Moore, Andrew W. and Prakash, Amit},
  booktitle = {International Conference on Machine Learning},
  year      = {2008},
  pages     = {896-903},
  doi       = {10.1145/1390156.1390269},
  url       = {https://mlanthology.org/icml/2008/sarkar2008icml-fast/}
}