Parallel Linear Search with no Coordination for a Randomly Placed Treasure
Amos Korman, Yoav Rodeh

TL;DR
This paper investigates the efficiency of non-coordinating parallel search algorithms for finding a randomly placed treasure, providing tight bounds on speed-up factors and demonstrating simple, memory-efficient algorithms that approach optimal performance.
Contribution
It introduces new non-coordinating algorithms with proven optimal speed-ups for multiple searchers in a random placement setting, improving understanding of coordination-free search efficiency.
Findings
Achieves a speed-up of $k(k+1)/(3k-1)$ for $k$ searchers.
Provides tight bounds showing no better speed-up is possible without coordination.
Develops simple algorithms using logarithmic memory that are asymptotically optimal.
Abstract
In STOC'16, Fraigniaud et al. consider the problem of finding a treasure hidden in one of many boxes that are ordered by importance. That is, if a treasure is in a more important box, then one would like to find it faster. Assuming there are many searchers, the authors suggest that using an algorithm that requires no coordination between searchers can be highly beneficial. Indeed, besides saving the need for a communication and coordination mechanism, such algorithms enjoy inherent robustness. The authors proceed to solve this linear search problem in the case of countably many boxes and an adversary placed treasure, and prove that the best speed-up possible by non-coordinating searchers is precisely . In particular, this means that asymptotically, the speed-up is four times worse compared to the case of full coordination. We suggest an important variant 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.
