Fully-Dynamic Bin Packing with Limited Repacking
Anupam Gupta, Guru Guruganesh, Amit Kumar, David Wajc

TL;DR
This paper investigates the fully-dynamic bin packing problem, aiming to minimize the number of bins used while limiting item movement costs, with applications in cloud storage and data backup.
Contribution
It introduces algorithms that achieve optimal tradeoffs between bin utilization and item repacking costs in a dynamic setting.
Findings
Established bounds for competitive ratio and recourse tradeoffs.
Designed algorithms with near-optimal repacking efficiency.
Applied results to cloud storage scenarios.
Abstract
We study the classic Bin Packing problem in a fully-dynamic setting, where new items can arrive and old items may depart. We want algorithms with low asymptotic competitive ratio \emph{while repacking items sparingly} between updates. Formally, each item has a \emph{movement cost} , and we want to use bins and incur a movement cost , either in the worst case, or in an amortized sense, for as small as possible. We call the \emph{recourse} of the algorithm. This is motivated by cloud storage applications, where fully-dynamic Bin Packing models the problem of data backup to minimize the number of disks used, as well as communication incurred in moving file backups between disks. Since the set of files changes over time, we could recompute a solution periodically from scratch, but this would give a high number of…
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.
Taxonomy
TopicsOptimization and Packing Problems · Optimization and Search Problems · Advanced Manufacturing and Logistics Optimization
