Online Facility Location on Semi-Random Streams
Harry Lang

TL;DR
This paper analyzes online facility location in semi-random streams, establishing tight bounds on algorithm performance as stream order varies, and extends results to clustering problems with practical efficiency.
Contribution
It provides a tight analysis of the online facility location algorithm's performance in semi-random streams and develops efficient clustering algorithms adaptable to various dissimilarity measures.
Findings
Expected competitive ratio of $O(rac{ ext{log } t}{ ext{log log } t})$ for online facility location
Matching lower bound of $ ext{Omega}(rac{ ext{log } t}{ ext{log log } t})$ for any randomized algorithm
Optimal algorithms for random-order streams with $O(k)$ space and $O(nk)$ time
Abstract
In the streaming model, the order of the stream can significantly affect the difficulty of a problem. A -semirandom stream was introduced as an interpolation between random-order () and adversarial-order () streams where an adversary intercepts a random-order stream and can delay up to elements at a time. IITK Sublinear Open Problem \#15 asks to find algorithms whose performance degrades smoothly as increases. We show that the celebrated online facility location algorithm achieves an expected competitive ratio of . We present a matching lower bound that any randomized algorithm has an expected competitive ratio of . We use this result to construct an -approximate streaming algorithm for -median clustering that stores points and has worst-case update time. Our…
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
TopicsMachine Learning and Algorithms · Complexity and Algorithms in Graphs · Privacy-Preserving Technologies in Data
