Learning-Augmented Priority Queues

Abstract

Priority queues are one of the most fundamental and widely used data structures in computer science. Their primary objective is to efficiently support the insertion of new elements with assigned priorities and the extraction of the highest priority element. In this study, we investigate the design of priority queues within the learning-augmented framework, where algorithms use potentially inaccurate predictions to enhance their worst-case performance.We examine three prediction models spanning different use cases, and we show how the predictions can be leveraged to enhance the performance of priority queue operations. Moreover, we demonstrate the optimality of our solution and discuss some possible applications.

Cite

Text

Benomar and Coester. "Learning-Augmented Priority Queues." Neural Information Processing Systems, 2024. doi:10.52202/079017-3945

Markdown

[Benomar and Coester. "Learning-Augmented Priority Queues." Neural Information Processing Systems, 2024.](https://mlanthology.org/neurips/2024/benomar2024neurips-learningaugmented/) doi:10.52202/079017-3945

BibTeX

@inproceedings{benomar2024neurips-learningaugmented,
  title     = {{Learning-Augmented Priority Queues}},
  author    = {Benomar, Ziyad and Coester, Christian},
  booktitle = {Neural Information Processing Systems},
  year      = {2024},
  doi       = {10.52202/079017-3945},
  url       = {https://mlanthology.org/neurips/2024/benomar2024neurips-learningaugmented/}
}