Fast Approximate CoSimRanks via Random Projections
Renchi Yang, Xiaokui Xiao

TL;DR
This paper introduces sim, a fast randomized algorithm that efficiently approximates all pairwise CoSimRank values in large graphs using random projections, significantly outperforming existing methods in speed.
Contribution
The paper presents a novel randomized algorithm for approximating CoSimRank, reducing computational complexity from cubic to near quadratic time with high accuracy guarantees.
Findings
sim is over orders of magnitude faster than existing algorithms.
On a large Twitter graph, sim computes approximate CoSimRanks within 4 hours.
sim maintains an absolute error of at most psilon with high probability.
Abstract
Given a graph with nodes and two nodes , the {\em CoSimRank} value quantifies the similarity between and based on graph topology. Compared to SimRank, CoSimRank is shown to be more accurate and effective in many real-world applications, including synonym expansion, lexicon extraction, and entity relatedness in knowledge graphs. The computation of all pairwise CoSimRanks in is highly expensive and challenging. Existing solutions all focus on devising approximate algorithms for the computation of all pairwise CoSimRanks. To attain a desired absolute accuracy guarantee , the state-of-the-art approximate algorithm for computing all pairwise CoSimRanks requires time, which is prohibitively expensive even though is large. In this paper, we propose \rsim, a fast randomized algorithm for…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Image and Video Retrieval Techniques · Image Retrieval and Classification Techniques · Graph Theory and Algorithms
