Competitive strategies to use "warm start" algorithms with predictions
Vaidehi Srinivas, Avrim Blum

TL;DR
This paper develops competitive algorithms for warm start prediction-based algorithms, extending previous work to multiple predictions, leveraging coarse information, and providing online guarantees against adaptive adversaries.
Contribution
It introduces strategies for competing with sets of multiple predictions, improving bounds, and handling online scenarios with moving prediction sets.
Findings
Achieves an $O(k)$ competitive ratio in the distributional setting.
Provides an $O(k^4 \\ln^2 k)$-competitive online algorithm.
Leverages coarse partitions to potentially reduce the $O(k)$ factor.
Abstract
We consider the problem of learning and using predictions for warm start algorithms with predictions. In this setting, an algorithm is given an instance of a problem, and a prediction of the solution. The runtime of the algorithm is bounded by the distance from the predicted solution to the true solution of the instance. Previous work has shown that when instances are drawn iid from some distribution, it is possible to learn an approximately optimal fixed prediction (Dinitz et al, NeurIPS 2021), and in the adversarial online case, it is possible to compete with the best fixed prediction in hindsight (Khodak et al, NeurIPS 2022). In this work we give competitive guarantees against stronger benchmarks that consider a set of predictions . That is, the "optimal offline cost" to solve an instance with respect to is the distance from the true solution to the…
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
TopicsEvolutionary Algorithms and Applications · Scheduling and Optimization Algorithms · AI-based Problem Solving and Planning
MethodsSparse Evolutionary Training
