Admission Control to Minimize Rejections and Online Set Cover with Repetitions
Noga Alon, Yossi Azar, Shai Gutner

TL;DR
This paper introduces online algorithms for admission control in networks that aim to minimize rejections, providing competitive solutions for weighted and unweighted cases, and addresses an open problem in the field.
Contribution
It presents the first competitive randomized algorithms for preemptive admission control minimizing rejections, solving an open problem in network request management.
Findings
Achieves $O(\log^2 (mc))$-competitiveness for weighted networks.
Provides $O(\log m \log c)$-competitive algorithm for unweighted networks.
Addresses the open problem posed by Blum, Kalai, and Kleinberg in 2001.
Abstract
We study the admission control problem in general networks. Communication requests arrive over time, and the online algorithm accepts or rejects each request while maintaining the capacity limitations of the network. The admission control problem has been usually analyzed as a benefit problem, where the goal is to devise an online algorithm that accepts the maximum number of requests possible. The problem with this objective function is that even algorithms with optimal competitive ratios may reject almost all of the requests, when it would have been possible to reject only a few. This could be inappropriate for settings in which rejections are intended to be rare events. In this paper, we consider preemptive online algorithms whose goal is to minimize the number of rejected requests. Each request arrives together with the path it should be routed on. We show an $O(\log^2…
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 · Complexity and Algorithms in Graphs · Advanced Bandit Algorithms Research
