A Sublinear Algorithm for Approximate Shortest Paths in Large Networks
Sabyasachi Basu, Nadia K\=oshima, Talya Eden, Omri Ben-Eliezer, C., Seshadhri

TL;DR
WormHole is a new sublinear algorithm that efficiently approximates shortest paths in large social networks with minimal preprocessing and high accuracy, outperforming traditional methods in speed and resource usage.
Contribution
The paper introduces WormHole, a novel sublinear index-based algorithm leveraging social network structures for fast approximate shortest path queries.
Findings
Preprocessing time is significantly reduced compared to existing index-based methods.
Queries are faster than bidirectional BFS while maintaining high accuracy.
WormHole provides provable guarantees with low node query complexity in power-law networks.
Abstract
Computing distances and finding shortest paths in massive real-world networks is a fundamental algorithmic task in network analysis. There are two main approaches to solving this task. On one hand are traversal-based algorithms like bidirectional breadth-first search (BiBFS) with no preprocessing step and slow individual distance inquiries. On the other hand are indexing-based approaches, which maintain a large index. This allows for answering individual inquiries very fast; however, index creation is prohibitively expensive. We seek to bridge these two extremes: quickly answer distance inquiries without the need for costly preprocessing. In this work, we propose a new algorithm and data structure, WormHole, for approximate shortest path computations. WormHole leverages structural properties of social networks to build a sublinearly sized index, drawing upon the explicit…
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
TopicsNetwork Traffic and Congestion Control · Advanced Optical Network Technologies · Energy Efficient Wireless Sensor Networks
