Ski Rental with Distributional Predictions of Unknown Quality
Qiming Cui, Michael Dinitz

TL;DR
This paper introduces a distributional prediction approach to the ski rental problem, providing an algorithm with near-optimal expected cost bounds that adapt to prediction accuracy without prior error knowledge.
Contribution
It develops a novel algorithm for ski rental using distributional predictions, achieving tight bounds on cost based on Earth Mover's distance, and removes the need for prior error bounds.
Findings
Expected cost is bounded by OPT plus a term depending on Earth Mover's distance.
Algorithm is both consistent and robust, adapting to prediction accuracy.
Lower bounds show the bounds are essentially tight and cannot be improved.
Abstract
We revisit the central online problem of ski rental in the "algorithms with predictions" framework from the point of view of distributional predictions. Ski rental was one of the first problems to be studied with predictions, where a natural prediction is simply the number of ski days. But it is both more natural and potentially more powerful to think of a prediction as a distribution p-hat over the ski days. If the true number of ski days is drawn from some true (but unknown) distribution p, then we show as our main result that there is an algorithm with expected cost at most OPT + O(min(max({eta}, 1) * sqrt(b), b log b)), where OPT is the expected cost of the optimal policy for the true distribution p, b is the cost of buying, and {eta} is the Earth Mover's (Wasserstein-1) distance between p and p-hat. Note that when {eta} < o(sqrt(b)) this gives additive loss less than b (the trivial…
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 · Advanced Bandit Algorithms Research · Auction Theory and Applications
