Online List Labeling with Predictions
Samuel McCauley, Benjamin Moseley, Aidin Niaparast, Shikha Singh

TL;DR
This paper introduces a new online list labeling data structure that effectively leverages predictions to improve performance, providing optimal guarantees under various error models and demonstrating strong empirical results on real data.
Contribution
It presents a novel list labeling data structure that incorporates predictions with strong theoretical guarantees and empirical validation, advancing the integration of learned predictions into data structures.
Findings
Optimal performance bound in worst-case prediction error model
Strong empirical results on real temporal data sets
Guarantees in stochastic error models
Abstract
A growing line of work shows how learned predictions can be used to break through worst-case barriers to improve the running time of an algorithm. However, incorporating predictions into data structures with strong theoretical guarantees remains underdeveloped. This paper takes a step in this direction by showing that predictions can be leveraged in the fundamental online list labeling problem. In the problem, n items arrive over time and must be stored in sorted order in an array of size Theta(n). The array slot of an element is its label and the goal is to maintain sorted order while minimizing the total number of elements moved (i.e., relabeled). We design a new list labeling data structure and bound its performance in two models. In the worst-case learning-augmented model, we give guarantees in terms of the error in the predictions. Our data structure provides strong guarantees: it…
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
Taxonomy
TopicsMachine Learning and Algorithms · Optimization and Search Problems · Algorithms and Data Compression
