Deterministic Performance Guarantees for Bidirectional BFS on Real-World Networks
Thomas Bl\"asius, Marcus Wilhelm

TL;DR
This paper provides a theoretical analysis of bidirectional BFS on real-world networks, identifying deterministic parameters that guarantee sublinear performance and validating these findings through extensive experiments.
Contribution
It introduces deterministic properties that predict bidirectional BFS efficiency on real-world networks, offering a new theoretical framework and practical insights.
Findings
Parameters predict sublinear running time in several regimes
Experimental validation on real-world networks supports theoretical results
Certain network properties are key to speedup performance
Abstract
A common technique to speed up shortest path queries in graphs is to use a bidirectional search, i.e., performing a forward search from the start and a backward search from the destination until a common vertex on a shortest path is found. In practice, this has a tremendous impact on the performance on some real-world networks, while it only seems to save a constant factor on other types of networks. Even though finding shortest paths is a ubiquitous problem, there are only few studies attempting to understand the apparently asymptotic speedups on some networks, using average case analysis on certain models for real-world networks. In this paper we give a new perspective on this, by analyzing deterministic properties that permit theoretical analysis and that can easily be checked on any particular instance. We prove that these parameters imply sublinear running time for the…
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
TopicsOptimization and Search Problems · Data Management and Algorithms · Energy Efficient Wireless Sensor Networks
