Online Sampling and Decision Making with Low Entropy
Mohammad Taghi Hajiaghayi, Dariusz R. Kowalski, Piotr Krysta and, Jan Olkowski

TL;DR
This paper introduces a near-optimal algorithm for online selection of the top k numbers from n adversarially chosen distributions, achieving a balance between competitive ratio and minimal randomness.
Contribution
It presents a distribution with low entropy that enables a deterministic algorithm to nearly optimally select the largest numbers in an online setting.
Findings
Achieves a competitive ratio of 1 - O(√(log k / k))
Uses entropy Θ(log log n) for the order distribution
Improves previous algorithms with better ratio and lower randomness
Abstract
Consider the problem: we are given boxes, labeled by an adversary, each containing a single number chosen from an unknown distribution; these distributions are not necessarily identical. We are also given an integer . We have to choose an order in which we will sequentially open these boxes, and each time we open the next box in this order, we learn the number in the box. Once we reject a number in a box, the box cannot be recalled. Our goal is to accept of these numbers, without necessarily opening all boxes, such that the accepted numbers are the largest numbers in the boxes (thus their sum is maximized). A natural approach to solve such problems is to use randomness to sample randomly ordered elements, however, as indicated in several sources, e.g., Turan et al. NIST'15, Bierhorst et al. Nature'18, pure randomness is hard to get in…
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 · Cryptography and Data Security
