Online Knapsack Problems with a Resource Buffer
Xin Han, Yasushi Kawase, Kazuhisa Makino, Haruki Yokomaku

TL;DR
This paper studies online knapsack problems with a resource buffer, exploring various cases and providing optimal or near-optimal algorithms depending on buffer size and item removability.
Contribution
It introduces new variants of online knapsack problems with resource buffers and characterizes optimal algorithms for different cases and buffer sizes.
Findings
No constant competitive algorithm exists for the general&non-removable case.
A simple greedy algorithm is optimal for the proportional&non-removable case.
Optimal or nearly optimal algorithms are developed for removable cases and small to large buffers.
Abstract
In this paper, we introduce online knapsack problems with a resource buffer. In the problems, we are given a knapsack with capacity , a buffer with capacity , and items that arrive one by one. Each arriving item has to be taken into the buffer or discarded on its arrival irrevocably. When every item has arrived, we transfer a subset of items in the current buffer into the knapsack. Our goal is to maximize the total value of the items in the knapsack. We consider four variants depending on whether items in the buffer are removable (i.e., we can remove items in the buffer) or non-removable, and proportional (i.e., the value of each item is proportional to its size) or general. For the general&non-removable case, we observe that no constant competitive algorithm exists for any . For the proportional&non-removable case, we show that a simple greedy algorithm is optimal…
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.
