paper-with-me

Papers

Learning-Augmented Priority Queues

2024-06-07 · Ziyad Benomar, Christian Coester

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 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.

📄 PDF Abstract BibTeX arXiv:2406.04793

Code (1)

Ziyad-Benomar/Learning-augmented-priority-queues 공식 구현

Similar Papers 제목 키워드 기반

Neural Priority Queues for Graph Neural Networks

2023-07-18 · Rishabh Jain, Petar Veličković, Pietro Liò

Graph Neural Networks (GNNs) have shown considerable success in neural algorithmic reasoning. Many traditional algorithms make use of an explicit memory in the form of a data structure. However, there has been limited ex…

Graph Regression

Learning Treatment Effects during Resource Allocation via Priority-Queue Randomization

2026-05-24 · JungHo Lee, Johnna Sundberg, Pim Welle, Bryan Wilder arxiv

Public service programs often allocate limited resources under uncertainty about their benefits, creating a need for randomization to support credible evaluation. In practice, however, applicants commonly enter waitlists…

Algorithms for Grey-Weighted Distance Computations

2019-05-08 · Magnus Gedda

With the increasing size of datasets and demand for real time response for interactive applications, improving runtime for algorithms with excessive computational requirements has become increasingly important. Many diff…

Data augmentation on-the-fly and active learning in data stream classification

2022-10-13 · Kleanthis Malialis, Dimitris Papatheodoulou, Stylianos Filippou, Christos G. Panayiotou 외

There is an emerging need for predictive models to be trained on-the-fly, since in numerous machine learning applications data are arriving in an online fashion. A critical challenge encountered is that of limited availa…

Active LearningData AugmentationTime Series Analysis

Learning in Strategic Queuing Systems with Small Buffers

2025-02-13 · Ariana Abel, Yoav Kolumbus, Jeronimo Martin Duque, Eva Tardos

Routers in networking use simple learning algorithms to find the best way to deliver packets to their desired destination. This simple, myopic and distributed decision system makes large queuing systems simple to operate…