Two approaches to low-parametric SimRank computation
Egor P. Berezin, Robert T. Zaks, German Z. Alekhin, Stanislav V. Morozov, Sergey A. Matveev

TL;DR
This paper introduces two low-parametric methods for approximating SimRank matrices, focusing on reducing memory usage while maintaining accuracy in similarity estimation between graph nodes.
Contribution
It proposes two novel low-parametric embedding approaches for SimRank computation, utilizing non-symmetric and symmetric forms with efficient algorithms that avoid dense matrices.
Findings
Algorithms achieve good approximation accuracy in real datasets.
Both methods effectively preserve the most similar elements per node.
Approaches significantly reduce memory consumption compared to traditional methods.
Abstract
In this work, we discuss low-parametric approaches for approximating SimRank matrices, which estimate the similarity between pairs of nodes in a graph. Although SimRank matrices and their computation require a significant amount of memory, common approaches mostly address the problem of algorithmic complexity. We propose two major formats for the economical embedding of target data. The first approach adopts a non-symmetric form that can be computed using a specialized alternating optimization algorithm. The second is based on a symmetric representation and Newton-type iterations. We propose numerical implementations for both methodologies that avoid working with dense matrices and maintain low memory consumption. Furthermore, we study both types of embeddings numerically using real data from publicly available datasets. The results show that our algorithms yield a good approximation of…
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
TopicsGraph Theory and Algorithms · Advanced Graph Neural Networks · Complex Network Analysis Techniques
