Online Bin Packing with Item Size Estimates
Matthias Gehnen, Andreas Usdenski

TL;DR
This paper introduces a new online bin packing model where algorithms have approximate size estimates for items, and analyzes the competitive ratios achievable under this realistic scenario.
Contribution
It is the first study of online bin packing with size estimates, providing lower bounds and algorithms with competitive ratios for this model.
Findings
No algorithm can beat a 4/3 competitive ratio regardless of estimate accuracy.
An algorithm achieves a 1.5-competitive ratio for small estimate errors.
A strategy attains a 4/3 competitive ratio when limited to two items per bin.
Abstract
Imagine yourself moving to another place, and therefore, you need to pack all of your belongings into moving boxes with some capacity. In the classical bin packing model, you would try to minimize the number of boxes, knowing the exact size of each item you want to pack. In the online bin packing problem, you need to start packing the first item into a box, without knowing what other stuff is upcoming. Both settings are somewhat unrealistic, as you are likely not willing to measure the exact size of all your belongings before packing the first item, but you are not completely clueless about what other stuff you have when you start packing. In this article, we introduce the online bin packing with estimates model, where you start packing with a rough idea about the upcoming item sizes in mind. In this model, an algorithm receives a size estimate for every item in the input list…
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
TopicsAdvanced Manufacturing and Logistics Optimization · Optimization and Packing Problems · Manufacturing Process and Optimization
