A Space and Time Efficient Algorithm for SimRank Computation

  • Authors:
  • Weiren Yu;Xuemin Lin;Jiajin Le

  • Affiliations:
  • -;-;-

  • Venue:
  • APWEB '10 Proceedings of the 2010 12th International Asia-Pacific Web Conference
  • Year:
  • 2010

Quantified Score

Hi-index 0.00

Visualization

Abstract

SimRank has been proposed to rank web documents based on a graph model on hyperlinks. The existing techniques for conducting SimRank computation adopt an iteration computation paradigm. The most efficient technique has the time complexity $O\left(n^3\right)$ with the space requirement $O\left(n^2\right)$ in the worst case for each iteration where $n$ is the number of nodes (web documents). In this paper, we propose novel optimization techniques such that each iteration takes the time $O \left(\min \left\{ n \cdot m , n^r \right\}\right)$ and requires space $O \left( n + m \right)$ where $m$ is the number of edges in a web-graph model and $r \leq \log_2 7$. We also show that our algorithm accelerates the convergence rate of the existing techniques. Moreover, our algorithm not only reduces the time and space complexity of the existing techniques but is also I/O efficient. We conduct extensive experiments on both synthetic and real data sets to demonstrate the efficiency and effectiveness of our iteration techniques.