Lower Bounds on Rate of Convergence of Matrix Products in All Pairs Shortest Path of Social Network
Dezhou Shen

TL;DR
This paper introduces an improved all pairs shortest path algorithm for social networks that leverages matrix multiplication, scale-free properties, and floating-point limitations, achieving significant performance gains over previous methods.
Contribution
The paper presents a novel shortest path algorithm that combines sparseness and convergence judgments, improving efficiency by 39% to 36.2 times on real social network data.
Findings
Performance improved by up to 36.2 times on CPU and GPU.
Algorithm effectively utilizes social network scale-free characteristics.
Achieves a 39% performance enhancement over existing methods.
Abstract
With the rapid development of social network applications, social network has become an important medium for people to interact. For the minimum distance computation of all pairs in networks, Alon N[4] proposed an algorithm with matrix multiplication, combining with distance product association law and block matrix multiplication, all pairs shortest path length algorithm on networks has time bound O((2n^3)/B logn). In practical applications, considering the scale-free characteristics of social networks and the precision limitations of floating-point operations on computer hardware, I found that the shortest path algorithm has an improved time bound O((14n^3)/B). Based on the above theory, I propose an all pairs shortest path algorithm that combines sparseness judgment and convergence judgment, leveraging the distance product algorithm with matrix multiplication, distance product…
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
TopicsCaching and Content Delivery · Opportunistic and Delay-Tolerant Networks · Peer-to-Peer Network Technologies
