paper-with-me

Papers

Learning-augmented Online Algorithm for Two-level Ski-rental Problem

2024-02-09 · Keyuan Zhang, Zhongdong Liu, Nakjung Choi, Bo Ji

In this paper, we study the two-level ski-rental problem,where a user needs to fulfill a sequence of demands for multiple items by choosing one of the three payment options: paying for the on-demand usage (i.e., rent), buying individual items (i.e., single purchase), and buying all the items (i.e., combo purchase). Without knowing future demands, the user aims to minimize the total cost (i.e., the sum of the rental, single purchase, and combo purchase costs) by balancing the trade-off between the expensive upfront costs (for purchase) and the potential future expenses (for rent). We first design a robust online algorithm (RDTSR) that offers a worst-case performance guarantee. While online algorithms are robust against the worst-case scenarios, they are often overly cautious and thus suffer a poor average performance in typical scenarios. On the other hand, Machine Learning (ML) algorithms typically show promising average performance in various applications but lack worst-case performance guarantees. To harness the benefits of both methods, we develop a learning-augmented algorithm (LADTSR) by integrating ML predictions into the robust online algorithm, which outperforms the robust online algorithm under accurate predictions while ensuring worst-case performance guarantees even when predictions are inaccurate. Finally, we conduct numerical experiments on both synthetic and real-world trace data to corroborate the effectiveness of our approach.

📄 PDF Abstract BibTeX arXiv:2402.06715

Code (1)

nauyek/ladtsr 공식 구현 tf

Similar Papers 제목 키워드 기반

Improved Learning-Augmented Algorithms for the Multi-Option Ski Rental Problem via Best-Possible Competitive Analysis

2023-02-14 · Yongho Shin, Changyeol Lee, Gukryeol Lee, Hyung-Chan An

In this paper, we present improved learning-augmented algorithms for the multi-option ski rental problem. Learning-augmented algorithms take ML predictions as an added part of the input and incorporates these predictions…

Learning-Augmented Dynamic Power Management with Multiple States via New Ski Rental Bounds

2021-10-25 · NeurIPS 2021 12 · Antonios Antoniadis, Christian Coester, Marek Eliáš, Adam Polak 외

We study the online problem of minimizing power consumption in systems with multiple power-saving states. During idle periods of unknown lengths, an algorithm has to choose between power-saving states of different energy…

Management

On Optimal Consistency-Robustness Trade-Off for Learning-Augmented Multi-Option Ski Rental

2023-12-05 · Yongho Shin, Changyeol Lee, Hyung-Chan An

The learning-augmented multi-option ski rental problem generalizes the classical ski rental problem in two ways: the algorithm is provided with a prediction on the number of days we can ski, and the ski rental options no…

Learning-Augmented Algorithms for the Bahncard Problem

2024-10-20 · Hailiang Zhao, Xueyan Tang, Peng Chen, Shuiguang Deng

In this paper, we study learning-augmented algorithms for the Bahncard problem. The Bahncard problem is a generalization of the ski-rental problem, where a traveler needs to irrevocably and repeatedly decide between a ch…

Decision Making

Learning-Augmented Algorithms for Online Vertex Cover

2026-06-22 · Tianhang Lu, Runtian Ren, Shengcai Liu arxiv

This paper studies learning-augmented online weighted vertex cover with local advice and a tradeoff parameter $λ\in (0,1)$. We consider two graph settings: bipartite graphs and general graphs. In both settings, the onlin…